update DB

This commit is contained in:
Dr.Lt.Data 2024-06-22 09:01:56 +09:00
parent 7d154d5d9f
commit f623e3fb01
7 changed files with 768 additions and 728 deletions

View File

@ -655,17 +655,6 @@
"install_type": "git-clone",
"description": "This extension aims to add support for various random image diffusion models to ComfyUI."
},
{
"author": "Kaharos94",
"title": "ComfyUI-Saveaswebp",
"id": "save-webp",
"reference": "https://github.com/Kaharos94/ComfyUI-Saveaswebp",
"files": [
"https://github.com/Kaharos94/ComfyUI-Saveaswebp"
],
"install_type": "git-clone",
"description": "Save a picture as Webp file in Comfy + Workflow loading"
},
{
"author": "SLAPaper",
"title": "ComfyUI-Image-Selector",
@ -10581,6 +10570,17 @@
"install_type": "git-clone",
"description": "Nodes:Save Image with Options"
},
{
"author": "opvelll",
"title": "Comfy UI Text List Product",
"id": "listproduct",
"reference": "https://github.com/opvelll/ComfyUI_TextListProduct",
"files": [
"https://github.com/opvelll/ComfyUI_TextListProduct"
],
"install_type": "git-clone",
"description": "This is a custom node for Comfy UI. It mainly wraps itertools.product and can be used to create patterns by combining prompts. It is recommended to install this custom node in combination with the nodes from the WAS Node Suite."
},

View File

