update DB

This commit is contained in:
dr.lt.data 2023-07-31 11:02:19 +09:00
parent fe13e969eb
commit 12df09b664
4 changed files with 40 additions and 12 deletions

View File

@ -129,8 +129,8 @@ NODE_CLASS_MAPPINGS.update({
* https://github.com/bmad4ever/ComfyUI-Bmad-Custom-Nodes * https://github.com/bmad4ever/ComfyUI-Bmad-Custom-Nodes
* https://github.com/diontimmer/Sample-Diffusion-ComfyUI-Extension * https://github.com/diontimmer/Sample-Diffusion-ComfyUI-Extension
* https://github.com/laksjdjf/pfg-ComfyUI * https://github.com/laksjdjf/pfg-ComfyUI
* https://github.com/mihaiiancu/ComfyUI_Inpaint
* https://github.com/senshilabs/NINJA-plugin * https://github.com/senshilabs/NINJA-plugin
* https://github.com/failfa-st/comfyui-extensions
# Roadmap # Roadmap

View File

@ -114,6 +114,11 @@
"id":"https://github.com/asagi4/comfyui-prompt-control", "id":"https://github.com/asagi4/comfyui-prompt-control",
"tags":"prompt, prompt editing", "tags":"prompt, prompt editing",
"description": "This extension provides the ability to use prompts like <B><BR><BR>a [large::0.1] [cat|dog:0.05] [<lora:somelora:0.5:0.6>::0.5] [in a park:in space:0.4]</B><BR><BR>" "description": "This extension provides the ability to use prompts like <B><BR><BR>a [large::0.1] [cat|dog:0.05] [<lora:somelora:0.5:0.6>::0.5] [in a park:in space:0.4]</B><BR><BR>"
},
{
"id":"https://github.com/adieyal/comfyui-dynamicprompts",
"tags":"prompt, dynamic prompt",
"description": "This extension is a port of sd-dynamic-prompt to ComfyUI."
} }
] ]
} }

View File

