Browse Source

update DB

pull/43/head
Dr.Lt.Data 1 year ago
parent
commit
fe13e969eb
  1. 3
      README.md
  2. 15
      custom-node-list.json
  3. 14
      extension-node-map.json

3
README.md

@ -129,7 +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
# Roadmap # Roadmap

15
custom-node-list.json

@ -910,10 +910,11 @@
"title": "ComfyUIJasonNode", "title": "ComfyUIJasonNode",
"reference": "https://github.com/lrzjason/ComfyUIJasonNode", "reference": "https://github.com/lrzjason/ComfyUIJasonNode",
"files": [ "files": [
"https://github.com/lrzjason/ComfyUIJasonNode/raw/main/SDXLMixSampler.py" "https://github.com/lrzjason/ComfyUIJasonNode/raw/main/SDXLMixSampler.py",
"https://github.com/lrzjason/ComfyUIJasonNode/raw/main/LatentByRatio.py"
], ],
"install_type": "copy", "install_type": "copy",
"description": "Nodes:SDXLMixSampler" "description": "Nodes:SDXLMixSampler, LatentByRatio"
}, },
{ {
"author": "alpertunga-bile", "author": "alpertunga-bile",
@ -975,6 +976,16 @@
"install_type": "copy", "install_type": "copy",
"description": "Nodes: Prompt parser. ComfyUI extra nodes. Mostly prompt parsing." "description": "Nodes: Prompt parser. ComfyUI extra nodes. Mostly prompt parsing."
}, },
{
"author": "tudal",
"title": "SadaleNet",
"reference": "https://github.com/SadaleNet/CLIPTextEncodeA1111-ComfyUI",
"files": [
"https://github.com/SadaleNet/CLIPTextEncodeA1111-ComfyUI/raw/master/custom_nodes/clip_text_encoder_a1111.py"
],
"install_type": "copy",
"description": "Nodes: CLIPTextEncodeA1111, RerouteTextForCLIPTextEncodeA1111."
},
{ {
"author": "failfa-st", "author": "failfa-st",
"title": "failfa-st/comfyui-extensions", "title": "failfa-st/comfyui-extensions",

14
extension-node-map.json

@ -30,9 +30,9 @@
"Unary Mask Op" "Unary Mask Op"
], ],
"https://github.com/Beinsezii/bsz-cui-extras/raw/master/custom_nodes/bsz-auto-hires.py": [ "https://github.com/Beinsezii/bsz-cui-extras/raw/master/custom_nodes/bsz-auto-hires.py": [
"BSZAutoHires", "BSZAbsoluteHires",
"BSZAutoHiresAspect", "BSZAspectHires",
"BSZAutoHiresCombined" "BSZCombinedHires"
], ],
"https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": [ "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": [
"BNK_AddCLIPSDXLParams", "BNK_AddCLIPSDXLParams",
@ -418,6 +418,10 @@
"MSSqlSelectNode", "MSSqlSelectNode",
"MSSqlTableNode" "MSSqlTableNode"
], ],
"https://github.com/SadaleNet/CLIPTextEncodeA1111-ComfyUI/raw/master/custom_nodes/clip_text_encoder_a1111.py": [
"CLIPTextEncodeA1111",
"RerouteTextForCLIPTextEncodeA1111"
],
"https://github.com/SeargeDP/SeargeSDXL": [ "https://github.com/SeargeDP/SeargeSDXL": [
"SeargeFloatConstant", "SeargeFloatConstant",
"SeargeFloatMath", "SeargeFloatMath",
@ -611,6 +615,7 @@
"Number to Seed", "Number to Seed",
"Number to String", "Number to String",
"Number to Text", "Number to Text",
"Prompt Multiple Styles Selector",
"Prompt Styles Selector", "Prompt Styles Selector",
"Random Number", "Random Number",
"SAM Image Mask", "SAM Image Mask",
@ -885,7 +890,10 @@
"ImageMaskSwitch", "ImageMaskSwitch",
"ImageReceiver", "ImageReceiver",
"ImageSender", "ImageSender",
"ImpactKSamplerAdvancedBasicPipe",
"ImpactKSamplerBasicPipe",
"ImpactLogger", "ImpactLogger",
"ImpactSEGSLabelFilter",
"ImpactWildcardProcessor", "ImpactWildcardProcessor",
"IterativeImageUpscale", "IterativeImageUpscale",
"IterativeLatentUpscale", "IterativeLatentUpscale",

Loading…
Cancel
Save