update DB

This commit is contained in:
Dr.Lt.Data 2024-05-02 23:16:16 +09:00
parent 1d679f3b9a
commit 27443d2ee5
7 changed files with 285 additions and 214 deletions

View File

@ -7880,6 +7880,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "This is a node for using cohere (Command R+) from ComfyUI. You need to edit the startup .bat file of ComfyUI and describe the API key obtained from Cohere as follows." "description": "This is a node for using cohere (Command R+) from ComfyUI. You need to edit the startup .bat file of ComfyUI and describe the API key obtained from Cohere as follows."
}, },
{
"author": "alessandrozonta",
"title": "Bounding Box Crop Node for ComfyUI",
"reference": "https://github.com/alessandrozonta/ComfyUI-CenterNode",
"files": [
"https://github.com/alessandrozonta/ComfyUI-CenterNode"
],
"install_type": "git-clone",
"description": "This extension contains a custom node for ComfyUI. The node, called 'Bounding Box Crop', is designed to compute the top-left coordinates of a cropped bounding box based on input coordinates and dimensions of the final cropped image. It does so computing the center of the cropping area and then computing where the top-left coordinates would be."
},

View File

@ -1065,9 +1065,10 @@
[ [
"Automatic CFG", "Automatic CFG",
"Automatic CFG - Advanced", "Automatic CFG - Advanced",
"Automatic CFG - Fastest",
"Automatic CFG - Negative", "Automatic CFG - Negative",
"Automatic CFG - Post rescale only", "Automatic CFG - Post rescale only",
"Automatic CFG - Unpatch function",
"Automatic CFG - Warp Drive",
"SAG delayed activation" "SAG delayed activation"
], ],
{ {
@ -2616,7 +2617,9 @@
], ],
"https://github.com/NimaNzrii/comfyui-photoshop": [ "https://github.com/NimaNzrii/comfyui-photoshop": [
[ [
"PhotoshopToComfyUI" "\ud83d\udd39 Photoshop RemoteConnection",
"\ud83d\udd39Photoshop ComfyUI Plugin",
"\ud83d\udd39SendTo Photoshop Plugin"
], ],
{ {
"title_aux": "comfyui-photoshop" "title_aux": "comfyui-photoshop"
@ -4906,6 +4909,14 @@
"title_aux": "ComfyUI-CascadeResolutions" "title_aux": "ComfyUI-CascadeResolutions"
} }
], ],
"https://github.com/alessandrozonta/ComfyUI-CenterNode": [
[
"BBoxCrop"
],
{
"title_aux": "Bounding Box Crop Node for ComfyUI"
}
],
"https://github.com/alexopus/ComfyUI-Image-Saver": [ "https://github.com/alexopus/ComfyUI-Image-Saver": [
[ [
"Cfg Literal (Image Saver)", "Cfg Literal (Image Saver)",
@ -6224,6 +6235,7 @@
"LayerMask: SegmentAnythingUltra", "LayerMask: SegmentAnythingUltra",
"LayerMask: SegmentAnythingUltra V2", "LayerMask: SegmentAnythingUltra V2",
"LayerMask: Shadow & Highlight Mask", "LayerMask: Shadow & Highlight Mask",
"LayerMask: YoloV8Detect",
"LayerStyle: ColorOverlay", "LayerStyle: ColorOverlay",
"LayerStyle: DropShadow", "LayerStyle: DropShadow",
"LayerStyle: GradientOverlay", "LayerStyle: GradientOverlay",
@ -7027,6 +7039,7 @@
"JDCN_AnyFileListRandom", "JDCN_AnyFileListRandom",
"JDCN_AnyFileSelector", "JDCN_AnyFileSelector",
"JDCN_BatchCounter", "JDCN_BatchCounter",
"JDCN_BatchCounterAdvance",
"JDCN_BatchImageLoadFromDir", "JDCN_BatchImageLoadFromDir",
"JDCN_BatchImageLoadFromList", "JDCN_BatchImageLoadFromList",
"JDCN_BatchLatentLoadFromDir", "JDCN_BatchLatentLoadFromDir",
@ -8005,6 +8018,7 @@
"interpreter_tool", "interpreter_tool",
"load_file", "load_file",
"load_persona", "load_persona",
"load_url",
"new_interpreter_tool", "new_interpreter_tool",
"show_text_party", "show_text_party",
"start_dialog", "start_dialog",
@ -8845,6 +8859,7 @@
"GetImageRangeFromBatch", "GetImageRangeFromBatch",
"GetImagesFromBatchIndexed", "GetImagesFromBatchIndexed",
"GetLatentsFromBatchIndexed", "GetLatentsFromBatchIndexed",
"GetMaskSize",
"GrowMaskWithBlur", "GrowMaskWithBlur",
"INTConstant", "INTConstant",
"ImageAndMaskPreview", "ImageAndMaskPreview",
@ -8864,6 +8879,7 @@
"InsertImageBatchByIndexes", "InsertImageBatchByIndexes",
"InsertImagesToBatchIndexed", "InsertImagesToBatchIndexed",
"Intrinsic_lora_sampling", "Intrinsic_lora_sampling",
"JoinStringMulti",
"JoinStrings", "JoinStrings",
"LoadResAdapterNormalization", "LoadResAdapterNormalization",
"MaskBatchMulti", "MaskBatchMulti",
@ -11028,8 +11044,10 @@
"https://github.com/spacepxl/ComfyUI-HQ-Image-Save": [ "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": [
[ [
"LoadEXR", "LoadEXR",
"LoadEXRFrames",
"LoadLatentEXR", "LoadLatentEXR",
"SaveEXR", "SaveEXR",
"SaveEXRFrames",
"SaveLatentEXR", "SaveLatentEXR",
"SaveTiff" "SaveTiff"
], ],

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,16 @@
"description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel." "description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel."
}, },
{
"author": "ZHO-ZHO-ZHO",
"title": "ComfyUI-PuLID-ZHO [WIP]",
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO",
"files": [
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO"
],
"install_type": "git-clone",
"description": "Unofficial implementation of [a/PuLID](https://github.com/ToTheBeginning/PuLID)diffusers for ComfyUI"
},
{ {
"author": "longgui0318", "author": "longgui0318",
"title": "comfyui-one-more-step [WIP]", "title": "comfyui-one-more-step [WIP]",

View File

@ -10,6 +10,16 @@
}, },
{
"author": "alessandrozonta",
"title": "Bounding Box Crop Node for ComfyUI",
"reference": "https://github.com/alessandrozonta/ComfyUI-CenterNode",
"files": [
"https://github.com/alessandrozonta/ComfyUI-CenterNode"
],
"install_type": "git-clone",
"description": "This extension contains a custom node for ComfyUI. The node, called 'Bounding Box Crop', is designed to compute the top-left coordinates of a cropped bounding box based on input coordinates and dimensions of the final cropped image. It does so computing the center of the cropping area and then computing where the top-left coordinates would be."
},
{ {
"author": "kealiu", "author": "kealiu",
"title": "ComfyUI-Zero123-Porting", "title": "ComfyUI-Zero123-Porting",
@ -679,16 +689,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "image to sticker" "description": "image to sticker"
},
{
"author": "quadme7macoon",
"title": "ComfyUI-ShadertoyGL",
"reference": "https://github.com/e7mac/ComfyUI-ShadertoyGL",
"files": [
"https://github.com/e7mac/ComfyUI-ShadertoyGL"
],
"install_type": "git-clone",
"description": "Nodes:Shadertoy, Shader, ColorChannelOffset."
} }
] ]
} }