@ -2359,14 +2359,6 @@
"title_aux": "comfy-plasma"
}
],
"https://github.com/Kaharos94/ComfyUI-Saveaswebp": [
[
"Save_as_webp"
],
{
"title_aux": "ComfyUI-Saveaswebp"
}
],
"https://github.com/Kangkang625/ComfyUI-paint-by-example": [
[
"PaintbyExamplePipeLoader",
@ -10249,9 +10241,11 @@
"BBoxToCOCO",
"BBoxToXYWH",
"ConvertToDict",
"LoadUltralyticsModel",
"CustomUltralyticsModelLoader",
"SAMInference",
"SAMLoader",
"UltralyticsInference",
"UltralyticsModelDownloader",
"UltralyticsModelLoader",
"UltralyticsVisualization"
],
{
@ -12379,6 +12373,18 @@
"title_aux": "Quality of life Suit:V2"
}
],
"https://github.com/opvelll/ComfyUI_TextListProduct": [
[
"ProductedString",
"TextListProduct",
"TextListProductWithSingleA",
"TextListProductWithSingleB",
"TextListProductWithSingleBoth"
],
{
"title_aux": "Comfy UI Text List Product"
}
],
"https://github.com/osi1880vr/prompt_quill_comfyui": [
[
"PromptQuillGenerate",
@ -13997,6 +14003,7 @@
"https://github.com/traugdor/ComfyUI-quadMoons-nodes": [
[
"quadmoonCLIPTextEncode",
"quadmoonChangeBackground",
"quadmoonConvertBoolToString",
"quadmoonConvertFloatToString",
"quadmoonConvertIntToString",

File diff suppressed because it is too large Load Diff

View File

@ -11,15 +11,25 @@
{
"author": "opvelll",
"title": "Comfy UI Text List Product",
"id": "listproduct",
"reference": "https://github.com/opvelll/ComfyUI_TextListProduct",
"author": "prabinpebam",
"title": "anyPython [UNSAFE]",
"reference": "https://github.com/prabinpebam/anyPython",
"files": [
"https://github.com/opvelll/ComfyUI_TextListProduct"
"https://github.com/prabinpebam/anyPython"
],
"install_type": "git-clone",
"description": "This is a custom node for Comfy UI. It mainly wraps itertools.product and can be used to create patterns by combining prompts. It is recommended to install this custom node in combination with the nodes from the WAS Node Suite."
"description": "This node was inspired by AnyNode. I wanted to have a node where I can paste any python script and execute it. That way I can use this node in combination with a Custom node like the Ollama node that can generate the python code and feed into this node. This also makes it much easier to debug or modify the code iteratively. As of the current version, I've created separate nodes for no input, 1 input and 2 inputs. The input also currently takes only sting as input. Let me know in the discussion how you would use this node.\n[w/This extension allows the execution of arbitrary Python code from a workflow.]"
},
{
"author": "kijai",
"title": "ComfyUI DiffSynth wrapper nodes [WIP]",
"id": "diffsynth-wrapper",
"reference": "https://github.com/kijai/ComfyUI-DiffSynthWrapper",
"files": [
"https://github.com/kijai/ComfyUI-DiffSynthWrapper"
],
"install_type": "git-clone",
"description": "Currently only the new extended SVD model 'ExVideo' is supported.\nOriginal repo:[a/https://github.com/modelscope/DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio)"
},
{
"author": "AllenEdgarPoe",

View File

@ -11,6 +11,17 @@
{
"author": "Kaharos94",
"title": "ComfyUI-Saveaswebp [DEPRECATED]",
"id": "save-webp",
"reference": "https://github.com/Kaharos94/ComfyUI-Saveaswebp",
"files": [
"https://github.com/Kaharos94/ComfyUI-Saveaswebp"
],
"install_type": "git-clone",
"description": "Save a picture as Webp file in Comfy + Workflow loading"
},
{
"author": "udi0510",
"title": "comfyui-slicer [REMOVED]",

View File

@ -13,6 +13,17 @@
{
"author": "opvelll",
"title": "Comfy UI Text List Product",
"id": "listproduct",
"reference": "https://github.com/opvelll/ComfyUI_TextListProduct",
"files": [
"https://github.com/opvelll/ComfyUI_TextListProduct"
],
"install_type": "git-clone",
"description": "This is a custom node for Comfy UI. It mainly wraps itertools.product and can be used to create patterns by combining prompts. It is recommended to install this custom node in combination with the nodes from the WAS Node Suite."
},
{
"author": "MinusZoneAI",
"title": "ComfyUI-TrainTools-MZ",
@ -680,17 +691,6 @@
],
"install_type": "git-clone",
"description": "Nodes:BK Img To Color, BK Color Selector"
},
{
"author": "zohac",
"title": "ComfyUI_ZC_DrawShape",
"id": "drawshape",
"reference": "https://github.com/zohac/ComfyUI_ZC_DrawShape",
"files": [
"https://github.com/zohac/ComfyUI_ZC_DrawShape"
],
"install_type": "git-clone",
"description": "Nodes:ZC DrawShape Node"
}
]
}

View File

@ -2359,14 +2359,6 @@
"title_aux": "comfy-plasma"
}
],
"https://github.com/Kaharos94/ComfyUI-Saveaswebp": [
[
"Save_as_webp"
],
{
"title_aux": "ComfyUI-Saveaswebp"
}
],
"https://github.com/Kangkang625/ComfyUI-paint-by-example": [
[
"PaintbyExamplePipeLoader",
@ -10249,9 +10241,11 @@
"BBoxToCOCO",
"BBoxToXYWH",
"ConvertToDict",
"LoadUltralyticsModel",
"CustomUltralyticsModelLoader",
"SAMInference",
"SAMLoader",
"UltralyticsInference",
"UltralyticsModelDownloader",
"UltralyticsModelLoader",
"UltralyticsVisualization"
],
{
@ -12379,6 +12373,18 @@
"title_aux": "Quality of life Suit:V2"
}
],
"https://github.com/opvelll/ComfyUI_TextListProduct": [
[
"ProductedString",
"TextListProduct",
"TextListProductWithSingleA",
"TextListProductWithSingleB",
"TextListProductWithSingleBoth"
],
{
"title_aux": "Comfy UI Text List Product"
}
],
"https://github.com/osi1880vr/prompt_quill_comfyui": [
[
"PromptQuillGenerate",
@ -13997,6 +14003,7 @@
"https://github.com/traugdor/ComfyUI-quadMoons-nodes": [
[
"quadmoonCLIPTextEncode",
"quadmoonChangeBackground",
"quadmoonConvertBoolToString",
"quadmoonConvertFloatToString",
"quadmoonConvertIntToString",