mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-10 22:54:30 +08:00
update DB
This commit is contained in:
parent
92ce2d706b
commit
97c8d204d2
@ -11,6 +11,7 @@ from tqdm.auto import tqdm
|
|||||||
|
|
||||||
version = "V0.39"
|
version = "V0.39"
|
||||||
|
|
||||||
|
|
||||||
def handle_stream(stream, prefix):
|
def handle_stream(stream, prefix):
|
||||||
stream.reconfigure(encoding=locale.getpreferredencoding(), errors='replace')
|
stream.reconfigure(encoding=locale.getpreferredencoding(), errors='replace')
|
||||||
for line in stream:
|
for line in stream:
|
||||||
|
|||||||
@ -2662,6 +2662,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "This extension adds nodes that allow you to easily serve your workflow (for example using a discord bot) "
|
"description": "This extension adds nodes that allow you to easily serve your workflow (for example using a discord bot) "
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "PCMonsterx",
|
||||||
|
"title": "ComfyUI-CSV-Loader",
|
||||||
|
"reference": "https://github.com/PCMonsterx/ComfyUI-CSV-Loader",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/PCMonsterx/ComfyUI-CSV-Loader"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "CSV Loader for prompt building within ComfyUI interface. Allows access to positive/negative prompts associated with a name. Selections are being pulled from CSV files."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "Smuzzies",
|
"author": "Smuzzies",
|
||||||
"title": "Chatbox Overlay node for ComfyUI",
|
"title": "Chatbox Overlay node for ComfyUI",
|
||||||
|
|||||||
@ -477,6 +477,7 @@
|
|||||||
"BatchPromptSchedule",
|
"BatchPromptSchedule",
|
||||||
"BatchPromptScheduleEncodeSDXL",
|
"BatchPromptScheduleEncodeSDXL",
|
||||||
"BatchPromptScheduleLatentInput",
|
"BatchPromptScheduleLatentInput",
|
||||||
|
"BatchPromptScheduleNodeFlowEnd",
|
||||||
"BatchPromptScheduleSDXLLatentInput",
|
"BatchPromptScheduleSDXLLatentInput",
|
||||||
"BatchStringSchedule",
|
"BatchStringSchedule",
|
||||||
"BatchValueSchedule",
|
"BatchValueSchedule",
|
||||||
@ -930,6 +931,23 @@
|
|||||||
"title_aux": "QRNG_Node_ComfyUI"
|
"title_aux": "QRNG_Node_ComfyUI"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/PCMonsterx/ComfyUI-CSV-Loader": [
|
||||||
|
[
|
||||||
|
"Load Artists CSV",
|
||||||
|
"Load Artmovements CSV",
|
||||||
|
"Load Characters CSV",
|
||||||
|
"Load Colors CSV",
|
||||||
|
"Load Composition CSV",
|
||||||
|
"Load Lighting CSV",
|
||||||
|
"Load Negative CSV",
|
||||||
|
"Load Positive CSV",
|
||||||
|
"Load Settings CSV",
|
||||||
|
"Load Styles CSV"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-CSV-Loader"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": [
|
"https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": [
|
||||||
[
|
[
|
||||||
"CSVPromptsLoader",
|
"CSVPromptsLoader",
|
||||||
@ -3599,6 +3617,7 @@
|
|||||||
"AV_ControlNetLoader",
|
"AV_ControlNetLoader",
|
||||||
"AV_ControlNetPreprocessor",
|
"AV_ControlNetPreprocessor",
|
||||||
"AV_LoraListLoader",
|
"AV_LoraListLoader",
|
||||||
|
"AV_LoraListStacker",
|
||||||
"AV_LoraLoader",
|
"AV_LoraLoader",
|
||||||
"AV_ParametersPipeToCheckpointModels",
|
"AV_ParametersPipeToCheckpointModels",
|
||||||
"AV_ParametersPipeToPrompts",
|
"AV_ParametersPipeToPrompts",
|
||||||
|
|||||||
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "PCMonsterx",
|
||||||
|
"title": "ComfyUI-CSV-Loader",
|
||||||
|
"reference": "https://github.com/PCMonsterx/ComfyUI-CSV-Loader",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/PCMonsterx/ComfyUI-CSV-Loader"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "CSV Loader for prompt building within ComfyUI interface. Allows access to positive/negative prompts associated with a name. Selections are being pulled from CSV files."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "IAmMatan.com",
|
"author": "IAmMatan.com",
|
||||||
"title": "ComfyUI Serving toolkit",
|
"title": "ComfyUI Serving toolkit",
|
||||||
|
|||||||
@ -477,6 +477,7 @@
|
|||||||
"BatchPromptSchedule",
|
"BatchPromptSchedule",
|
||||||
"BatchPromptScheduleEncodeSDXL",
|
"BatchPromptScheduleEncodeSDXL",
|
||||||
"BatchPromptScheduleLatentInput",
|
"BatchPromptScheduleLatentInput",
|
||||||
|
"BatchPromptScheduleNodeFlowEnd",
|
||||||
"BatchPromptScheduleSDXLLatentInput",
|
"BatchPromptScheduleSDXLLatentInput",
|
||||||
"BatchStringSchedule",
|
"BatchStringSchedule",
|
||||||
"BatchValueSchedule",
|
"BatchValueSchedule",
|
||||||
@ -930,6 +931,23 @@
|
|||||||
"title_aux": "QRNG_Node_ComfyUI"
|
"title_aux": "QRNG_Node_ComfyUI"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/PCMonsterx/ComfyUI-CSV-Loader": [
|
||||||
|
[
|
||||||
|
"Load Artists CSV",
|
||||||
|
"Load Artmovements CSV",
|
||||||
|
"Load Characters CSV",
|
||||||
|
"Load Colors CSV",
|
||||||
|
"Load Composition CSV",
|
||||||
|
"Load Lighting CSV",
|
||||||
|
"Load Negative CSV",
|
||||||
|
"Load Positive CSV",
|
||||||
|
"Load Settings CSV",
|
||||||
|
"Load Styles CSV"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-CSV-Loader"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": [
|
"https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": [
|
||||||
[
|
[
|
||||||
"CSVPromptsLoader",
|
"CSVPromptsLoader",
|
||||||
@ -3599,6 +3617,7 @@
|
|||||||
"AV_ControlNetLoader",
|
"AV_ControlNetLoader",
|
||||||
"AV_ControlNetPreprocessor",
|
"AV_ControlNetPreprocessor",
|
||||||
"AV_LoraListLoader",
|
"AV_LoraListLoader",
|
||||||
|
"AV_LoraListStacker",
|
||||||
"AV_LoraLoader",
|
"AV_LoraLoader",
|
||||||
"AV_ParametersPipeToCheckpointModels",
|
"AV_ParametersPipeToCheckpointModels",
|
||||||
"AV_ParametersPipeToPrompts",
|
"AV_ParametersPipeToPrompts",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user