View File

@ -1065,9 +1065,10 @@
[ [
"Automatic CFG", "Automatic CFG",
"Automatic CFG - Advanced", "Automatic CFG - Advanced",
"Automatic CFG - Fastest",
"Automatic CFG - Negative", "Automatic CFG - Negative",
"Automatic CFG - Post rescale only", "Automatic CFG - Post rescale only",
"Automatic CFG - Unpatch function",
"Automatic CFG - Warp Drive",
"SAG delayed activation" "SAG delayed activation"
], ],
{ {
@ -2616,7 +2617,9 @@
], ],
"https://github.com/NimaNzrii/comfyui-photoshop": [ "https://github.com/NimaNzrii/comfyui-photoshop": [
[ [
"PhotoshopToComfyUI" "\ud83d\udd39 Photoshop RemoteConnection",
"\ud83d\udd39Photoshop ComfyUI Plugin",
"\ud83d\udd39SendTo Photoshop Plugin"
], ],
{ {
"title_aux": "comfyui-photoshop" "title_aux": "comfyui-photoshop"
@ -4906,6 +4909,14 @@
"title_aux": "ComfyUI-CascadeResolutions" "title_aux": "ComfyUI-CascadeResolutions"
} }
], ],
"https://github.com/alessandrozonta/ComfyUI-CenterNode": [
[
"BBoxCrop"
],
{
"title_aux": "Bounding Box Crop Node for ComfyUI"
}
],
"https://github.com/alexopus/ComfyUI-Image-Saver": [ "https://github.com/alexopus/ComfyUI-Image-Saver": [
[ [
"Cfg Literal (Image Saver)", "Cfg Literal (Image Saver)",
@ -6224,6 +6235,7 @@
"LayerMask: SegmentAnythingUltra", "LayerMask: SegmentAnythingUltra",
"LayerMask: SegmentAnythingUltra V2", "LayerMask: SegmentAnythingUltra V2",
"LayerMask: Shadow & Highlight Mask", "LayerMask: Shadow & Highlight Mask",
"LayerMask: YoloV8Detect",
"LayerStyle: ColorOverlay", "LayerStyle: ColorOverlay",
"LayerStyle: DropShadow", "LayerStyle: DropShadow",
"LayerStyle: GradientOverlay", "LayerStyle: GradientOverlay",
@ -7027,6 +7039,7 @@
"JDCN_AnyFileListRandom", "JDCN_AnyFileListRandom",
"JDCN_AnyFileSelector", "JDCN_AnyFileSelector",
"JDCN_BatchCounter", "JDCN_BatchCounter",
"JDCN_BatchCounterAdvance",
"JDCN_BatchImageLoadFromDir", "JDCN_BatchImageLoadFromDir",
"JDCN_BatchImageLoadFromList", "JDCN_BatchImageLoadFromList",
"JDCN_BatchLatentLoadFromDir", "JDCN_BatchLatentLoadFromDir",
@ -8005,6 +8018,7 @@
"interpreter_tool", "interpreter_tool",
"load_file", "load_file",
"load_persona", "load_persona",
"load_url",
"new_interpreter_tool", "new_interpreter_tool",
"show_text_party", "show_text_party",
"start_dialog", "start_dialog",
@ -8845,6 +8859,7 @@
"GetImageRangeFromBatch", "GetImageRangeFromBatch",
"GetImagesFromBatchIndexed", "GetImagesFromBatchIndexed",
"GetLatentsFromBatchIndexed", "GetLatentsFromBatchIndexed",
"GetMaskSize",
"GrowMaskWithBlur", "GrowMaskWithBlur",
"INTConstant", "INTConstant",
"ImageAndMaskPreview", "ImageAndMaskPreview",
@ -8864,6 +8879,7 @@
"InsertImageBatchByIndexes", "InsertImageBatchByIndexes",
"InsertImagesToBatchIndexed", "InsertImagesToBatchIndexed",
"Intrinsic_lora_sampling", "Intrinsic_lora_sampling",
"JoinStringMulti",
"JoinStrings", "JoinStrings",
"LoadResAdapterNormalization", "LoadResAdapterNormalization",
"MaskBatchMulti", "MaskBatchMulti",
@ -11028,8 +11044,10 @@
"https://github.com/spacepxl/ComfyUI-HQ-Image-Save": [ "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": [
[ [
"LoadEXR", "LoadEXR",
"LoadEXRFrames",
"LoadLatentEXR", "LoadLatentEXR",
"SaveEXR", "SaveEXR",
"SaveEXRFrames",
"SaveLatentEXR", "SaveLatentEXR",
"SaveTiff" "SaveTiff"
], ],

View File

@ -179,6 +179,16 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Concatenate multiple text nodes." "description": "Nodes:Concatenate multiple text nodes."
},
{
"author": "nilor-corp",
"title": "nilor-nodes",
"reference": "https://github.com/nilor-corp/nilor-nodes",
"files": [
"https://github.com/nilor-corp/nilor-nodes"
],
"install_type": "git-clone",
"description": "Custom utility nodes for ComfyUI"
} }
] ]
} }