@ -808,6 +808,26 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: P2LDGAN. This integrates P2LDGAN into ComfyUI. P2LDGAN extracts lineart from input images.<BR><p style='background-color: black; color: red;'>To use this extension, you need to download the <a href='https://drive.google.com/file/d/1To4V_Btc3QhCLBWZ0PdSNgC1cbm3isHP'>p2ldgan model</a> and save it in the <font color='white'>ComfyUI/custom_nodes/comfyui-p2ldgan/checkpoints</font> directory.</p>" "description": "Nodes: P2LDGAN. This integrates P2LDGAN into ComfyUI. P2LDGAN extracts lineart from input images.<BR><p style='background-color: black; color: red;'>To use this extension, you need to download the <a href='https://drive.google.com/file/d/1To4V_Btc3QhCLBWZ0PdSNgC1cbm3isHP'>p2ldgan model</a> and save it in the <font color='white'>ComfyUI/custom_nodes/comfyui-p2ldgan/checkpoints</font> directory.</p>"
}, },
{
"author": "adieyal",
"title": "DynamicPrompts Custom Nodes",
"reference": "https://github.com/adieyal/comfyui-dynamicprompts",
"files": [
"https://github.com/adieyal/comfyui-dynamicprompts"
],
"install_type": "git-clone",
"description": "Nodes: Random Prompts, Combinatorial Prompts, I'm Feeling Lucky, Magic Prompt, Jinja2 Templates. ComfyUI-DynamicPrompts is a custom nodes library that integrates into your existing ComfyUI Library. It provides nodes that enable the use of Dynamic Prompts in your ComfyUI."
},
{
"author": "mihaiiancu",
"title": "mihaiiancu/Inpaint",
"reference": "https://github.com/mihaiiancu/ComfyUI_Inpaint",
"files": [
"https://github.com/mihaiiancu/ComfyUI_Inpaint"
],
"install_type": "git-clone",
"description": "Nodes: InpaintMediapipe. This node provides a simple interface to inpaint."
},
{ {
"author": "taabata", "author": "taabata",
"title": "Syrian Falcon Nodes", "title": "Syrian Falcon Nodes",
@ -986,17 +1006,6 @@
"install_type": "copy", "install_type": "copy",
"description": "Nodes: CLIPTextEncodeA1111, RerouteTextForCLIPTextEncodeA1111." "description": "Nodes: CLIPTextEncodeA1111, RerouteTextForCLIPTextEncodeA1111."
}, },
{
"author": "failfa-st",
"title": "failfa-st/comfyui-extensions",
"reference": "https://github.com/failfa-st/comfyui-extensions",
"js_path": "failfa-st",
"files": [
"https://github.com/failfa-st/comfyui-extensions/raw/main/failfastSettings.js"
],
"install_type": "copy",
"description": "UI extensions: Links Render Mode, Force Snap to Frid, Force Box Shape, Render sahdows, Connection Width. Pin/Unpin all Nodes"
},
{ {
"author": "theally", "author": "theally",
"title": "TheAlly's Custom Nodes", "title": "TheAlly's Custom Nodes",

View File

@ -241,6 +241,7 @@
"JDC_GreyNoise", "JDC_GreyNoise",
"JDC_Greyscale", "JDC_Greyscale",
"JDC_ImageLoader", "JDC_ImageLoader",
"JDC_ImageLoaderMeta",
"JDC_PinkNoise", "JDC_PinkNoise",
"JDC_Plasma", "JDC_Plasma",
"JDC_PlasmaSampler", "JDC_PlasmaSampler",
@ -266,6 +267,7 @@
"Image Overlay", "Image Overlay",
"Join XY Inputs of Same Type", "Join XY Inputs of Same Type",
"KSampler (Efficient)", "KSampler (Efficient)",
"KSampler Adv. (Efficient)",
"LoRA Stacker", "LoRA Stacker",
"LoRA Stacker Adv.", "LoRA Stacker Adv.",
"Manual XY Entry Info", "Manual XY Entry Info",
@ -667,6 +669,13 @@
"ImageRewardLoader", "ImageRewardLoader",
"ImageRewardScore" "ImageRewardScore"
], ],
"https://github.com/adieyal/comfyui-dynamicprompts": [
"DPCombinatorialGenerator",
"DPFeelingLucky",
"DPJinja",
"DPMagicPrompt",
"DPRandomGenerator"
],
"https://github.com/alpertunga-bile/prompt-generator-comfyui/raw/master/prompt_generator.py": [ "https://github.com/alpertunga-bile/prompt-generator-comfyui/raw/master/prompt_generator.py": [
"Prompt Generator" "Prompt Generator"
], ],
@ -1005,6 +1014,9 @@
"Text To Image (mtb)", "Text To Image (mtb)",
"Uncrop (mtb)" "Uncrop (mtb)"
], ],
"https://github.com/mihaiiancu/ComfyUI_Inpaint": [
"InpaintMediapipe"
],
"https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": [ "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": [
"CLIPStringEncode _O", "CLIPStringEncode _O",
"Chat completion _O", "Chat completion _O",
@ -1073,6 +1085,7 @@
"ConstrainImage|pysssss", "ConstrainImage|pysssss",
"LoraLoader|pysssss", "LoraLoader|pysssss",
"MathExpression|pysssss", "MathExpression|pysssss",
"MultiPrimitive|pysssss",
"ReroutePrimitive|pysssss", "ReroutePrimitive|pysssss",
"ShowText|pysssss", "ShowText|pysssss",
"StringFunction|pysssss" "StringFunction|pysssss"
@ -1154,6 +1167,7 @@
"trRouterLonger" "trRouterLonger"
], ],
"https://github.com/tudal/Hakkun-ComfyUI-nodes/raw/main/hakkun_nodes.py": [ "https://github.com/tudal/Hakkun-ComfyUI-nodes/raw/main/hakkun_nodes.py": [
"Any Converter",
"Calculate Upscale", "Calculate Upscale",
"Image size to string", "Image size to string",
"Multi Text Merge", "Multi Text Merge",