update DB

This commit is contained in:
Dr.Lt.Data 2023-07-29 10:27:38 +09:00
parent 0b668a3fe1
commit 1215ffc630
2 changed files with 42 additions and 12 deletions

View File

@ -544,7 +544,7 @@
"https://github.com/Nourepide/ComfyUI-Allor" "https://github.com/Nourepide/ComfyUI-Allor"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Allor is a plugin for ComfyUI with an emphasis on transparency and performance.<BR><p style='background-color: black; color: red;'>WARN:If you currently(Jul 29) use this node, some built-in nodes like ImageScaleBy may become missing nodes.</p>" "description": "Allor is a plugin for ComfyUI with an emphasis on transparency and performance.<BR><p style='background-color: black; color: red;'>NOTE: If you do not disable the default node override feature in the settings, the built-in nodes, namely ImageScale and ImageScaleBy nodes, will be disabled. (ref: <a href='https://github.com/Nourepide/ComfyUI-Allor#configuration'>Configutation</a>)</p>"
}, },
{ {
"author": "pythongosssss", "author": "pythongosssss",
@ -798,6 +798,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes for convenient prompt editing. The aim is to make basic generations in ComfyUI completely prompt-controllable." "description": "Nodes for convenient prompt editing. The aim is to make basic generations in ComfyUI completely prompt-controllable."
}, },
{
"author": "jamesWalker55",
"title": "ComfyUI - P2LDGAN Node",
"reference": "https://github.com/jamesWalker55/comfyui-p2ldgan",
"files": [
"https://github.com/jamesWalker55/comfyui-p2ldgan"
],
"install_type": "git-clone",
"description": "Nodes: P2LDGAN. This integrates P2LDGAN into ComfyUI. P2LDGAN extracts lineart from input images."
},
{ {
"author": "taabata", "author": "taabata",
"title": "Syrian Falcon Nodes", "title": "Syrian Falcon Nodes",
@ -945,6 +955,26 @@
"install_type": "copy", "install_type": "copy",
"description": "A quick and easy ComfyUI custom node for setting SDXL-friendly aspect ratios." "description": "A quick and easy ComfyUI custom node for setting SDXL-friendly aspect ratios."
}, },
{
"author": "s1dlx",
"title": "comfy_meh",
"reference": "https://github.com/s1dlx/comfy_meh",
"files": [
"https://github.com/s1dlx/comfy_meh/raw/main/meh.py"
],
"install_type": "copy",
"description": "Advanced merging methods."
},
{
"author": "tudal",
"title": "Hakkun-ComfyUI-nodes",
"reference": "https://github.com/tudal/Hakkun-ComfyUI-nodes",
"files": [
"https://github.com/tudal/Hakkun-ComfyUI-nodes/raw/main/hakkun_nodes.py"
],
"install_type": "copy",
"description": "Nodes: Prompt parser. ComfyUI extra nodes. Mostly prompt parsing."
},
{ {
"author": "theally", "author": "theally",
"title": "TheAlly's Custom Nodes", "title": "TheAlly's Custom Nodes",
@ -978,16 +1008,6 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "Various image processing nodes." "description": "Various image processing nodes."
},
{
"author": "s1dlx",
"title": "comfy_meh",
"reference": "https://github.com/s1dlx/comfy_meh",
"files": [
"https://github.com/s1dlx/comfy_meh/raw/main/meh.py"
],
"install_type": "copy",
"description": "Advanced merging methods."
} }
] ]
} }

View File

@ -2,7 +2,8 @@
"https://github.com/ArtVentureX/comfyui-animatediff": [ "https://github.com/ArtVentureX/comfyui-animatediff": [
"AnimateDiffCombine", "AnimateDiffCombine",
"AnimateDiffLoader", "AnimateDiffLoader",
"AnimatedDiffUnload" "AnimateDiffLoader_v2",
"AnimateDiffUnload"
], ],
"https://github.com/BadCafeCode/masquerade-nodes-comfyui": [ "https://github.com/BadCafeCode/masquerade-nodes-comfyui": [
"Blur", "Blur",
@ -132,6 +133,7 @@
"Text box", "Text box",
"Tuple", "Tuple",
"Tuple debug print", "Tuple debug print",
"Tuple multiply",
"Tuple swap", "Tuple swap",
"Tuple to floats", "Tuple to floats",
"Tuple to ints", "Tuple to ints",
@ -1132,6 +1134,14 @@
"trRouter", "trRouter",
"trRouterLonger" "trRouterLonger"
], ],
"https://github.com/tudal/Hakkun-ComfyUI-nodes/raw/main/hakkun_nodes.py": [
"Calculate Upscale",
"Image size to string",
"Multi Text Merge",
"Prompt Parser",
"Random Line",
"Random Line 4"
],
"https://github.com/twri/sdxl_prompt_styler": [ "https://github.com/twri/sdxl_prompt_styler": [
"SDXLPromptStyler" "SDXLPromptStyler"
], ],