update DB

This commit is contained in:
dr.lt.data 2023-11-28 17:36:22 +09:00
parent 5e05e6ad94
commit 49c6595806
5 changed files with 71 additions and 21 deletions

View File

@ -166,6 +166,7 @@ NODE_CLASS_MAPPINGS.update({
* `enable.py` - When enabled, it is automatically called * `enable.py` - When enabled, it is automatically called
* **All scripts are executed from the root path of the corresponding custom node.** * **All scripts are executed from the root path of the corresponding custom node.**
## Support of missing nodes installation ## Support of missing nodes installation
![missing-menu](misc/missing-menu.png) ![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/diontimmer/Sample-Diffusion-ComfyUI-Extension
* https://github.com/senshilabs/NINJA-plugin * https://github.com/senshilabs/NINJA-plugin
* https://github.com/MockbaTheBorg/Nodes * https://github.com/MockbaTheBorg/Nodes
* https://github.com/filliptm/ComfyUI_Fill-Nodes
## Roadmap ## Roadmap

View File

@ -2334,7 +2334,7 @@
"https://github.com/shadowcz007/comfyui-mixlab-nodes" "https://github.com/shadowcz007/comfyui-mixlab-nodes"
], ],
"install_type": "git-clone", "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", "author": "ostris",
@ -2899,6 +2899,16 @@
"install_type": "git-clone", "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" "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", "author": "Off-Live",
"title": "ComfyUI-off-suite", "title": "ComfyUI-off-suite",

View File

@ -948,9 +948,11 @@
"ConditioningClamp", "ConditioningClamp",
"ControlNetClamp", "ControlNetClamp",
"GligenClamp", "GligenClamp",
"ImageBatchCopy",
"ImageBatchFork", "ImageBatchFork",
"ImageBatchGet", "ImageBatchGet",
"ImageBatchJoin", "ImageBatchJoin",
"ImageBatchPermute",
"ImageBatchRemove", "ImageBatchRemove",
"ImageClamp", "ImageClamp",
"ImageCompositeAbsolute", "ImageCompositeAbsolute",
@ -1023,6 +1025,7 @@
"ImageTransformPaddingAbsolute", "ImageTransformPaddingAbsolute",
"ImageTransformPaddingRelative", "ImageTransformPaddingRelative",
"ImageTransformResizeAbsolute", "ImageTransformResizeAbsolute",
"ImageTransformResizeClip",
"ImageTransformResizeRelative", "ImageTransformResizeRelative",
"ImageTransformRotate", "ImageTransformRotate",
"ImageTransformTranspose", "ImageTransformTranspose",
@ -1633,16 +1636,17 @@
], ],
"https://github.com/Trung0246/ComfyUI-0246": [ "https://github.com/Trung0246/ComfyUI-0246": [
[ [
"Beautify", "0246.Beautify",
"Count", "0246.Convert",
"Highway", "0246.Count",
"Hold", "0246.Highway",
"Junction", "0246.Hold",
"JunctionBatch", "0246.Junction",
"Loop", "0246.JunctionBatch",
"Mimic", "0246.Loop",
"Random", "0246.Mimic",
"Stringify" "0246.RandomInt",
"0246.Stringify"
], ],
{ {
"title_aux": "ComfyUI-0246" "title_aux": "ComfyUI-0246"
@ -2010,6 +2014,7 @@
"ImageComposite_BG_Zho", "ImageComposite_BG_Zho",
"ImageComposite_Zho", "ImageComposite_Zho",
"RGB_Image_Zho", "RGB_Image_Zho",
"Text_Image_Frame_Zho",
"Text_Image_Multiline_Zho", "Text_Image_Multiline_Zho",
"Text_Image_Zho" "Text_Image_Zho"
], ],
@ -5025,6 +5030,15 @@
"title_aux": "Cute Comfy" "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": [ "https://raw.githubusercontent.com/throttlekitty/SDXLCustomAspectRatio/main/SDXLAspectRatio.py": [
[ [
"SDXLAspectRatio" "SDXLAspectRatio"

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "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", "author": "AbdullahAlfaraj",
"title": "Comfy-Photoshop-SD", "title": "Comfy-Photoshop-SD",

View File

@ -948,9 +948,11 @@
"ConditioningClamp", "ConditioningClamp",
"ControlNetClamp", "ControlNetClamp",
"GligenClamp", "GligenClamp",
"ImageBatchCopy",
"ImageBatchFork", "ImageBatchFork",
"ImageBatchGet", "ImageBatchGet",
"ImageBatchJoin", "ImageBatchJoin",
"ImageBatchPermute",
"ImageBatchRemove", "ImageBatchRemove",
"ImageClamp", "ImageClamp",
"ImageCompositeAbsolute", "ImageCompositeAbsolute",
@ -1023,6 +1025,7 @@
"ImageTransformPaddingAbsolute", "ImageTransformPaddingAbsolute",
"ImageTransformPaddingRelative", "ImageTransformPaddingRelative",
"ImageTransformResizeAbsolute", "ImageTransformResizeAbsolute",
"ImageTransformResizeClip",
"ImageTransformResizeRelative", "ImageTransformResizeRelative",
"ImageTransformRotate", "ImageTransformRotate",
"ImageTransformTranspose", "ImageTransformTranspose",
@ -1633,16 +1636,17 @@
], ],
"https://github.com/Trung0246/ComfyUI-0246": [ "https://github.com/Trung0246/ComfyUI-0246": [
[ [
"Beautify", "0246.Beautify",
"Count", "0246.Convert",
"Highway", "0246.Count",
"Hold", "0246.Highway",
"Junction", "0246.Hold",
"JunctionBatch", "0246.Junction",
"Loop", "0246.JunctionBatch",
"Mimic", "0246.Loop",
"Random", "0246.Mimic",
"Stringify" "0246.RandomInt",
"0246.Stringify"
], ],
{ {
"title_aux": "ComfyUI-0246" "title_aux": "ComfyUI-0246"
@ -2010,6 +2014,7 @@
"ImageComposite_BG_Zho", "ImageComposite_BG_Zho",
"ImageComposite_Zho", "ImageComposite_Zho",
"RGB_Image_Zho", "RGB_Image_Zho",
"Text_Image_Frame_Zho",
"Text_Image_Multiline_Zho", "Text_Image_Multiline_Zho",
"Text_Image_Zho" "Text_Image_Zho"
], ],
@ -5025,6 +5030,15 @@
"title_aux": "Cute Comfy" "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": [ "https://raw.githubusercontent.com/throttlekitty/SDXLCustomAspectRatio/main/SDXLAspectRatio.py": [
[ [
"SDXLAspectRatio" "SDXLAspectRatio"