diff --git a/README.md b/README.md index 1f4c33fe..c44cbad5 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ NODE_CLASS_MAPPINGS.update({ * `enable.py` - When enabled, it is automatically called * **All scripts are executed from the root path of the corresponding custom node.** + ## Support of missing nodes installation ![missing-menu](misc/missing-menu.png) @@ -189,6 +190,7 @@ NODE_CLASS_MAPPINGS.update({ * https://github.com/diontimmer/Sample-Diffusion-ComfyUI-Extension * https://github.com/senshilabs/NINJA-plugin * https://github.com/MockbaTheBorg/Nodes +* https://github.com/filliptm/ComfyUI_Fill-Nodes ## Roadmap diff --git a/custom-node-list.json b/custom-node-list.json index 43eab8de..b43f7fdc 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2334,7 +2334,7 @@ "https://github.com/shadowcz007/comfyui-mixlab-nodes" ], "install_type": "git-clone", - "description": "Nodes: RandomPrompt, TransparentImage, LoadImageFromPath, Splitting a long image into sections, ImagesCrop, Consistency Decoder Loader, Consistency Decoder Decode" + "description": "Nodes: RandomPrompt, TransparentImage, LoadImageFromPath, Splitting a long image into sections, FaceToMask, AreaToMask, ImagesCrop, ImageCropByAlpha, FeatheredMask, SplitLongMask, EnhanceImage, CLIPSeg, Consistency Decoder Loader, Consistency Decoder Decode, ..." }, { "author": "ostris", @@ -2899,6 +2899,16 @@ "install_type": "git-clone", "description": "Nodes: load Image with metadata, get config data, load image from base64 string, Load Loras From Prompt, Generate Latent Noise, Combine Two Latents Into Batch, General Purpose Controlnet Unit, ControlNet Script, Content Mask Latent, Auto-Photoshop-SD Seed, Expand and Blur the Mask" }, + { + "author": "zhuanqianfish", + "title": "EasyCaptureNode in ComflyUI for ControlNet", + "reference": "https://github.com/zhuanqianfish/ComfyUI-EasyNode", + "files": [ + "https://github.com/zhuanqianfish/ComfyUI-EasyNode" + ], + "install_type": "git-clone", + "description": "Nodes:Load base64 encoded image, Send base64 encoded image WebSocket" + }, { "author": "Off-Live", "title": "ComfyUI-off-suite", diff --git a/extension-node-map.json b/extension-node-map.json index 8ac7e799..5a7111a8 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -948,9 +948,11 @@ "ConditioningClamp", "ControlNetClamp", "GligenClamp", + "ImageBatchCopy", "ImageBatchFork", "ImageBatchGet", "ImageBatchJoin", + "ImageBatchPermute", "ImageBatchRemove", "ImageClamp", "ImageCompositeAbsolute", @@ -1023,6 +1025,7 @@ "ImageTransformPaddingAbsolute", "ImageTransformPaddingRelative", "ImageTransformResizeAbsolute", + "ImageTransformResizeClip", "ImageTransformResizeRelative", "ImageTransformRotate", "ImageTransformTranspose", @@ -1633,16 +1636,17 @@ ], "https://github.com/Trung0246/ComfyUI-0246": [ [ - "Beautify", - "Count", - "Highway", - "Hold", - "Junction", - "JunctionBatch", - "Loop", - "Mimic", - "Random", - "Stringify" + "0246.Beautify", + "0246.Convert", + "0246.Count", + "0246.Highway", + "0246.Hold", + "0246.Junction", + "0246.JunctionBatch", + "0246.Loop", + "0246.Mimic", + "0246.RandomInt", + "0246.Stringify" ], { "title_aux": "ComfyUI-0246" @@ -2010,6 +2014,7 @@ "ImageComposite_BG_Zho", "ImageComposite_Zho", "RGB_Image_Zho", + "Text_Image_Frame_Zho", "Text_Image_Multiline_Zho", "Text_Image_Zho" ], @@ -5025,6 +5030,15 @@ "title_aux": "Cute Comfy" } ], + "https://github.com/zhuanqianfish/ComfyUI-EasyNode": [ + [ + "LoadBase64Image", + "SendImageWebSocket" + ], + { + "title_aux": "EasyCaptureNode in ComflyUI for ControlNet" + } + ], "https://raw.githubusercontent.com/throttlekitty/SDXLCustomAspectRatio/main/SDXLAspectRatio.py": [ [ "SDXLAspectRatio" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index e9312238..172ae62b 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "zhuanqianfish", + "title": "EasyCaptureNode in ComflyUI for ControlNet", + "reference": "https://github.com/zhuanqianfish/ComfyUI-EasyNode", + "files": [ + "https://github.com/zhuanqianfish/ComfyUI-EasyNode" + ], + "install_type": "git-clone", + "description": "Nodes:Load base64 encoded image, Send base64 encoded image WebSocket" + }, { "author": "AbdullahAlfaraj", "title": "Comfy-Photoshop-SD", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 8ac7e799..5a7111a8 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -948,9 +948,11 @@ "ConditioningClamp", "ControlNetClamp", "GligenClamp", + "ImageBatchCopy", "ImageBatchFork", "ImageBatchGet", "ImageBatchJoin", + "ImageBatchPermute", "ImageBatchRemove", "ImageClamp", "ImageCompositeAbsolute", @@ -1023,6 +1025,7 @@ "ImageTransformPaddingAbsolute", "ImageTransformPaddingRelative", "ImageTransformResizeAbsolute", + "ImageTransformResizeClip", "ImageTransformResizeRelative", "ImageTransformRotate", "ImageTransformTranspose", @@ -1633,16 +1636,17 @@ ], "https://github.com/Trung0246/ComfyUI-0246": [ [ - "Beautify", - "Count", - "Highway", - "Hold", - "Junction", - "JunctionBatch", - "Loop", - "Mimic", - "Random", - "Stringify" + "0246.Beautify", + "0246.Convert", + "0246.Count", + "0246.Highway", + "0246.Hold", + "0246.Junction", + "0246.JunctionBatch", + "0246.Loop", + "0246.Mimic", + "0246.RandomInt", + "0246.Stringify" ], { "title_aux": "ComfyUI-0246" @@ -2010,6 +2014,7 @@ "ImageComposite_BG_Zho", "ImageComposite_Zho", "RGB_Image_Zho", + "Text_Image_Frame_Zho", "Text_Image_Multiline_Zho", "Text_Image_Zho" ], @@ -5025,6 +5030,15 @@ "title_aux": "Cute Comfy" } ], + "https://github.com/zhuanqianfish/ComfyUI-EasyNode": [ + [ + "LoadBase64Image", + "SendImageWebSocket" + ], + { + "title_aux": "EasyCaptureNode in ComflyUI for ControlNet" + } + ], "https://raw.githubusercontent.com/throttlekitty/SDXLCustomAspectRatio/main/SDXLAspectRatio.py": [ [ "SDXLAspectRatio"