update DB

This commit is contained in:
Dr.Lt.Data 2024-05-21 20:46:45 +09:00
parent d3f5d0f47a
commit c0a15fc0f7
7 changed files with 511 additions and 319 deletions

View File

@ -2950,6 +2950,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Based on GroundingDino and SAM, use semantic strings to segment any element in an image. The comfyui version of sd-webui-segment-anything." "description": "Based on GroundingDino and SAM, use semantic strings to segment any element in an image. The comfyui version of sd-webui-segment-anything."
}, },
{
"author": "storyicon",
"title": "ComfyUI MuseV Evolved",
"id": "musev-evolved",
"reference": "https://github.com/storyicon/comfyui_musev_evolved",
"files": [
"https://github.com/storyicon/comfyui_musev_evolved"
],
"install_type": "git-clone",
"description": "Nodes:MuseVImg2Vid (comfyui_musev_evolved)\nNOTE: Download [a/MuseV](https://huggingface.co/TMElyralab/MuseV) to ComfyUI/models/diffusers"
},
{ {
"author": "a1lazydog", "author": "a1lazydog",
"title": "ComfyUI-AudioScheduler", "title": "ComfyUI-AudioScheduler",
@ -4800,15 +4811,15 @@
"description": "This extension enables the use of the diffuser pipeline in ComfyUI." "description": "This extension enables the use of the diffuser pipeline in ComfyUI."
}, },
{ {
"author": "edenartlab", "author": "aiXander",
"title": "eden_comfy_pipelines", "title": "Various custom nodes by Eden.art",
"id": "eden-pipeline", "id": "Eden",
"reference": "https://github.com/edenartlab/eden_comfy_pipelines", "reference": "https://github.com/edenartlab/eden_comfy_pipelines",
"files": [ "files": [
"https://github.com/edenartlab/eden_comfy_pipelines" "https://github.com/edenartlab/eden_comfy_pipelines"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:CLIP Interrogator, ..." "description": "A set of custom nodes for various purposed, maintained by Eden.art"
}, },
{ {
"author": "pkpk", "author": "pkpk",
@ -4924,8 +4935,8 @@
}, },
{ {
"author": "ai-liam", "author": "ai-liam",
"title": "LiamUtil", "title": "LiamUtil (single node)",
"id": "liam", "id": "liam-util-single",
"reference": "https://github.com/ai-liam/comfyui_liam_util", "reference": "https://github.com/ai-liam/comfyui_liam_util",
"files": [ "files": [
"https://github.com/ai-liam/comfyui_liam_util" "https://github.com/ai-liam/comfyui_liam_util"
@ -4933,6 +4944,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: LiamLoadImage. This node provides the capability to load images from a URL." "description": "Nodes: LiamLoadImage. This node provides the capability to load images from a URL."
}, },
{
"author": "ai-liam",
"title": "LiamUtil",
"id": "liam-util",
"reference": "https://github.com/ai-liam/comfyui-liam",
"files": [
"https://github.com/ai-liam/comfyui-liam"
],
"install_type": "git-clone",
"description": "Nodes: LiamLibLoadImage, LiamLibImageToGray, LiamLibSaveImg, LiamLibFillImage, PreviewReliefImage, GetBetterDepthImage, LiamLibSaveText"
},
{ {
"author": "Ryuukeisyou", "author": "Ryuukeisyou",
"title": "comfyui_face_parsing", "title": "comfyui_face_parsing",
@ -8078,6 +8100,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "This node allows you to use ID_Animator, the zero shot video generation model" "description": "This node allows you to use ID_Animator, the zero shot video generation model"
}, },
{
"author": "smthemex",
"title": "ComfyUI_CustomNet",
"id": "customnet",
"reference": "https://github.com/smthemex/ComfyUI_CustomNet",
"files": [
"https://github.com/smthemex/ComfyUI_CustomNet"
],
"install_type": "git-clone",
"description": "This node allows you to use customnet."
},
{ {
"author": "choey", "author": "choey",
"title": "Comfy-Topaz", "title": "Comfy-Topaz",
@ -8777,6 +8810,7 @@
{ {
"author": "githubYiheng", "author": "githubYiheng",
"title": "ComfyUI_GetFileNameFromURL", "title": "ComfyUI_GetFileNameFromURL",
"id": "getfilename-from-url",
"reference": "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL", "reference": "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL",
"files": [ "files": [
"https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL" "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL"
@ -8784,6 +8818,28 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "GetFileNameFromURL is a ComfyUI custom node that extracts the filename from a URL. It can handle various URLs and is capable of handling redirects." "description": "GetFileNameFromURL is a ComfyUI custom node that extracts the filename from a URL. It can handle various URLs and is capable of handling redirects."
}, },
{
"author": "githubYiheng",
"title": "comfyui_median_filter",
"id": "median-filter",
"reference": "https://github.com/githubYiheng/comfyui_median_filter",
"files": [
"https://github.com/githubYiheng/comfyui_median_filter"
],
"install_type": "git-clone",
"description": "Nodes:Apply Median Filter"
},
{
"author": "githubYiheng",
"title": "ComfyUI_Change_IMAGE_BOREDER",
"id": "change-image-border",
"reference": "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER",
"files": [
"https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER"
],
"install_type": "git-clone",
"description": "Nodes:Change Image Border"
},
{ {
"author": "Fihade", "author": "Fihade",
"title": "IC-Light-ComfyUI-Node", "title": "IC-Light-ComfyUI-Node",

View File

@ -4087,6 +4087,15 @@
"title_aux": "ComfyUI String Tools" "title_aux": "ComfyUI String Tools"
} }
], ],
"https://github.com/Taremin/webui-monaco-prompt": [
[
"WebuiMonacoPromptFind",
"WebuiMonacoPromptReplace"
],
{
"title_aux": "WebUI Monaco Prompt"
}
],
"https://github.com/TeaCrab/ComfyUI-TeaNodes": [ "https://github.com/TeaCrab/ComfyUI-TeaNodes": [
[ [
"TC_ColorFill", "TC_ColorFill",
@ -4214,7 +4223,7 @@
], ],
{ {
"author": "tinyterra", "author": "tinyterra",
"description": "This extension offers various pipe nodes, fullscreen image viewer based on node history, dynamic widgets, interface customization, and more.", "description": "This extension offers extensive xyPlot, various pipe nodes, fullscreen image viewer based on node history, dynamic widgets, interface customization, and more.",
"nickname": "\ud83c\udf0f", "nickname": "\ud83c\udf0f",
"nodename_pattern": "^ttN ", "nodename_pattern": "^ttN ",
"title": "tinyterraNodes", "title": "tinyterraNodes",
@ -5087,12 +5096,26 @@
"title_aux": "ComfyUI-styles-all" "title_aux": "ComfyUI-styles-all"
} }
], ],
"https://github.com/ai-liam/comfyui-liam": [
[
"GetBetterDepthImage",
"LiamLibFillImage",
"LiamLibImageToGray",
"LiamLibLoadImage",
"LiamLibSaveImg",
"LiamLibSaveText",
"PreviewReliefImage"
],
{
"title_aux": "LiamUtil"
}
],
"https://github.com/ai-liam/comfyui_liam_util": [ "https://github.com/ai-liam/comfyui_liam_util": [
[ [
"LiamLoadImage" "LiamLoadImage"
], ],
{ {
"title_aux": "LiamUtil" "title_aux": "LiamUtil (single node)"
} }
], ],
"https://github.com/aianimation55/ComfyUI-FatLabels": [ "https://github.com/aianimation55/ComfyUI-FatLabels": [
@ -7729,7 +7752,9 @@
"IMG_resolution_multiple_of", "IMG_resolution_multiple_of",
"IMG_scaler", "IMG_scaler",
"IMG_unpadder", "IMG_unpadder",
"IPAdapterRandomRotateEmbeds",
"If ANY execute A else B", "If ANY execute A else B",
"ImageDescriptionNode",
"LatentTypeConversion", "LatentTypeConversion",
"LoadRandomImage", "LoadRandomImage",
"MaskFromRGB", "MaskFromRGB",
@ -7738,7 +7763,7 @@
"VAEDecode_to_folder" "VAEDecode_to_folder"
], ],
{ {
"title_aux": "eden_comfy_pipelines" "title_aux": "Various custom nodes by Eden.art"
} }
], ],
"https://github.com/evanspearman/ComfyMath": [ "https://github.com/evanspearman/ComfyMath": [
@ -8267,6 +8292,14 @@
"title_aux": "Save Image with Generation Metadata" "title_aux": "Save Image with Generation Metadata"
} }
], ],
"https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": [
[
"ChangeImageBorder"
],
{
"title_aux": "ComfyUI_Change_IMAGE_BOREDER"
}
],
"https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": [ "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": [
[ [
"GetFileNameFromURL" "GetFileNameFromURL"
@ -8275,6 +8308,14 @@
"title_aux": "ComfyUI_GetFileNameFromURL" "title_aux": "ComfyUI_GetFileNameFromURL"
} }
], ],
"https://github.com/githubYiheng/comfyui_median_filter": [
[
"ImageMedianFilter"
],
{
"title_aux": "comfyui_median_filter"
}
],
"https://github.com/glibsonoran/Plush-for-ComfyUI": [ "https://github.com/glibsonoran/Plush-for-ComfyUI": [
[ [
"AdvPromptEnhancer", "AdvPromptEnhancer",
@ -9447,6 +9488,7 @@
[ [
"BackgroundScaler", "BackgroundScaler",
"CalculateNormalsFromImages", "CalculateNormalsFromImages",
"DetailTransfer",
"ICLightConditioning", "ICLightConditioning",
"LightSource", "LightSource",
"LoadAndApplyICLightUnet", "LoadAndApplyICLightUnet",
@ -11155,7 +11197,7 @@
"title_aux": "ComfyUI-TemporaryLoader" "title_aux": "ComfyUI-TemporaryLoader"
} }
], ],
"https://github.com/portu-sim/comfyui-bmab": [ "https://github.com/portu-sim/comfyui_bmab": [
[ [
"BMAB Alpha Composit", "BMAB Alpha Composit",
"BMAB Basic", "BMAB Basic",
@ -11201,7 +11243,7 @@
"BMAB Upscaler" "BMAB Upscaler"
], ],
{ {
"title_aux": "comfyui-bmab" "title_aux": "comfyui_bmab"
} }
], ],
"https://github.com/prodogape/ComfyUI-Minio": [ "https://github.com/prodogape/ComfyUI-Minio": [
@ -11439,7 +11481,8 @@
[ [
"Notif-PlaySound", "Notif-PlaySound",
"Notif-SystemNotification", "Notif-SystemNotification",
"Notif-UnifiedNotification" "Notif-UnifiedNotification",
"Notif-Webhook"
], ],
{ {
"title_aux": "ComfyUI-Notifications" "title_aux": "ComfyUI-Notifications"
@ -11908,10 +11951,19 @@
"title_aux": "ComfyUI_ChatGLM_API" "title_aux": "ComfyUI_ChatGLM_API"
} }
], ],
"https://github.com/smthemex/ComfyUI_CustomNet": [
[
"CustomNet_Plus"
],
{
"title_aux": "ComfyUI_CustomNet"
}
],
"https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": [ "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": [
[ [
"Hidiffusion_Controlnet_Image", "Diffusers_Or_Repo_Choice",
"Hidiffusion_Text2Image" "Hi_Control2Img",
"Hi_Text2Img"
], ],
{ {
"title_aux": "ComfyUI_HiDiffusion_Pro" "title_aux": "ComfyUI_HiDiffusion_Pro"
@ -12003,6 +12055,7 @@
], ],
"https://github.com/spacepxl/ComfyUI-Image-Filters": [ "https://github.com/spacepxl/ComfyUI-Image-Filters": [
[ [
"AdainFilterLatent",
"AdainImage", "AdainImage",
"AdainLatent", "AdainLatent",
"AlphaClean", "AlphaClean",
@ -12036,6 +12089,7 @@
"RelightSimple", "RelightSimple",
"RemapRange", "RemapRange",
"RestoreDetail", "RestoreDetail",
"SharpenFilterLatent",
"ShuffleChannels", "ShuffleChannels",
"Tonemap", "Tonemap",
"UnJitterImage", "UnJitterImage",
@ -12138,6 +12192,15 @@
"title_aux": "ComfyUI Ollama" "title_aux": "ComfyUI Ollama"
} }
], ],
"https://github.com/storyicon/comfyui_musev_evolved": [
[
"MuseVImg2Vid (comfyui_musev_evolved)"
],
{
"author": "infguo",
"title_aux": "ComfyUI MuseV Evolved"
}
],
"https://github.com/storyicon/comfyui_segment_anything": [ "https://github.com/storyicon/comfyui_segment_anything": [
[ [
"GroundingDinoModelLoader (segment anything)", "GroundingDinoModelLoader (segment anything)",

File diff suppressed because it is too large Load Diff

View File

@ -2643,6 +2643,17 @@
"reference": "https://huggingface.co/spaces/ID-Animator/ID-Animator", "reference": "https://huggingface.co/spaces/ID-Animator/ID-Animator",
"filename": "model.safetensors", "filename": "model.safetensors",
"url": "https://huggingface.co/spaces/ID-Animator/ID-Animator/resolve/main/image_encoder/model.safetensors" "url": "https://huggingface.co/spaces/ID-Animator/ID-Animator/resolve/main/image_encoder/model.safetensors"
},
{
"name": "TencentARC/CustomNet",
"type": "CustomNet",
"base": "CustomNet",
"save_path": "custom_nodes/ComfyUI_CustomNet/pretrain",
"description": "CustomNet pretrained model for ComfyUI_CustomNet",
"reference": "https://huggingface.co/TencentARC/CustomNet/tree/main",
"filename": "customnet_v1.pt",
"url": "https://huggingface.co/TencentARC/CustomNet/resolve/main/customnet_v1.pt"
} }
] ]
} }

View File

@ -11,6 +11,61 @@
{
"author": "storyicon",
"title": "ComfyUI MuseV Evolved",
"id": "musev-evolved",
"reference": "https://github.com/storyicon/comfyui_musev_evolved",
"files": [
"https://github.com/storyicon/comfyui_musev_evolved"
],
"install_type": "git-clone",
"description": "Nodes:MuseVImg2Vid (comfyui_musev_evolved)\nNOTE: Download [a/MuseV](https://huggingface.co/TMElyralab/MuseV) to ComfyUI/models/diffusers"
},
{
"author": "smthemex",
"title": "ComfyUI_CustomNet",
"id": "customnet",
"reference": "https://github.com/smthemex/ComfyUI_CustomNet",
"files": [
"https://github.com/smthemex/ComfyUI_CustomNet"
],
"install_type": "git-clone",
"description": "This node allows you to use customnet."
},
{
"author": "githubYiheng",
"title": "comfyui_median_filter",
"id": "median-filter",
"reference": "https://github.com/githubYiheng/comfyui_median_filter",
"files": [
"https://github.com/githubYiheng/comfyui_median_filter"
],
"install_type": "git-clone",
"description": "Nodes:Apply Median Filter"
},
{
"author": "githubYiheng",
"title": "ComfyUI_Change_IMAGE_BOREDER",
"id": "change-image-border",
"reference": "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER",
"files": [
"https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER"
],
"install_type": "git-clone",
"description": "Nodes:Change Image Border"
},
{
"author": "ai-liam",
"title": "LiamUtil",
"id": "liam-util",
"reference": "https://github.com/ai-liam/comfyui-liam",
"files": [
"https://github.com/ai-liam/comfyui-liam"
],
"install_type": "git-clone",
"description": "Nodes: LiamLibLoadImage, LiamLibImageToGray, LiamLibSaveImg, LiamLibFillImage, PreviewReliefImage, GetBetterDepthImage, LiamLibSaveText"
},
{ {
"author": "Isaac Emesowum", "author": "Isaac Emesowum",
"title": "Isaac's Nodes", "title": "Isaac's Nodes",
@ -640,56 +695,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Use Prompt Quill in Comfyui" "description": "Nodes:Use Prompt Quill in Comfyui"
},
{
"author": "runtime44",
"title": "Runtime44 ComfyUI Nodes",
"reference": "https://github.com/runtime44/comfyui_r44_nodes",
"files": [
"https://github.com/runtime44/comfyui_r44_nodes"
],
"install_type": "git-clone",
"description": "Nodes: Runtime44Upscaler, Runtime44ColorMatch, Runtime44DynamicKSampler, Runtime44ImageOverlay, Runtime44ImageResizer, Runtime44ImageToNoise, Runtime44MaskSampler, Runtime44TiledMaskSampler, Runtime44IterativeUpscaleFactor, Runtime44ImageEnhance"
},
{
"author": "BAIS1C",
"title": "ComfyUI_RSS_Feed_Reader",
"reference": "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader",
"files": [
"https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader"
],
"install_type": "git-clone",
"description": "A Simple Python RSS Feed Reader to create Prompts in Comfy UI"
},
{
"author": "curiousjp",
"title": "ComfyUI-MaskBatchPermutations",
"reference": "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations",
"files": [
"https://github.com/curiousjp/ComfyUI-MaskBatchPermutations"
],
"install_type": "git-clone",
"description": "Permutes a mask batch to present possible additive combinations. Passing a mask batch (e.g. out of [a/SEGS to Mask Batch](https://github.com/ltdrdata/ComfyUI-Impact-Pack)) will return a new mask batch representing all the possible combinations of the included masks. So, a mask batch with two mask sections, 'A' and 'B', will return a batch containing an empty mask, an empty mask & A, an empty mask & B, and an empty mask & A & B."
},
{
"author": "yuvraj108c",
"title": "ComfyUI Upscaler TensorRT",
"reference": "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt",
"files": [
"https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt"
],
"install_type": "git-clone",
"description": "This project provides a Tensorrt implementation for fast image upscaling inside ComfyUI (3-4x faster)"
},
{
"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

@ -4087,6 +4087,15 @@
"title_aux": "ComfyUI String Tools" "title_aux": "ComfyUI String Tools"
} }
], ],
"https://github.com/Taremin/webui-monaco-prompt": [
[
"WebuiMonacoPromptFind",
"WebuiMonacoPromptReplace"
],
{
"title_aux": "WebUI Monaco Prompt"
}
],
"https://github.com/TeaCrab/ComfyUI-TeaNodes": [ "https://github.com/TeaCrab/ComfyUI-TeaNodes": [
[ [
"TC_ColorFill", "TC_ColorFill",
@ -4214,7 +4223,7 @@
], ],
{ {
"author": "tinyterra", "author": "tinyterra",
"description": "This extension offers various pipe nodes, fullscreen image viewer based on node history, dynamic widgets, interface customization, and more.", "description": "This extension offers extensive xyPlot, various pipe nodes, fullscreen image viewer based on node history, dynamic widgets, interface customization, and more.",
"nickname": "\ud83c\udf0f", "nickname": "\ud83c\udf0f",
"nodename_pattern": "^ttN ", "nodename_pattern": "^ttN ",
"title": "tinyterraNodes", "title": "tinyterraNodes",
@ -5087,12 +5096,26 @@
"title_aux": "ComfyUI-styles-all" "title_aux": "ComfyUI-styles-all"
} }
], ],
"https://github.com/ai-liam/comfyui-liam": [
[
"GetBetterDepthImage",
"LiamLibFillImage",
"LiamLibImageToGray",
"LiamLibLoadImage",
"LiamLibSaveImg",
"LiamLibSaveText",
"PreviewReliefImage"
],
{
"title_aux": "LiamUtil"
}
],
"https://github.com/ai-liam/comfyui_liam_util": [ "https://github.com/ai-liam/comfyui_liam_util": [
[ [
"LiamLoadImage" "LiamLoadImage"
], ],
{ {
"title_aux": "LiamUtil" "title_aux": "LiamUtil (single node)"
} }
], ],
"https://github.com/aianimation55/ComfyUI-FatLabels": [ "https://github.com/aianimation55/ComfyUI-FatLabels": [
@ -7729,7 +7752,9 @@
"IMG_resolution_multiple_of", "IMG_resolution_multiple_of",
"IMG_scaler", "IMG_scaler",
"IMG_unpadder", "IMG_unpadder",
"IPAdapterRandomRotateEmbeds",
"If ANY execute A else B", "If ANY execute A else B",
"ImageDescriptionNode",
"LatentTypeConversion", "LatentTypeConversion",
"LoadRandomImage", "LoadRandomImage",
"MaskFromRGB", "MaskFromRGB",
@ -7738,7 +7763,7 @@
"VAEDecode_to_folder" "VAEDecode_to_folder"
], ],
{ {
"title_aux": "eden_comfy_pipelines" "title_aux": "Various custom nodes by Eden.art"
} }
], ],
"https://github.com/evanspearman/ComfyMath": [ "https://github.com/evanspearman/ComfyMath": [
@ -8267,6 +8292,14 @@
"title_aux": "Save Image with Generation Metadata" "title_aux": "Save Image with Generation Metadata"
} }
], ],
"https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": [
[
"ChangeImageBorder"
],
{
"title_aux": "ComfyUI_Change_IMAGE_BOREDER"
}
],
"https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": [ "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": [
[ [
"GetFileNameFromURL" "GetFileNameFromURL"
@ -8275,6 +8308,14 @@
"title_aux": "ComfyUI_GetFileNameFromURL" "title_aux": "ComfyUI_GetFileNameFromURL"
} }
], ],
"https://github.com/githubYiheng/comfyui_median_filter": [
[
"ImageMedianFilter"
],
{
"title_aux": "comfyui_median_filter"
}
],
"https://github.com/glibsonoran/Plush-for-ComfyUI": [ "https://github.com/glibsonoran/Plush-for-ComfyUI": [
[ [
"AdvPromptEnhancer", "AdvPromptEnhancer",
@ -9447,6 +9488,7 @@
[ [
"BackgroundScaler", "BackgroundScaler",
"CalculateNormalsFromImages", "CalculateNormalsFromImages",
"DetailTransfer",
"ICLightConditioning", "ICLightConditioning",
"LightSource", "LightSource",
"LoadAndApplyICLightUnet", "LoadAndApplyICLightUnet",
@ -11155,7 +11197,7 @@
"title_aux": "ComfyUI-TemporaryLoader" "title_aux": "ComfyUI-TemporaryLoader"
} }
], ],
"https://github.com/portu-sim/comfyui-bmab": [ "https://github.com/portu-sim/comfyui_bmab": [
[ [
"BMAB Alpha Composit", "BMAB Alpha Composit",
"BMAB Basic", "BMAB Basic",
@ -11201,7 +11243,7 @@
"BMAB Upscaler" "BMAB Upscaler"
], ],
{ {
"title_aux": "comfyui-bmab" "title_aux": "comfyui_bmab"
} }
], ],
"https://github.com/prodogape/ComfyUI-Minio": [ "https://github.com/prodogape/ComfyUI-Minio": [
@ -11439,7 +11481,8 @@
[ [
"Notif-PlaySound", "Notif-PlaySound",
"Notif-SystemNotification", "Notif-SystemNotification",
"Notif-UnifiedNotification" "Notif-UnifiedNotification",
"Notif-Webhook"
], ],
{ {
"title_aux": "ComfyUI-Notifications" "title_aux": "ComfyUI-Notifications"
@ -11908,10 +11951,19 @@
"title_aux": "ComfyUI_ChatGLM_API" "title_aux": "ComfyUI_ChatGLM_API"
} }
], ],
"https://github.com/smthemex/ComfyUI_CustomNet": [
[
"CustomNet_Plus"
],
{
"title_aux": "ComfyUI_CustomNet"
}
],
"https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": [ "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": [
[ [
"Hidiffusion_Controlnet_Image", "Diffusers_Or_Repo_Choice",
"Hidiffusion_Text2Image" "Hi_Control2Img",
"Hi_Text2Img"
], ],
{ {
"title_aux": "ComfyUI_HiDiffusion_Pro" "title_aux": "ComfyUI_HiDiffusion_Pro"
@ -12003,6 +12055,7 @@
], ],
"https://github.com/spacepxl/ComfyUI-Image-Filters": [ "https://github.com/spacepxl/ComfyUI-Image-Filters": [
[ [
"AdainFilterLatent",
"AdainImage", "AdainImage",
"AdainLatent", "AdainLatent",
"AlphaClean", "AlphaClean",
@ -12036,6 +12089,7 @@
"RelightSimple", "RelightSimple",
"RemapRange", "RemapRange",
"RestoreDetail", "RestoreDetail",
"SharpenFilterLatent",
"ShuffleChannels", "ShuffleChannels",
"Tonemap", "Tonemap",
"UnJitterImage", "UnJitterImage",
@ -12138,6 +12192,15 @@
"title_aux": "ComfyUI Ollama" "title_aux": "ComfyUI Ollama"
} }
], ],
"https://github.com/storyicon/comfyui_musev_evolved": [
[
"MuseVImg2Vid (comfyui_musev_evolved)"
],
{
"author": "infguo",
"title_aux": "ComfyUI MuseV Evolved"
}
],
"https://github.com/storyicon/comfyui_segment_anything": [ "https://github.com/storyicon/comfyui_segment_anything": [
[ [
"GroundingDinoModelLoader (segment anything)", "GroundingDinoModelLoader (segment anything)",

View File

@ -1,5 +1,16 @@
{ {
"models": [ "models": [
{
"name": "TencentARC/CustomNet",
"type": "CustomNet",
"base": "CustomNet",
"save_path": "custom_nodes/ComfyUI_CustomNet/pretrain",
"description": "CustomNet pretrained model for ComfyUI_CustomNet",
"reference": "https://huggingface.co/TencentARC/CustomNet/tree/main",
"filename": "customnet_v1.pt",
"url": "https://huggingface.co/TencentARC/CustomNet/resolve/main/customnet_v1.pt"
},
{ {
"name": "ID-Animator/animator.ckpt", "name": "ID-Animator/animator.ckpt",
"type": "ID-Animator", "type": "ID-Animator",
@ -670,47 +681,6 @@
"reference": "https://huggingface.co/ioclab/LooseControl_WebUICombine", "reference": "https://huggingface.co/ioclab/LooseControl_WebUICombine",
"filename": "control_boxdepth_LooseControlfp16.safetensors", "filename": "control_boxdepth_LooseControlfp16.safetensors",
"url": "https://huggingface.co/ioclab/LooseControl_WebUICombine/resolve/main/control_boxdepth_LooseControlfp16.safetensors" "url": "https://huggingface.co/ioclab/LooseControl_WebUICombine/resolve/main/control_boxdepth_LooseControlfp16.safetensors"
},
{
"name": "ip-adapter-faceid-portrait_sd15.bin",
"type": "IP-Adapter",
"base": "SD1.5",
"save_path": "ipadapter",
"description": "IP-Adapter-FaceID Portrait Model (SD1.5) [ipadapter]",
"reference": "https://huggingface.co/h94/IP-Adapter-FaceID",
"filename": "ip-adapter-faceid-portrait_sd15.bin",
"url": "https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-portrait_sd15.bin"
},
{
"name": "ip-adapter-faceid-plus_sd15.bin",
"type": "IP-Adapter",
"base": "SD1.5",
"save_path": "ipadapter",
"description": "IP-Adapter-FaceID Plus Model (SD1.5) [ipadapter]",
"reference": "https://huggingface.co/h94/IP-Adapter-FaceID",
"filename": "ip-adapter-faceid-plus_sd15.bin",
"url": "https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-plus_sd15.bin"
},
{
"name": "ip-adapter-faceid_sd15.bin",
"type": "IP-Adapter",
"base": "SD1.5",
"save_path": "ipadapter",
"description": "IP-Adapter-FaceID Model (SD1.5)",
"reference": "https://huggingface.co/h94/IP-Adapter-FaceID",
"filename": "ip-adapter-faceid_sd15.bin",
"url": "https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid_sd15.bin"
},
{
"name": "ip-adapter-faceid_sd15_lora.safetensors",
"type": "lora",
"base": "SD1.5",
"save_path": "loras/ipadapter",
"description": "IP-Adapter-FaceID LoRA Model (SD1.5)",
"reference": "https://huggingface.co/h94/IP-Adapter-FaceID",
"filename": "ip-adapter-faceid_sd15_lora.safetensors",
"url": "https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid_sd15_lora.safetensors"
} }
] ]
} }