From 917a3f59ed7fced019e148e2ee51ce5b2186320e Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Tue, 6 Feb 2024 17:56:43 +0900 Subject: [PATCH 01/72] update DB --- custom-node-list.json | 10 ++++++++++ extension-node-map.json | 26 +++++++++++++++++++++---- node_db/dev/custom-node-list.json | 30 +++++++++++++++++++++++++++++ node_db/new/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 26 +++++++++++++++++++++---- 5 files changed, 94 insertions(+), 8 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 7cb54fd1..8714cd22 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4994,6 +4994,16 @@ "install_type": "git-clone", "description": "A small node pack containing various things I felt like ought to be in base comfy-UI. Currently includes Some image handling nodes to help with inpainting, a version of KSampler (advanced) that allows for denoise, and a node that can swap it's inputs. Remember to make an issue if you experience any bugs or errors!" }, + { + "author": "bilal-arikan", + "title": "ComfyUI_TextAssets", + "reference": "https://github.com/bilal-arikan/ComfyUI_TextAssets", + "files": [ + "https://github.com/bilal-arikan/ComfyUI_TextAssets" + ], + "install_type": "git-clone", + "description": "With this node you can upload text files to input folder from your local computer." + }, diff --git a/extension-node-map.json b/extension-node-map.json index f3a1a47c..4c6e2988 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2428,6 +2428,7 @@ ], "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [ [ + "tri3d-adjust-neck", "tri3d-atr-parse", "tri3d-atr-parse-batch", "tri3d-clipdrop-bgremove-api", @@ -2482,7 +2483,6 @@ "TC_EqualizeCLAHE", "TC_ImageResize", "TC_ImageScale", - "TC_MaskBG_DIS", "TC_RandomColorFill", "TC_SizeApproximation" ], @@ -2492,8 +2492,11 @@ ], "https://github.com/TemryL/ComfyS3": [ [ + "DownloadFileS3", "LoadImageS3", - "SaveImageS3" + "SaveImageS3", + "SaveVideoFilesS3", + "UploadFileS3" ], { "title_aux": "ComfyS3: Amazon S3 Integration for ComfyUI" @@ -3633,6 +3636,14 @@ "title_aux": "CLIPSeg" } ], + "https://github.com/bilal-arikan/ComfyUI_TextAssets": [ + [ + "LoadTextAsset" + ], + { + "title_aux": "ComfyUI_TextAssets" + } + ], "https://github.com/blepping/ComfyUI-bleh": [ [ "BlehDeepShrink", @@ -3756,6 +3767,7 @@ "RemapToInnerCylinder", "RemapToOuterCylinder", "RemapToQuadrilateral", + "RemapWarpPolar", "Repeat Into Grid (image)", "Repeat Into Grid (latent)", "RequestInputs", @@ -4016,6 +4028,7 @@ "Panda3dAttachNewNode", "Panda3dBase", "Panda3dDirectionalLight", + "Panda3dLoadDepthModel", "Panda3dLoadModel", "Panda3dLoadTexture", "Panda3dModelMerge", @@ -5144,9 +5157,13 @@ "https://github.com/gokayfem/ComfyUI_VLM_nodes": [ [ "Joytag", + "LLava Loader Simple", + "LLavaSamplerAdvanced", + "LLavaSamplerSimple", + "LlavaClipLoader", + "MoonDream", "PromptGenerate", - "SimpleText", - "VisionTextQuestion" + "SimpleText" ], { "title_aux": "VLM_nodes" @@ -5536,6 +5553,7 @@ "ImageGridComposite2x2", "ImageGridComposite3x3", "ImageTransformByNormalizedAmplitude", + "ImageUpscaleWithModelBatched", "InjectNoiseToLatent", "InsertImageBatchByIndexes", "NormalizeLatent", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index b1d1d231..987f5e95 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,6 +10,36 @@ }, + { + "author": "stutya", + "title": "ComfyUI-Terminal [UNSAFE]", + "reference": "https://github.com/stutya/ComfyUI-Terminal", + "files": [ + "https://github.com/stutya/ComfyUI-Terminal" + ], + "install_type": "git-clone", + "description": "Run Terminal Commands from ComfyUI.\n[w/This extension poses a risk of executing arbitrary commands through workflow execution. Please be cautious.]" + }, + { + "author": "chaojie", + "title": "ComfyUI DynamiCrafter", + "reference": "https://github.com/chaojie/ComfyUI-DynamiCrafter", + "files": [ + "https://github.com/chaojie/ComfyUI-DynamiCrafter" + ], + "install_type": "git-clone", + "description": "Nodes: DynamiCrafterLoader, DynamiCrafter Simple\nRef: [a/DynamiCrafter](https://github.com/Doubiiu/DynamiCrafter)" + }, + { + "author": "marcueberall", + "title": "ComfyUI-BuildPath", + "reference": "https://github.com/marcueberall/ComfyUI-BuildPath", + "files": [ + "https://github.com/marcueberall/ComfyUI-BuildPath" + ], + "install_type": "git-clone", + "description": "Nodes: Build Path Adv." + }, { "author": "LotzF", "title": "ComfyUI simple ChatGPT completion [UNSAFE]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index d5288c26..d920dfe0 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "bilal-arikan", + "title": "ComfyUI_TextAssets", + "reference": "https://github.com/bilal-arikan/ComfyUI_TextAssets", + "files": [ + "https://github.com/bilal-arikan/ComfyUI_TextAssets" + ], + "install_type": "git-clone", + "description": "With this node you can upload text files to input folder from your local computer." + }, { "author": "ZHO-ZHO-ZHO", "title": "ComfyUI SegMoE", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index f3a1a47c..4c6e2988 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2428,6 +2428,7 @@ ], "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [ [ + "tri3d-adjust-neck", "tri3d-atr-parse", "tri3d-atr-parse-batch", "tri3d-clipdrop-bgremove-api", @@ -2482,7 +2483,6 @@ "TC_EqualizeCLAHE", "TC_ImageResize", "TC_ImageScale", - "TC_MaskBG_DIS", "TC_RandomColorFill", "TC_SizeApproximation" ], @@ -2492,8 +2492,11 @@ ], "https://github.com/TemryL/ComfyS3": [ [ + "DownloadFileS3", "LoadImageS3", - "SaveImageS3" + "SaveImageS3", + "SaveVideoFilesS3", + "UploadFileS3" ], { "title_aux": "ComfyS3: Amazon S3 Integration for ComfyUI" @@ -3633,6 +3636,14 @@ "title_aux": "CLIPSeg" } ], + "https://github.com/bilal-arikan/ComfyUI_TextAssets": [ + [ + "LoadTextAsset" + ], + { + "title_aux": "ComfyUI_TextAssets" + } + ], "https://github.com/blepping/ComfyUI-bleh": [ [ "BlehDeepShrink", @@ -3756,6 +3767,7 @@ "RemapToInnerCylinder", "RemapToOuterCylinder", "RemapToQuadrilateral", + "RemapWarpPolar", "Repeat Into Grid (image)", "Repeat Into Grid (latent)", "RequestInputs", @@ -4016,6 +4028,7 @@ "Panda3dAttachNewNode", "Panda3dBase", "Panda3dDirectionalLight", + "Panda3dLoadDepthModel", "Panda3dLoadModel", "Panda3dLoadTexture", "Panda3dModelMerge", @@ -5144,9 +5157,13 @@ "https://github.com/gokayfem/ComfyUI_VLM_nodes": [ [ "Joytag", + "LLava Loader Simple", + "LLavaSamplerAdvanced", + "LLavaSamplerSimple", + "LlavaClipLoader", + "MoonDream", "PromptGenerate", - "SimpleText", - "VisionTextQuestion" + "SimpleText" ], { "title_aux": "VLM_nodes" @@ -5536,6 +5553,7 @@ "ImageGridComposite2x2", "ImageGridComposite3x3", "ImageTransformByNormalizedAmplitude", + "ImageUpscaleWithModelBatched", "InjectNoiseToLatent", "InsertImageBatchByIndexes", "NormalizeLatent", From eafcf1017dfc640b3f37bfaffc8bffa47eebf2fd Mon Sep 17 00:00:00 2001 From: chaojie Date: Tue, 6 Feb 2024 21:12:38 +0800 Subject: [PATCH 02/72] Update custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 8714cd22..ac486925 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4203,6 +4203,16 @@ ], "install_type": "git-clone", "description": "Nodes:3D Pose Editor" + }, + { + "author": "chaojie", + "title": "ComfyUI-DynamiCrafter", + "reference": "https://github.com/chaojie/ComfyUI-DynamiCrafter", + "files": [ + "https://github.com/chaojie/ComfyUI-DynamiCrafter" + ], + "install_type": "git-clone", + "description": "Better Dynamic, Higher Resolution, and Stronger Coherence!" }, { "author": "chaojie", From f5590ebfb0e96a19d1f16b2a83968c2162b42e7a Mon Sep 17 00:00:00 2001 From: Tom Mery <99132608+TemryL@users.noreply.github.com> Date: Tue, 6 Feb 2024 19:00:52 +0100 Subject: [PATCH 03/72] Update DB --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 8714cd22..d71b2551 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5323,6 +5323,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "TermyL", + "title": "ComfyS3", + "reference": "https://github.com/TemryL/ComfyS3", + "files": [ + "https://github.com/TemryL/ComfyS3" + ], + "install_type": "git-clone", + "description": "ComfyS3 seamlessly integrates with Amazon S3 in ComfyUI. This open-source project provides custom nodes for effortless loading and saving of images, videos, and checkpoint models directly from S3 buckets within the ComfyUI graph interface." } ] } From 983d49f35b82f6d178baedad05d315c5cf15f59f Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Wed, 7 Feb 2024 10:21:57 +0900 Subject: [PATCH 04/72] update DB --- custom-node-list.json | 16 +++------------- extension-node-map.json | 19 +++++++++++++++++-- node_db/dev/custom-node-list.json | 10 ---------- node_db/new/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 19 +++++++++++++++++-- 5 files changed, 47 insertions(+), 27 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 344a0c82..5f22818e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4203,7 +4203,7 @@ ], "install_type": "git-clone", "description": "Nodes:3D Pose Editor" - }, + }, { "author": "chaojie", "title": "ComfyUI-DynamiCrafter", @@ -4945,8 +4945,8 @@ "description": "An implementation of NSFW Detection for ComfyUI" }, { - "author": "TemryL", - "title": "ComfyS3: Amazon S3 Integration for ComfyUI", + "author": "TermyL", + "title": "ComfyS3", "reference": "https://github.com/TemryL/ComfyS3", "files": [ "https://github.com/TemryL/ComfyS3" @@ -5333,16 +5333,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "TermyL", - "title": "ComfyS3", - "reference": "https://github.com/TemryL/ComfyS3", - "files": [ - "https://github.com/TemryL/ComfyS3" - ], - "install_type": "git-clone", - "description": "ComfyS3 seamlessly integrates with Amazon S3 in ComfyUI. This open-source project provides custom nodes for effortless loading and saving of images, videos, and checkpoint models directly from S3 buckets within the ComfyUI graph interface." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 4c6e2988..33da6cf1 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2499,7 +2499,7 @@ "UploadFileS3" ], { - "title_aux": "ComfyS3: Amazon S3 Integration for ComfyUI" + "title_aux": "ComfyS3" } ], "https://github.com/TheBarret/ZSuite": [ @@ -3439,7 +3439,11 @@ ], "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": [ [ - "sample" + "composite", + "crop", + "paste", + "preview_mask", + "scale" ], { "title_aux": "antrobots-comfyUI-nodepack" @@ -3956,6 +3960,15 @@ "title_aux": "ComfyUI-DragNUWA" } ], + "https://github.com/chaojie/ComfyUI-DynamiCrafter": [ + [ + "DynamiCrafter Simple", + "DynamiCrafterLoader" + ], + { + "title_aux": "ComfyUI-DynamiCrafter" + } + ], "https://github.com/chaojie/ComfyUI-I2VGEN-XL": [ [ "I2VGEN-XL Simple", @@ -7841,6 +7854,7 @@ "easy XYPlotAdvanced", "easy a1111Loader", "easy boolean", + "easy cleanGpuUsed", "easy comfyLoader", "easy compare", "easy controlnetLoader", @@ -7867,6 +7881,7 @@ "easy imageSwitch", "easy imageToMask", "easy int", + "easy isSDXL", "easy joinImageBatch", "easy kSampler", "easy kSamplerDownscaleUnet", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 987f5e95..a4adfec6 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -20,16 +20,6 @@ "install_type": "git-clone", "description": "Run Terminal Commands from ComfyUI.\n[w/This extension poses a risk of executing arbitrary commands through workflow execution. Please be cautious.]" }, - { - "author": "chaojie", - "title": "ComfyUI DynamiCrafter", - "reference": "https://github.com/chaojie/ComfyUI-DynamiCrafter", - "files": [ - "https://github.com/chaojie/ComfyUI-DynamiCrafter" - ], - "install_type": "git-clone", - "description": "Nodes: DynamiCrafterLoader, DynamiCrafter Simple\nRef: [a/DynamiCrafter](https://github.com/Doubiiu/DynamiCrafter)" - }, { "author": "marcueberall", "title": "ComfyUI-BuildPath", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index d920dfe0..a73971ae 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "chaojie", + "title": "ComfyUI-DynamiCrafter", + "reference": "https://github.com/chaojie/ComfyUI-DynamiCrafter", + "files": [ + "https://github.com/chaojie/ComfyUI-DynamiCrafter" + ], + "install_type": "git-clone", + "description": "Better Dynamic, Higher Resolution, and Stronger Coherence!" + }, { "author": "bilal-arikan", "title": "ComfyUI_TextAssets", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 4c6e2988..33da6cf1 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2499,7 +2499,7 @@ "UploadFileS3" ], { - "title_aux": "ComfyS3: Amazon S3 Integration for ComfyUI" + "title_aux": "ComfyS3" } ], "https://github.com/TheBarret/ZSuite": [ @@ -3439,7 +3439,11 @@ ], "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": [ [ - "sample" + "composite", + "crop", + "paste", + "preview_mask", + "scale" ], { "title_aux": "antrobots-comfyUI-nodepack" @@ -3956,6 +3960,15 @@ "title_aux": "ComfyUI-DragNUWA" } ], + "https://github.com/chaojie/ComfyUI-DynamiCrafter": [ + [ + "DynamiCrafter Simple", + "DynamiCrafterLoader" + ], + { + "title_aux": "ComfyUI-DynamiCrafter" + } + ], "https://github.com/chaojie/ComfyUI-I2VGEN-XL": [ [ "I2VGEN-XL Simple", @@ -7841,6 +7854,7 @@ "easy XYPlotAdvanced", "easy a1111Loader", "easy boolean", + "easy cleanGpuUsed", "easy comfyLoader", "easy compare", "easy controlnetLoader", @@ -7867,6 +7881,7 @@ "easy imageSwitch", "easy imageToMask", "easy int", + "easy isSDXL", "easy joinImageBatch", "easy kSampler", "easy kSamplerDownscaleUnet", From 01d1bd45871ae79b42f7c277d233bba212984263 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Wed, 7 Feb 2024 10:29:32 +0900 Subject: [PATCH 05/72] update DB --- custom-node-list.json | 12 ++++++- extension-node-map.json | 13 +++++++- node_db/dev/custom-node-list.json | 10 ------ node_db/new/custom-node-list.json | 52 ++++++----------------------- node_db/new/extension-node-map.json | 13 +++++++- 5 files changed, 46 insertions(+), 54 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 5f22818e..306a3736 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3132,7 +3132,7 @@ }, { "author": "ZHO-ZHO-ZHO", - "title": "ComfyUI-SVD-ZHO", + "title": "ComfyUI-SVD-ZHO (WIP)", "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO", "files": [ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO" @@ -5014,6 +5014,16 @@ "install_type": "git-clone", "description": "With this node you can upload text files to input folder from your local computer." }, + { + "author": "kadirnar", + "title": "ComfyUI-Transformers", + "reference": "https://github.com/kadirnar/ComfyUI-Transformers", + "files": [ + "https://github.com/kadirnar/ComfyUI-Transformers" + ], + "install_type": "git-clone", + "description": "ComfyUI-Transformers is a cutting-edge project combining the power of computer vision and natural language processing to create intuitive and user-friendly interfaces. Our goal is to make technology more accessible and engaging." + }, diff --git a/extension-node-map.json b/extension-node-map.json index 33da6cf1..d7c1a3d0 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -3073,7 +3073,7 @@ "SVD_Styler_Zho" ], { - "title_aux": "ComfyUI-SVD-ZHO" + "title_aux": "ComfyUI-SVD-ZHO (WIP)" } ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": [ @@ -5474,6 +5474,17 @@ "title_aux": "comfyui-yanc" } ], + "https://github.com/kadirnar/ComfyUI-Transformers": [ + [ + "DepthEstimationPipeline", + "ImageClassificationPipeline", + "ImageSegmentationPipeline", + "ObjectDetectionPipeline" + ], + { + "title_aux": "ComfyUI-Transformers" + } + ], "https://github.com/kenjiqq/qq-nodes-comfyui": [ [ "Any List", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index a4adfec6..357901ff 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -150,16 +150,6 @@ "install_type": "git-clone", "description": "WIP" }, - { - "author": "kadirnar", - "title": "ComfyUI-Transformers", - "reference": "https://github.com/kadirnar/ComfyUI-Transformers", - "files": [ - "https://github.com/kadirnar/ComfyUI-Transformers" - ], - "install_type": "git-clone", - "description": "Nodes:DepthEstimation." - }, { "author": "MrAdamBlack", "title": "CheckProgress [WIP]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index a73971ae..81ba3585 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "kadirnar", + "title": "ComfyUI-Transformers", + "reference": "https://github.com/kadirnar/ComfyUI-Transformers", + "files": [ + "https://github.com/kadirnar/ComfyUI-Transformers" + ], + "install_type": "git-clone", + "description": "ComfyUI-Transformers is a cutting-edge project combining the power of computer vision and natural language processing to create intuitive and user-friendly interfaces. Our goal is to make technology more accessible and engaging." + }, { "author": "chaojie", "title": "ComfyUI-DynamiCrafter", @@ -42,7 +52,7 @@ }, { "author": "ZHO-ZHO-ZHO", - "title": "ComfyUI-SVD-ZHO", + "title": "ComfyUI-SVD-ZHO (WIP)", "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO", "files": [ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO" @@ -679,46 +689,6 @@ ], "install_type": "git-clone", "description": " This extension provides the StringToolsConcat node, which concatenates multiple texts, and the StringToolsRandomChoice node, which selects one randomly from multiple texts." - }, - { - "author": "dave-palt", - "title": "comfyui_DSP_imagehelpers", - "reference": "https://github.com/dave-palt/comfyui_DSP_imagehelpers", - "files": [ - "https://github.com/dave-palt/comfyui_DSP_imagehelpers" - ], - "install_type": "git-clone", - "description": "Nodes: DSP Image Concat" - }, - { - "author": "chaojie", - "title": "ComfyUI-Moore-AnimateAnyone", - "reference": "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone", - "files": [ - "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone" - ], - "install_type": "git-clone", - "description": "Nodes: Run python tools/download_weights.py first to download weights automatically" - }, - { - "author": "chflame163", - "title": "ComfyUI Layer Style", - "reference": "https://github.com/chflame163/ComfyUI_LayerStyle", - "files": [ - "https://github.com/chflame163/ComfyUI_LayerStyle" - ], - "install_type": "git-clone", - "description": "A set of nodes for ComfyUI it generate image like Adobe Photoshop's Layer Style. the Drop Shadow is first completed node, and follow-up work is in progress." - }, - { - "author": "kijai", - "title": "ComfyUI-DDColor", - "reference": "https://github.com/kijai/ComfyUI-DDColor", - "files": [ - "https://github.com/kijai/ComfyUI-DDColor" - ], - "install_type": "git-clone", - "description": "Node to use [a/DDColor](https://github.com/piddnad/DDColor) in ComfyUI." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 33da6cf1..d7c1a3d0 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -3073,7 +3073,7 @@ "SVD_Styler_Zho" ], { - "title_aux": "ComfyUI-SVD-ZHO" + "title_aux": "ComfyUI-SVD-ZHO (WIP)" } ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": [ @@ -5474,6 +5474,17 @@ "title_aux": "comfyui-yanc" } ], + "https://github.com/kadirnar/ComfyUI-Transformers": [ + [ + "DepthEstimationPipeline", + "ImageClassificationPipeline", + "ImageSegmentationPipeline", + "ObjectDetectionPipeline" + ], + { + "title_aux": "ComfyUI-Transformers" + } + ], "https://github.com/kenjiqq/qq-nodes-comfyui": [ [ "Any List", From 48b5c7ca21eba2f007dea1ff9de3666ae3c74028 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Wed, 7 Feb 2024 17:08:25 +0900 Subject: [PATCH 06/72] update DB --- node_db/dev/custom-node-list.json | 30 ++++++++++++++++++++---------- node_db/new/custom-node-list.json | 10 ++++++++++ 2 files changed, 30 insertions(+), 10 deletions(-) diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 357901ff..1626bc50 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,6 +10,26 @@ }, + { + "author": "dezi-ai", + "title": "ComfyUI Animate LCM", + "reference": "https://github.com/dezi-ai/ComfyUI-AnimateLCM", + "files": [ + "https://github.com/dezi-ai/ComfyUI-AnimateLCM" + ], + "install_type": "git-clone", + "description": "ComfyUI implementation for [a/AnimateLCM](https://animatelcm.github.io/) [[a/paper](https://arxiv.org/abs/2402.00769)].\b[w/This extension includes a large number of nodes imported from the existing custom nodes, increasing the likelihood of conflicts.]" + }, + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI-BRIA_AI-RMBG", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG" + ], + "install_type": "git-clone", + "description": "Unofficial [a/BRIA Background Removal v1.4](https://huggingface.co/briaai/RMBG-1.4) of BRIA RMBG Model for ComfyUI" + }, { "author": "stutya", "title": "ComfyUI-Terminal [UNSAFE]", @@ -40,16 +60,6 @@ "install_type": "git-clone", "description": "A simple node to request ChatGPT completions. [w/Do not share your workflows including the API key! I'll take no responsibility for your leaked keys.]" }, - { - "author": "dezi-ai", - "title": "ComfyUI Animate LCM", - "reference": "https://github.com/dezi-ai/ComfyUI-AnimateLCM", - "files": [ - "https://github.com/dezi-ai/ComfyUI-AnimateLCM" - ], - "install_type": "git-clone", - "description": "Nodes: Configurator for AnimateLCM, Renderer for AnimateLCM to render the video." - }, { "author": "blepping", "title": "ComfyUI-sonar (WIP)", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 81ba3585..15adf19d 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "dezi-ai", + "title": "ComfyUI Animate LCM", + "reference": "https://github.com/dezi-ai/ComfyUI-AnimateLCM", + "files": [ + "https://github.com/dezi-ai/ComfyUI-AnimateLCM" + ], + "install_type": "git-clone", + "description": "ComfyUI implementation for [a/AnimateLCM](https://animatelcm.github.io/) [[a/paper](https://arxiv.org/abs/2402.00769)]." + }, { "author": "kadirnar", "title": "ComfyUI-Transformers", From 2ebc20d0825168b4f6eeee2bc5c53beacc5e3779 Mon Sep 17 00:00:00 2001 From: pvp-by Date: Wed, 7 Feb 2024 13:49:26 +0400 Subject: [PATCH 07/72] add "flowt.ai" in Workflow Gallery --- js/comfyui-manager.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index 00d5456d..c32c43b3 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -1201,6 +1201,15 @@ class ManagerMenuDialog extends ComfyDialog { modifyButtonStyle(url); }, }, + { + title: "Open 'flowt.ai'", + callback: () => { + const url = "https://flowt.ai/"; + localStorage.setItem("wg_last_visited", url); + window.open(url, "comfyui-workflow-gallery"); + modifyButtonStyle(url); + }, + }, { title: "Close", callback: () => { From bf499bdf2f27e4c715eef8b953667ca5608c2c96 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 8 Feb 2024 00:05:15 +0900 Subject: [PATCH 08/72] update DB --- extension-node-map.json | 3 +++ node_db/new/extension-node-map.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/extension-node-map.json b/extension-node-map.json index d7c1a3d0..bd818f7c 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -746,6 +746,7 @@ ], "https://github.com/Fannovel16/ComfyUI-Video-Matting": [ [ + "BRIAAI Matting", "Robust Video Matting" ], { @@ -4546,6 +4547,7 @@ "ImageFlip+", "ImageFromBatch+", "ImagePosterize+", + "ImageRemoveBackground+", "ImageResize+", "ImageSeamCarving+", "KSamplerVariationsStochastic+", @@ -4558,6 +4560,7 @@ "MaskFromColor+", "MaskPreview+", "ModelCompile+", + "RemBGSession+", "SDXLEmptyLatentSizePicker+", "SimpleMath+", "TransitionMask+" diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index d7c1a3d0..bd818f7c 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -746,6 +746,7 @@ ], "https://github.com/Fannovel16/ComfyUI-Video-Matting": [ [ + "BRIAAI Matting", "Robust Video Matting" ], { @@ -4546,6 +4547,7 @@ "ImageFlip+", "ImageFromBatch+", "ImagePosterize+", + "ImageRemoveBackground+", "ImageResize+", "ImageSeamCarving+", "KSamplerVariationsStochastic+", @@ -4558,6 +4560,7 @@ "MaskFromColor+", "MaskPreview+", "ModelCompile+", + "RemBGSession+", "SDXLEmptyLatentSizePicker+", "SimpleMath+", "TransitionMask+" From 7d8a4130470d3af0e7d9019ec9dc7a2409aac273 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Thu, 8 Feb 2024 10:55:54 +0900 Subject: [PATCH 09/72] improve: allows multiple tabs for gallery https://github.com/ltdrdata/ComfyUI-Manager/issues/400 --- __init__.py | 2 +- js/comfyui-manager.js | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/__init__.py b/__init__.py index 44dd6935..65d4625a 100644 --- a/__init__.py +++ b/__init__.py @@ -29,7 +29,7 @@ except: print(f"[WARN] ComfyUI-Manager: Your ComfyUI version is outdated. Please update to the latest version.") -version = [2, 7, 1] +version = [2, 7, 2] version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '') print(f"### Loading: ComfyUI-Manager ({version_str})") diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index c32c43b3..9f7224ec 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -1052,7 +1052,7 @@ class ManagerMenuDialog extends ComfyDialog { onclick: (e) => { const last_visited_site = localStorage.getItem("wg_last_visited") if (!!last_visited_site) { - window.open(last_visited_site, "comfyui-workflow-gallery"); + window.open(last_visited_site, last_visited_site); } else { this.handleWorkflowGalleryButtonClick(e) } @@ -1179,7 +1179,7 @@ class ManagerMenuDialog extends ComfyDialog { callback: () => { const url = "https://openart.ai/workflows/dev"; localStorage.setItem("wg_last_visited", url); - window.open(url, "comfyui-workflow-gallery"); + window.open(url, url); modifyButtonStyle(url); }, }, @@ -1188,7 +1188,7 @@ class ManagerMenuDialog extends ComfyDialog { callback: () => { const url = "https://youml.com/?from=comfyui-share"; localStorage.setItem("wg_last_visited", url); - window.open(url, "comfyui-workflow-gallery"); + window.open(url, url); modifyButtonStyle(url); }, }, @@ -1197,7 +1197,7 @@ class ManagerMenuDialog extends ComfyDialog { callback: () => { const url = "https://comfyworkflows.com/"; localStorage.setItem("wg_last_visited", url); - window.open(url, "comfyui-workflow-gallery"); + window.open(url, url); modifyButtonStyle(url); }, }, @@ -1206,7 +1206,7 @@ class ManagerMenuDialog extends ComfyDialog { callback: () => { const url = "https://flowt.ai/"; localStorage.setItem("wg_last_visited", url); - window.open(url, "comfyui-workflow-gallery"); + window.open(url, url); modifyButtonStyle(url); }, }, From 2bca9241aa692681760f79b9bcd5cc4d2df99d0c Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Thu, 8 Feb 2024 15:59:36 +0900 Subject: [PATCH 10/72] update DB --- custom-node-list.json | 20 +++++++++++++ extension-node-map.json | 45 +++++++++++++++++++---------- node_db/dev/custom-node-list.json | 20 +++++++++++++ node_db/new/custom-node-list.json | 10 +++++++ node_db/new/extension-node-map.json | 45 +++++++++++++++++++---------- 5 files changed, 108 insertions(+), 32 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 306a3736..aed435fc 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4364,6 +4364,16 @@ "install_type": "git-clone", "description": "Nodes: MS kosmos-2 Interrogator, Save Image w/o Metadata, Image Scale Bounding Box. An implementation of Microsoft [a/kosmos-2](https://huggingface.co/microsoft/kosmos-2-patch14-224) image to text transformer." }, + { + "author": "Hangover3832", + "title": "ComfyUI-Hangover-Moondream", + "reference": "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream", + "files": [ + "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream" + ], + "install_type": "git-clone", + "description": "Moondream is a lightweight multimodal large languge model.\nIMPORTANT:According to the creator, Moondream is for research purposes only, commercial use is not allowed!\n[w/WARN:Additional python code will be downloaded from huggingface and executed. You have to trust this creator if you want to use this node!]" + }, { "author": "tzwm", "title": "ComfyUI Profiler", @@ -5024,6 +5034,16 @@ "install_type": "git-clone", "description": "ComfyUI-Transformers is a cutting-edge project combining the power of computer vision and natural language processing to create intuitive and user-friendly interfaces. Our goal is to make technology more accessible and engaging." }, + { + "author": "DonBaronFactory", + "title": "ComfyUI-Cre8it-Nodes", + "reference": "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes", + "files": [ + "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes" + ], + "install_type": "git-clone", + "description": "Nodes:CRE8IT Serial Prompter, CRE8IT Apply Serial Prompter, CRE8IT Image Sizer. A few simple nodes to facilitate working wiht ComfyUI Workflows" + }, diff --git a/extension-node-map.json b/extension-node-map.json index bd818f7c..917d0f1d 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -436,7 +436,10 @@ ], "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": [ [ - "LoadImageFromPath" + "ImageToPIL", + "LoadImageFromPath", + "PILToImage", + "PILToMask" ], { "title_aux": "ComfyUI_Ib_CustomNodes" @@ -620,6 +623,16 @@ "title_aux": "Derfuu_ComfyUI_ModdedNodes" } ], + "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": [ + [ + "ApplySerialPrompter", + "ImageSizer", + "SerialPrompter" + ], + { + "title_aux": "ComfyUI-Cre8it-Nodes" + } + ], "https://github.com/Electrofried/ComfyUI-OpenAINode": [ [ "OpenAINode" @@ -941,6 +954,14 @@ "title_aux": "ComfyUI aichemy nodes" } ], + "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": [ + [ + "Moondream Interrogator (NO COMMERCIAL USE)" + ], + { + "title_aux": "ComfyUI-Hangover-Moondream" + } + ], "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": [ [ "Image Scale Bounding Box", @@ -4128,6 +4149,7 @@ "LayerUtility: ImageShift", "LayerUtility: PrintInfo", "LayerUtility: RestoreCropBox", + "LayerUtility: TextImage", "LayerUtility: XY to Percent" ], { @@ -4862,21 +4884,21 @@ ], "https://github.com/edenartlab/eden_comfy_pipelines": [ [ - "Bool", "CLIP_Interrogator", - "Compare", - "DebugPrint", + "Eden_Bool", + "Eden_Compare", + "Eden_DebugPrint", + "Eden_Float", + "Eden_Int", + "Eden_String", "Filepicker", - "Float", "IMG_blender", "IMG_padder", "IMG_scaler", "IMG_unpadder", "If ANY execute A else B", - "Int", "LatentTypeConversion", "SaveImageAdvanced", - "String", "VAEDecode_to_folder" ], { @@ -5491,11 +5513,6 @@ "https://github.com/kenjiqq/qq-nodes-comfyui": [ [ "Any List", - "Axis To Float", - "Axis To Int", - "Axis To Model", - "Axis To Number", - "Axis To String", "Image Accumulator End", "Image Accumulator Start", "Load Lines From Text File", @@ -6853,15 +6870,11 @@ "3DImage", "AppInfo", "AreaToMask", - "CLIPSeg", - "CLIPSeg_", "CenterImage", "CharacterInText", "ChatGPTOpenAI", "CkptNames_", "Color", - "CombineMasks_", - "CombineSegMasks", "DynamicDelayProcessor", "EmbeddingPrompt", "EnhanceImage", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 1626bc50..d4864ca1 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,6 +10,26 @@ }, + { + "author": "kijai", + "title": "ComfyUI-ADMotionDirector [WIP]", + "reference": "https://github.com/kijai/ComfyUI-ADMotionDirector", + "files": [ + "https://github.com/kijai/ComfyUI-ADMotionDirector" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for using [a/AnimateDiff-MotionDirector](https://github.com/ExponentialML/AnimateDiff-MotionDirector)\nAfter training, the LoRAs are intended to be used with the ComfyUI Extension [a/ComfyUI-AnimateDiff-Evolved](https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved)." + }, + { + "author": "shadowcz007", + "title": "comfyui-CLIPSeg", + "reference": "https://github.com/shadowcz007/comfyui-CLIPSeg", + "files": [ + "https://github.com/shadowcz007/comfyui-CLIPSeg" + ], + "install_type": "git-clone", + "description": "Download [a/CLIPSeg](https://huggingface.co/CIDAS/clipseg-rd64-refined/tree/main), move to : models/clipseg" + }, { "author": "dezi-ai", "title": "ComfyUI Animate LCM", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 15adf19d..fe7809c0 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "DonBaronFactory", + "title": "ComfyUI-Cre8it-Nodes", + "reference": "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes", + "files": [ + "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes" + ], + "install_type": "git-clone", + "description": "Nodes:CRE8IT Serial Prompter, CRE8IT Apply Serial Prompter, CRE8IT Image Sizer. A few simple nodes to facilitate working wiht ComfyUI Workflows" + }, { "author": "dezi-ai", "title": "ComfyUI Animate LCM", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index bd818f7c..917d0f1d 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -436,7 +436,10 @@ ], "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": [ [ - "LoadImageFromPath" + "ImageToPIL", + "LoadImageFromPath", + "PILToImage", + "PILToMask" ], { "title_aux": "ComfyUI_Ib_CustomNodes" @@ -620,6 +623,16 @@ "title_aux": "Derfuu_ComfyUI_ModdedNodes" } ], + "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": [ + [ + "ApplySerialPrompter", + "ImageSizer", + "SerialPrompter" + ], + { + "title_aux": "ComfyUI-Cre8it-Nodes" + } + ], "https://github.com/Electrofried/ComfyUI-OpenAINode": [ [ "OpenAINode" @@ -941,6 +954,14 @@ "title_aux": "ComfyUI aichemy nodes" } ], + "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": [ + [ + "Moondream Interrogator (NO COMMERCIAL USE)" + ], + { + "title_aux": "ComfyUI-Hangover-Moondream" + } + ], "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": [ [ "Image Scale Bounding Box", @@ -4128,6 +4149,7 @@ "LayerUtility: ImageShift", "LayerUtility: PrintInfo", "LayerUtility: RestoreCropBox", + "LayerUtility: TextImage", "LayerUtility: XY to Percent" ], { @@ -4862,21 +4884,21 @@ ], "https://github.com/edenartlab/eden_comfy_pipelines": [ [ - "Bool", "CLIP_Interrogator", - "Compare", - "DebugPrint", + "Eden_Bool", + "Eden_Compare", + "Eden_DebugPrint", + "Eden_Float", + "Eden_Int", + "Eden_String", "Filepicker", - "Float", "IMG_blender", "IMG_padder", "IMG_scaler", "IMG_unpadder", "If ANY execute A else B", - "Int", "LatentTypeConversion", "SaveImageAdvanced", - "String", "VAEDecode_to_folder" ], { @@ -5491,11 +5513,6 @@ "https://github.com/kenjiqq/qq-nodes-comfyui": [ [ "Any List", - "Axis To Float", - "Axis To Int", - "Axis To Model", - "Axis To Number", - "Axis To String", "Image Accumulator End", "Image Accumulator Start", "Load Lines From Text File", @@ -6853,15 +6870,11 @@ "3DImage", "AppInfo", "AreaToMask", - "CLIPSeg", - "CLIPSeg_", "CenterImage", "CharacterInText", "ChatGPTOpenAI", "CkptNames_", "Color", - "CombineMasks_", - "CombineSegMasks", "DynamicDelayProcessor", "EmbeddingPrompt", "EnhanceImage", From c7003667d6bc8e4b98fe6b22668f28b55524ab3e Mon Sep 17 00:00:00 2001 From: Miklos Nagy Date: Thu, 8 Feb 2024 13:22:11 +0100 Subject: [PATCH 11/72] Update custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index aed435fc..52f96db4 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5363,6 +5363,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "deforum", + "title": "Deforum Nodes", + "reference": "https://github.com/XmYx/deforum-comfy-nodes", + "files": [ + "https://github.com/XmYx/deforum-comfy-nodes" + ], + "install_type": "git-clone", + "description": "Official Deforum animation pipeline tools that provide a unique way to create frame-by-frame generative motion art." } ] } From f1e9f909a9879bb879ebedfae3818bfa2bde4e10 Mon Sep 17 00:00:00 2001 From: Tom Mery <99132608+TemryL@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:56:12 +0100 Subject: [PATCH 12/72] Fix typo author --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index aed435fc..f5d8ace7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4955,7 +4955,7 @@ "description": "An implementation of NSFW Detection for ComfyUI" }, { - "author": "TermyL", + "author": "TemryL", "title": "ComfyS3", "reference": "https://github.com/TemryL/ComfyS3", "files": [ From 627518ac0e97abc2d60130ee83de0430dd614d99 Mon Sep 17 00:00:00 2001 From: John Richard Chipps-Harding Date: Thu, 8 Feb 2024 18:02:06 +0000 Subject: [PATCH 13/72] Add ComfyUI-ProPost to node-list --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index aed435fc..e9d63352 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5034,6 +5034,16 @@ "install_type": "git-clone", "description": "ComfyUI-Transformers is a cutting-edge project combining the power of computer vision and natural language processing to create intuitive and user-friendly interfaces. Our goal is to make technology more accessible and engaging." }, + { + "author": "digitaljohn", + "title": "ComfyUI-ProPost", + "reference": "https://github.com/digitaljohn/comfyui-propost", + "files": [ + "https://github.com/digitaljohn/comfyui-propost" + ], + "install_type": "git-clone", + "description": "A set of custom ComfyUI nodes for performing basic post-processing effects including Film Grain and Vignette. These effects can help to take the edge off AI imagery and make them feel more natural." + }, { "author": "DonBaronFactory", "title": "ComfyUI-Cre8it-Nodes", From e8a402483b2ed2cc2b27e0d60f47c60e2948f774 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Fri, 9 Feb 2024 12:50:45 +0900 Subject: [PATCH 14/72] update DB --- custom-node-list.json | 30 ++++++++----- extension-node-map.json | 31 ++++++++++++- node_db/new/custom-node-list.json | 70 +++++++++++++---------------- node_db/new/extension-node-map.json | 31 ++++++++++++- 4 files changed, 110 insertions(+), 52 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 9a94e911..edc7e454 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5054,6 +5054,26 @@ "install_type": "git-clone", "description": "Nodes:CRE8IT Serial Prompter, CRE8IT Apply Serial Prompter, CRE8IT Image Sizer. A few simple nodes to facilitate working wiht ComfyUI Workflows" }, + { + "author": "deforum", + "title": "Deforum Nodes", + "reference": "https://github.com/XmYx/deforum-comfy-nodes", + "files": [ + "https://github.com/XmYx/deforum-comfy-nodes" + ], + "install_type": "git-clone", + "description": "Official Deforum animation pipeline tools that provide a unique way to create frame-by-frame generative motion art." + }, + { + "author": "adbrasi", + "title": "ComfyUI-TrashNodes-DownloadHuggingface", + "reference": "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface", + "files": [ + "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface" + ], + "install_type": "git-clone", + "description": "ComfyUI-TrashNodes-DownloadHuggingface is a ComfyUI node designed to facilitate the download of models you have just trained and uploaded to Hugging Face. This node is particularly useful for users who employ Google Colab for training and need to quickly download their models for deployment." + }, @@ -5373,16 +5393,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "deforum", - "title": "Deforum Nodes", - "reference": "https://github.com/XmYx/deforum-comfy-nodes", - "files": [ - "https://github.com/XmYx/deforum-comfy-nodes" - ], - "install_type": "git-clone", - "description": "Official Deforum animation pipeline tools that provide a unique way to create frame-by-frame generative motion art." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 917d0f1d..7ab533e5 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -3221,6 +3221,15 @@ "title_aux": "image_control" } ], + "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": [ + [ + "DownloadLinkChecker", + "ShowFileNames" + ], + { + "title_aux": "ComfyUI-TrashNodes-DownloadHuggingface" + } + ], "https://github.com/adieyal/comfyui-dynamicprompts": [ [ "DPCombinatorialGenerator", @@ -3498,6 +3507,7 @@ ], "https://github.com/asagi4/comfyui-utility-nodes": [ [ + "MUForceCacheClear", "MUJinjaRender", "MUSimpleWildcard" ], @@ -3674,7 +3684,8 @@ [ "BlehDeepShrink", "BlehDiscardPenultimateSigma", - "BlehHyperTile" + "BlehHyperTile", + "BlehInsaneChainSampler" ], { "title_aux": "ComfyUI-bleh" @@ -4125,6 +4136,8 @@ "LayerMask: MaskMotionBlur", "LayerMask: MaskPreview", "LayerMask: MaskStrkoe", + "LayerMask: PixelSpread", + "LayerMask: RemBgUltra", "LayerStyle: ColorOverlay", "LayerStyle: DropShadow", "LayerStyle: GradientOverlay", @@ -4710,6 +4723,17 @@ "title_aux": "comfyui-clip-with-break" } ], + "https://github.com/digitaljohn/comfyui-propost": [ + [ + "ProPostApplyLUT", + "ProPostFilmGrain", + "ProPostRadialBlur", + "ProPostVignette" + ], + { + "title_aux": "ComfyUI-ProPost" + } + ], "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": [ [ "PixelArtAddDitherPattern", @@ -5195,6 +5219,8 @@ "https://github.com/gokayfem/ComfyUI_VLM_nodes": [ [ "Joytag", + "LLMLoader", + "LLMSamplerAdvanced", "LLava Loader Simple", "LLavaSamplerAdvanced", "LLavaSamplerSimple", @@ -5513,10 +5539,13 @@ "https://github.com/kenjiqq/qq-nodes-comfyui": [ [ "Any List", + "Axis Pack", + "Axis Unpack", "Image Accumulator End", "Image Accumulator Start", "Load Lines From Text File", "Slice List", + "Text Splitter", "XY Grid Helper" ], { diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index fe7809c0..9611737f 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,36 @@ }, + { + "author": "digitaljohn", + "title": "ComfyUI-ProPost", + "reference": "https://github.com/digitaljohn/comfyui-propost", + "files": [ + "https://github.com/digitaljohn/comfyui-propost" + ], + "install_type": "git-clone", + "description": "A set of custom ComfyUI nodes for performing basic post-processing effects including Film Grain and Vignette. These effects can help to take the edge off AI imagery and make them feel more natural." + }, + { + "author": "deforum", + "title": "Deforum Nodes", + "reference": "https://github.com/XmYx/deforum-comfy-nodes", + "files": [ + "https://github.com/XmYx/deforum-comfy-nodes" + ], + "install_type": "git-clone", + "description": "Official Deforum animation pipeline tools that provide a unique way to create frame-by-frame generative motion art." + }, + { + "author": "adbrasi", + "title": "ComfyUI-TrashNodes-DownloadHuggingface", + "reference": "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface", + "files": [ + "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface" + ], + "install_type": "git-clone", + "description": "ComfyUI-TrashNodes-DownloadHuggingface is a ComfyUI node designed to facilitate the download of models you have just trained and uploaded to Hugging Face. This node is particularly useful for users who employ Google Colab for training and need to quickly download their models for deployment." + }, { "author": "DonBaronFactory", "title": "ComfyUI-Cre8it-Nodes", @@ -669,46 +699,6 @@ ], "install_type": "git-clone", "description": "This is an ComfyUI implementation of LightGlue to generate motion brush" - }, - { - "author": "Mr.ForExample", - "title": "ComfyUI-AnimateAnyone-Evolved", - "reference": "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved", - "files": [ - "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved" - ], - "install_type": "git-clone", - "description": "Improved AnimateAnyone implementation that allows you to use the opse image sequence and reference image to generate stylized video.\nThe current goal of this project is to achieve desired pose2video result with 1+FPS on GPUs that are equal to or better than RTX 3080!🚀\n[w/The torch environment may be compromised due to version issues as some torch-related packages are being reinstalled.]" - }, - { - "author": "chaojie", - "title": "ComfyUI-I2VGEN-XL", - "reference": "https://github.com/chaojie/ComfyUI-I2VGEN-XL", - "files": [ - "https://github.com/chaojie/ComfyUI-I2VGEN-XL" - ], - "install_type": "git-clone", - "description": "This is an implementation of [a/i2vgen-xl](https://github.com/ali-vilab/i2vgen-xl)" - }, - { - "author": "Inzaniak", - "title": "Ranbooru for ComfyUI", - "reference": "https://github.com/Inzaniak/comfyui-ranbooru", - "files": [ - "https://github.com/Inzaniak/comfyui-ranbooru" - ], - "install_type": "git-clone", - "description": "Ranbooru is an extension for the comfyUI. The purpose of this extension is to add a node that gets a random set of tags from boorus pictures. This is mostly being used to help me test my checkpoints on a large variety of" - }, - { - "author": "Taremin", - "title": "ComfyUI String Tools", - "reference": "https://github.com/Taremin/comfyui-string-tools", - "files": [ - "https://github.com/Taremin/comfyui-string-tools" - ], - "install_type": "git-clone", - "description": " This extension provides the StringToolsConcat node, which concatenates multiple texts, and the StringToolsRandomChoice node, which selects one randomly from multiple texts." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 917d0f1d..7ab533e5 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -3221,6 +3221,15 @@ "title_aux": "image_control" } ], + "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": [ + [ + "DownloadLinkChecker", + "ShowFileNames" + ], + { + "title_aux": "ComfyUI-TrashNodes-DownloadHuggingface" + } + ], "https://github.com/adieyal/comfyui-dynamicprompts": [ [ "DPCombinatorialGenerator", @@ -3498,6 +3507,7 @@ ], "https://github.com/asagi4/comfyui-utility-nodes": [ [ + "MUForceCacheClear", "MUJinjaRender", "MUSimpleWildcard" ], @@ -3674,7 +3684,8 @@ [ "BlehDeepShrink", "BlehDiscardPenultimateSigma", - "BlehHyperTile" + "BlehHyperTile", + "BlehInsaneChainSampler" ], { "title_aux": "ComfyUI-bleh" @@ -4125,6 +4136,8 @@ "LayerMask: MaskMotionBlur", "LayerMask: MaskPreview", "LayerMask: MaskStrkoe", + "LayerMask: PixelSpread", + "LayerMask: RemBgUltra", "LayerStyle: ColorOverlay", "LayerStyle: DropShadow", "LayerStyle: GradientOverlay", @@ -4710,6 +4723,17 @@ "title_aux": "comfyui-clip-with-break" } ], + "https://github.com/digitaljohn/comfyui-propost": [ + [ + "ProPostApplyLUT", + "ProPostFilmGrain", + "ProPostRadialBlur", + "ProPostVignette" + ], + { + "title_aux": "ComfyUI-ProPost" + } + ], "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": [ [ "PixelArtAddDitherPattern", @@ -5195,6 +5219,8 @@ "https://github.com/gokayfem/ComfyUI_VLM_nodes": [ [ "Joytag", + "LLMLoader", + "LLMSamplerAdvanced", "LLava Loader Simple", "LLavaSamplerAdvanced", "LLavaSamplerSimple", @@ -5513,10 +5539,13 @@ "https://github.com/kenjiqq/qq-nodes-comfyui": [ [ "Any List", + "Axis Pack", + "Axis Unpack", "Image Accumulator End", "Image Accumulator Start", "Load Lines From Text File", "Slice List", + "Text Splitter", "XY Grid Helper" ], { From 504ec6074871eced6150bf143847077cf7a5d186 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 10 Feb 2024 09:57:20 +0900 Subject: [PATCH 15/72] update DB --- extension-node-map.json | 1 + node_db/new/extension-node-map.json | 1 + 2 files changed, 2 insertions(+) diff --git a/extension-node-map.json b/extension-node-map.json index 7ab533e5..be66afb0 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -4726,6 +4726,7 @@ "https://github.com/digitaljohn/comfyui-propost": [ [ "ProPostApplyLUT", + "ProPostDepthMapBlur", "ProPostFilmGrain", "ProPostRadialBlur", "ProPostVignette" diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 7ab533e5..be66afb0 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -4726,6 +4726,7 @@ "https://github.com/digitaljohn/comfyui-propost": [ [ "ProPostApplyLUT", + "ProPostDepthMapBlur", "ProPostFilmGrain", "ProPostRadialBlur", "ProPostVignette" From 5e95151557f93276f93cb75475dbe384d9013fb1 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 11 Feb 2024 11:09:17 +0900 Subject: [PATCH 16/72] update DB --- custom-node-list.json | 20 ++++++++++++ extension-node-map.json | 32 +++++++++++++++++- node_db/new/custom-node-list.json | 50 ++++++++++++----------------- node_db/new/extension-node-map.json | 32 +++++++++++++++++- 4 files changed, 102 insertions(+), 32 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index edc7e454..7e170c03 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5074,6 +5074,26 @@ "install_type": "git-clone", "description": "ComfyUI-TrashNodes-DownloadHuggingface is a ComfyUI node designed to facilitate the download of models you have just trained and uploaded to Hugging Face. This node is particularly useful for users who employ Google Colab for training and need to quickly download their models for deployment." }, + { + "author": "mbrostami", + "title": "ComfyUI-HF", + "reference": "https://github.com/mbrostami/ComfyUI-HF", + "files": [ + "https://github.com/mbrostami/ComfyUI-HF" + ], + "install_type": "git-clone", + "description": "ComfyUI Node to work with Hugging Face repositories" + }, + { + "author": "Billius-AI", + "title": "ComfyUI-Path-Helper", + "reference": "https://github.com/Billius-AI/ComfyUI-Path-Helper", + "files": [ + "https://github.com/Billius-AI/ComfyUI-Path-Helper" + ], + "install_type": "git-clone", + "description": "Nodes:Create Project Root, Add Folder, Add Folder Advanced, Add File Name Prefix, Add File Name Prefix Advanced, ShowPath" + }, diff --git a/extension-node-map.json b/extension-node-map.json index be66afb0..a2108245 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -337,6 +337,19 @@ "title_aux": "Waveform Extensions" } ], + "https://github.com/Billius-AI/ComfyUI-Path-Helper": [ + [ + "Add File Name Prefix", + "Add File Name Prefix Advanced", + "Add Folder", + "Add Folder Advanced", + "Create Project Root", + "ShowPath" + ], + { + "title_aux": "ComfyUI-Path-Helper" + } + ], "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": [ [ "BNK_AddCLIPSDXLParams", @@ -1290,6 +1303,8 @@ "ADE_ApplyAnimateDiffModel", "ADE_ApplyAnimateDiffModelSimple", "ADE_BatchedContextOptions", + "ADE_CustomCFG", + "ADE_CustomCFGKeyframe", "ADE_EmptyLatentImageLarge", "ADE_IterationOptsDefault", "ADE_IterationOptsFreeInit", @@ -1302,6 +1317,11 @@ "ADE_NoiseLayerAdd", "ADE_NoiseLayerAddWeighted", "ADE_NoiseLayerReplace", + "ADE_RawSigmaSchedule", + "ADE_SigmaSchedule", + "ADE_SigmaScheduleSplitAndCombine", + "ADE_SigmaScheduleWeightedAverage", + "ADE_SigmaScheduleWeightedAverageInterp", "ADE_StandardStaticContextOptions", "ADE_StandardStaticViewOptions", "ADE_StandardUniformContextOptions", @@ -4353,6 +4373,7 @@ "CLIPSave", "CLIPSetLastLayer", "CLIPTextEncode", + "CLIPTextEncodeControlnet", "CLIPTextEncodeSDXL", "CLIPTextEncodeSDXLRefiner", "CLIPVisionEncode", @@ -6234,6 +6255,14 @@ "title_aux": "Facerestore CF (Code Former)" } ], + "https://github.com/mbrostami/ComfyUI-HF": [ + [ + "GPT2Node" + ], + { + "title_aux": "ComfyUI-HF" + } + ], "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": [ [ "DynamicThresholdingFull", @@ -6679,7 +6708,8 @@ "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": [ [ "LoadTempCheckpoint", - "LoadTempLoRA" + "LoadTempLoRA", + "LoadTempMultiLoRA" ], { "title_aux": "ComfyUI-TemporaryLoader" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 9611737f..155395f8 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,26 @@ }, + { + "author": "Billius-AI", + "title": "ComfyUI-Path-Helper", + "reference": "https://github.com/Billius-AI/ComfyUI-Path-Helper", + "files": [ + "https://github.com/Billius-AI/ComfyUI-Path-Helper" + ], + "install_type": "git-clone", + "description": "Nodes:Create Project Root, Add Folder, Add Folder Advanced, Add File Name Prefix, Add File Name Prefix Advanced, ShowPath" + }, + { + "author": "mbrostami", + "title": "ComfyUI-HF", + "reference": "https://github.com/mbrostami/ComfyUI-HF", + "files": [ + "https://github.com/mbrostami/ComfyUI-HF" + ], + "install_type": "git-clone", + "description": "ComfyUI Node to work with Hugging Face repositories" + }, { "author": "digitaljohn", "title": "ComfyUI-ProPost", @@ -669,36 +689,6 @@ ], "install_type": "git-clone", "description": "Make it possible to edit the prompt using the Monaco Editor, an editor implementation used in VSCode.\nNOTE: This extension supports both ComfyUI and A1111 simultaneously." - }, - { - "author": "JcandZero", - "title": "ComfyUI_GLM4Node", - "reference": "https://github.com/JcandZero/ComfyUI_GLM4Node", - "files": [ - "https://github.com/JcandZero/ComfyUI_GLM4Node" - ], - "install_type": "git-clone", - "description": "GLM4 Vision Integration" - }, - { - "author": "miosp", - "title": "ComfyUI-FBCNN", - "reference": "https://github.com/Miosp/ComfyUI-FBCNN", - "files": [ - "https://github.com/Miosp/ComfyUI-FBCNN" - ], - "install_type": "git-clone", - "description": "A node for JPEG de-artifacting using [a/FBCNN](https://github.com/jiaxi-jiang/FBCNN)." - }, - { - "author": "chaojie", - "title": "ComfyUI-LightGlue", - "reference": "https://github.com/chaojie/ComfyUI-LightGlue", - "files": [ - "https://github.com/chaojie/ComfyUI-LightGlue" - ], - "install_type": "git-clone", - "description": "This is an ComfyUI implementation of LightGlue to generate motion brush" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index be66afb0..a2108245 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -337,6 +337,19 @@ "title_aux": "Waveform Extensions" } ], + "https://github.com/Billius-AI/ComfyUI-Path-Helper": [ + [ + "Add File Name Prefix", + "Add File Name Prefix Advanced", + "Add Folder", + "Add Folder Advanced", + "Create Project Root", + "ShowPath" + ], + { + "title_aux": "ComfyUI-Path-Helper" + } + ], "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": [ [ "BNK_AddCLIPSDXLParams", @@ -1290,6 +1303,8 @@ "ADE_ApplyAnimateDiffModel", "ADE_ApplyAnimateDiffModelSimple", "ADE_BatchedContextOptions", + "ADE_CustomCFG", + "ADE_CustomCFGKeyframe", "ADE_EmptyLatentImageLarge", "ADE_IterationOptsDefault", "ADE_IterationOptsFreeInit", @@ -1302,6 +1317,11 @@ "ADE_NoiseLayerAdd", "ADE_NoiseLayerAddWeighted", "ADE_NoiseLayerReplace", + "ADE_RawSigmaSchedule", + "ADE_SigmaSchedule", + "ADE_SigmaScheduleSplitAndCombine", + "ADE_SigmaScheduleWeightedAverage", + "ADE_SigmaScheduleWeightedAverageInterp", "ADE_StandardStaticContextOptions", "ADE_StandardStaticViewOptions", "ADE_StandardUniformContextOptions", @@ -4353,6 +4373,7 @@ "CLIPSave", "CLIPSetLastLayer", "CLIPTextEncode", + "CLIPTextEncodeControlnet", "CLIPTextEncodeSDXL", "CLIPTextEncodeSDXLRefiner", "CLIPVisionEncode", @@ -6234,6 +6255,14 @@ "title_aux": "Facerestore CF (Code Former)" } ], + "https://github.com/mbrostami/ComfyUI-HF": [ + [ + "GPT2Node" + ], + { + "title_aux": "ComfyUI-HF" + } + ], "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": [ [ "DynamicThresholdingFull", @@ -6679,7 +6708,8 @@ "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": [ [ "LoadTempCheckpoint", - "LoadTempLoRA" + "LoadTempLoRA", + "LoadTempMultiLoRA" ], { "title_aux": "ComfyUI-TemporaryLoader" From e973a21a8ee36f48d149c8c09b0e19876c601494 Mon Sep 17 00:00:00 2001 From: nick Date: Sun, 11 Feb 2024 00:46:27 -0800 Subject: [PATCH 17/72] model-list --- model-list.json | 214 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 214 insertions(+) diff --git a/model-list.json b/model-list.json index efc5fe64..0ae35f99 100644 --- a/model-list.json +++ b/model-list.json @@ -1245,6 +1245,220 @@ "url": "https://github.com/hben35096/assets/releases/download/yolo8/skin_yolov8n-seg_800.pt" }, + { + "name": "animatediff/mmd_sd_v14.ckpt (comfyui-animatediff) (Updated path)", + "type": "animatediff", + "base": "SD1.x", + "save_path": "AnimateDiff", + "description": "Pressing 'install' directly downloads the model from the ArtVentureX/AnimateDiff extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/guoyww/animatediff", + "filename": "mm_sd_v14.ckpt", + "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v14.ckpt" + }, + { + "name": "animatediff/mm_sd_v15.ckpt (comfyui-animatediff) (Updated path)", + "type": "animatediff", + "base": "SD1.x", + "save_path": "AnimateDiff", + "description": "Pressing 'install' directly downloads the model from the ArtVentureX/AnimateDiff extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/guoyww/animatediff", + "filename": "mm_sd_v15.ckpt", + "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt" + }, + + { + "name": "animatediff/mmd_sd_v14.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", + "type": "animatediff", + "base": "SD1.x", + "save_path": "animatediff_models", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/guoyww/animatediff", + "filename": "mm_sd_v14.ckpt", + "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v14.ckpt" + }, + { + "name": "animatediff/mm_sd_v15.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", + "type": "animatediff", + "base": "SD1.x", + "save_path": "animatediff_models", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/guoyww/animatediff", + "filename": "mm_sd_v15.ckpt", + "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt" + }, + { + "name": "animatediff/mm_sd_v15_v2.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", + "type": "animatediff", + "base": "SD1.x", + "save_path": "animatediff_models", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/guoyww/animatediff", + "filename": "mm_sd_v15_v2.ckpt", + "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15_v2.ckpt" + }, + { + "name": "animatediff/v3_sd15_mm.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", + "type": "animatediff", + "base": "SD1.x", + "save_path": "animatediff_models", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/guoyww/animatediff", + "filename": "v3_sd15_mm.ckpt", + "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v3_sd15_mm.ckpt" + }, + + { + "name": "animatediff/mm_sdxl_v10_beta.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", + "type": "animatediff", + "base": "SDXL", + "save_path": "animatediff_models", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/guoyww/animatediff", + "filename": "mm_sdxl_v10_beta.ckpt", + "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sdxl_v10_beta.ckpt" + }, + { + "name": "AD_Stabilized_Motion/mm-Stabilized_high.pth (ComfyUI-AnimateDiff-Evolved) (Updated path)", + "type": "animatediff", + "base": "SD1.x", + "save_path": "animatediff_models", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/manshoety/AD_Stabilized_Motion", + "filename": "mm-Stabilized_high.pth", + "url": "https://huggingface.co/manshoety/AD_Stabilized_Motion/resolve/main/mm-Stabilized_high.pth" + }, + { + "name": "AD_Stabilized_Motion/mm-Stabilized_mid.pth (ComfyUI-AnimateDiff-Evolved) (Updated path)", + "type": "animatediff", + "base": "SD1.x", + "save_path": "animatediff_models", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/manshoety/AD_Stabilized_Motion", + "filename": "mm-Stabilized_mid.pth", + "url": "https://huggingface.co/manshoety/AD_Stabilized_Motion/resolve/main/mm-Stabilized_mid.pth" + }, + { + "name": "CiaraRowles/temporaldiff-v1-animatediff.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", + "type": "animatediff", + "base": "SD1.x", + "save_path": "animatediff_models", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/CiaraRowles/TemporalDiff", + "filename": "temporaldiff-v1-animatediff.ckpt", + "url": "https://huggingface.co/CiaraRowles/TemporalDiff/resolve/main/temporaldiff-v1-animatediff.ckpt" + }, + + { + "name": "animatediff/v2_lora_PanLeft.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", + "type": "motion lora", + "base": "SD1.x", + "save_path": "animatediff_motion_lora", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/guoyww/animatediff", + "filename": "v2_lora_PanLeft.ckpt", + "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanLeft.ckpt" + }, + { + "name": "animatediff/v2_lora_PanRight.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", + "type": "motion lora", + "base": "SD1.x", + "save_path": "animatediff_motion_lora", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/guoyww/animatediff", + "filename": "v2_lora_PanRight.ckpt", + "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanRight.ckpt" + }, + { + "name": "animatediff/v2_lora_RollingAnticlockwise.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", + "type": "motion lora", + "base": "SD1.x", + "save_path": "animatediff_motion_lora", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/guoyww/animatediff", + "filename": "v2_lora_RollingAnticlockwise.ckpt", + "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingAnticlockwise.ckpt" + }, + { + "name": "animatediff/v2_lora_RollingClockwise.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", + "type": "motion lora", + "base": "SD1.x", + "save_path": "animatediff_motion_lora", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/guoyww/animatediff", + "filename": "v2_lora_RollingClockwise.ckpt", + "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingClockwise.ckpt" + }, + { + "name": "animatediff/v2_lora_TiltDown.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", + "type": "motion lora", + "base": "SD1.x", + "save_path": "animatediff_motion_lora", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/guoyww/animatediff", + "filename": "v2_lora_TiltDown.ckpt", + "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltDown.ckpt" + }, + { + "name": "animatediff/v2_lora_TiltUp.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", + "type": "motion lora", + "base": "SD1.x", + "save_path": "animatediff_motion_lora", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/guoyww/animatediff", + "filename": "v2_lora_TiltUp.ckpt", + "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltUp.ckpt" + }, + { + "name": "animatediff/v2_lora_ZoomIn.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", + "type": "motion lora", + "base": "SD1.x", + "save_path": "animatediff_motion_lora", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/guoyww/animatediff", + "filename": "v2_lora_ZoomIn.ckpt", + "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomIn.ckpt" + }, + { + "name": "animatediff/v2_lora_ZoomOut.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", + "type": "motion lora", + "base": "SD1.x", + "save_path": "animatediff_motion_lora", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/guoyww/animatediff", + "filename": "v2_lora_ZoomOut.ckpt", + "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomOut.ckpt" + }, + { + "name": "LongAnimatediff/lt_long_mm_32_frames.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", + "type": "animatediff", + "base": "SD1.x", + "save_path": "animatediff_models", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/Lightricks/LongAnimateDiff", + "filename": "lt_long_mm_32_frames.ckpt", + "url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_32_frames.ckpt" + }, + { + "name": "LongAnimatediff/lt_long_mm_16_64_frames.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", + "type": "animatediff", + "base": "SD1.x", + "save_path": "animatediff_models", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/Lightricks/LongAnimateDiff", + "filename": "lt_long_mm_16_64_frames.ckpt", + "url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_16_64_frames.ckpt" + }, + { + "name": "LongAnimatediff/lt_long_mm_16_64_frames_v1.1.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", + "type": "animatediff", + "base": "SD1.x", + "save_path": "animatediff_models", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/Lightricks/LongAnimateDiff", + "filename": "lt_long_mm_16_64_frames_v1.1.ckpt", + "url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_16_64_frames_v1.1.ckpt" + }, + { "name": "animatediff/mmd_sd_v14.ckpt (comfyui-animatediff)", "type": "animatediff", From 0aec394276a0e3e0de0c52fce27539a3a46fb177 Mon Sep 17 00:00:00 2001 From: nick Date: Sun, 11 Feb 2024 00:57:41 -0800 Subject: [PATCH 18/72] remove --- model-list.json | 214 +----------------------------------------------- 1 file changed, 1 insertion(+), 213 deletions(-) diff --git a/model-list.json b/model-list.json index 0ae35f99..60cd62a3 100644 --- a/model-list.json +++ b/model-list.json @@ -1459,57 +1459,7 @@ "url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_16_64_frames_v1.1.ckpt" }, - { - "name": "animatediff/mmd_sd_v14.ckpt (comfyui-animatediff)", - "type": "animatediff", - "base": "SD1.x", - "save_path": "custom_nodes/comfyui-animatediff/models", - "description": "Pressing 'install' directly downloads the model from the ArtVentureX/AnimateDiff extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "mm_sd_v14.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v14.ckpt" - }, - { - "name": "animatediff/mm_sd_v15.ckpt (comfyui-animatediff)", - "type": "animatediff", - "base": "SD1.x", - "save_path": "custom_nodes/comfyui-animatediff/models", - "description": "Pressing 'install' directly downloads the model from the ArtVentureX/AnimateDiff extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "mm_sd_v15.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt" - }, - - { - "name": "animatediff/mmd_sd_v14.ckpt (ComfyUI-AnimateDiff-Evolved)", - "type": "animatediff", - "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "mm_sd_v14.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v14.ckpt" - }, - { - "name": "animatediff/mm_sd_v15.ckpt (ComfyUI-AnimateDiff-Evolved)", - "type": "animatediff", - "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "mm_sd_v15.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt" - }, - { - "name": "animatediff/mm_sd_v15_v2.ckpt (ComfyUI-AnimateDiff-Evolved)", - "type": "animatediff", - "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "mm_sd_v15_v2.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15_v2.ckpt" - }, + { "name": "animatediff/v3_sd15_sparsectrl_rgb.ckpt (ComfyUI-AnimateDiff-Evolved)", "type": "controlnet", @@ -1530,16 +1480,6 @@ "filename": "v3_sd15_sparsectrl_scribble.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v3_sd15_sparsectrl_scribble.ckpt" }, - { - "name": "animatediff/v3_sd15_mm.ckpt (ComfyUI-AnimateDiff-Evolved)", - "type": "animatediff", - "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "v3_sd15_mm.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v3_sd15_mm.ckpt" - }, { "name": "animatediff/v3_sd15_adapter.ckpt", "type": "lora", @@ -1551,158 +1491,6 @@ "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v3_sd15_adapter.ckpt" }, - { - "name": "animatediff/mm_sdxl_v10_beta.ckpt (ComfyUI-AnimateDiff-Evolved)", - "type": "animatediff", - "base": "SDXL", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "mm_sdxl_v10_beta.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sdxl_v10_beta.ckpt" - }, - { - "name": "AD_Stabilized_Motion/mm-Stabilized_high.pth (ComfyUI-AnimateDiff-Evolved)", - "type": "animatediff", - "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/manshoety/AD_Stabilized_Motion", - "filename": "mm-Stabilized_high.pth", - "url": "https://huggingface.co/manshoety/AD_Stabilized_Motion/resolve/main/mm-Stabilized_high.pth" - }, - { - "name": "AD_Stabilized_Motion/mm-Stabilized_mid.pth (ComfyUI-AnimateDiff-Evolved)", - "type": "animatediff", - "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/manshoety/AD_Stabilized_Motion", - "filename": "mm-Stabilized_mid.pth", - "url": "https://huggingface.co/manshoety/AD_Stabilized_Motion/resolve/main/mm-Stabilized_mid.pth" - }, - { - "name": "CiaraRowles/temporaldiff-v1-animatediff.ckpt (ComfyUI-AnimateDiff-Evolved)", - "type": "animatediff", - "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/CiaraRowles/TemporalDiff", - "filename": "temporaldiff-v1-animatediff.ckpt", - "url": "https://huggingface.co/CiaraRowles/TemporalDiff/resolve/main/temporaldiff-v1-animatediff.ckpt" - }, - - { - "name": "animatediff/v2_lora_PanLeft.ckpt (ComfyUI-AnimateDiff-Evolved)", - "type": "motion lora", - "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "v2_lora_PanLeft.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanLeft.ckpt" - }, - { - "name": "animatediff/v2_lora_PanRight.ckpt (ComfyUI-AnimateDiff-Evolved)", - "type": "motion lora", - "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "v2_lora_PanRight.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanRight.ckpt" - }, - { - "name": "animatediff/v2_lora_RollingAnticlockwise.ckpt (ComfyUI-AnimateDiff-Evolved)", - "type": "motion lora", - "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "v2_lora_RollingAnticlockwise.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingAnticlockwise.ckpt" - }, - { - "name": "animatediff/v2_lora_RollingClockwise.ckpt (ComfyUI-AnimateDiff-Evolved)", - "type": "motion lora", - "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "v2_lora_RollingClockwise.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingClockwise.ckpt" - }, - { - "name": "animatediff/v2_lora_TiltDown.ckpt (ComfyUI-AnimateDiff-Evolved)", - "type": "motion lora", - "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "v2_lora_TiltDown.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltDown.ckpt" - }, - { - "name": "animatediff/v2_lora_TiltUp.ckpt (ComfyUI-AnimateDiff-Evolved)", - "type": "motion lora", - "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "v2_lora_TiltUp.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltUp.ckpt" - }, - { - "name": "animatediff/v2_lora_ZoomIn.ckpt (ComfyUI-AnimateDiff-Evolved)", - "type": "motion lora", - "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "v2_lora_ZoomIn.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomIn.ckpt" - }, - { - "name": "animatediff/v2_lora_ZoomOut.ckpt (ComfyUI-AnimateDiff-Evolved)", - "type": "motion lora", - "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "v2_lora_ZoomOut.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomOut.ckpt" - }, - { - "name": "LongAnimatediff/lt_long_mm_32_frames.ckpt (ComfyUI-AnimateDiff-Evolved)", - "type": "animatediff", - "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/Lightricks/LongAnimateDiff", - "filename": "lt_long_mm_32_frames.ckpt", - "url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_32_frames.ckpt" - }, - { - "name": "LongAnimatediff/lt_long_mm_16_64_frames.ckpt (ComfyUI-AnimateDiff-Evolved)", - "type": "animatediff", - "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/Lightricks/LongAnimateDiff", - "filename": "lt_long_mm_16_64_frames.ckpt", - "url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_16_64_frames.ckpt" - }, - { - "name": "LongAnimatediff/lt_long_mm_16_64_frames_v1.1.ckpt (ComfyUI-AnimateDiff-Evolved)", - "type": "animatediff", - "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/Lightricks/LongAnimateDiff", - "filename": "lt_long_mm_16_64_frames_v1.1.ckpt", - "url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_16_64_frames_v1.1.ckpt" - }, - { "name": "TencentARC/motionctrl.pth", "type": "checkpoints", From 2f816245feb5bb81896f6e4bbc8e25b1bd0eaaee Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 11 Feb 2024 23:39:18 +0900 Subject: [PATCH 19/72] update DB --- custom-node-list.json | 85 ++++++++++++++---------- extension-node-map.json | 20 ++++++ model-list.json | 42 ++++++------ node_db/new/custom-node-list.json | 30 ++++++--- node_db/new/extension-node-map.json | 20 ++++++ node_db/new/model-list.json | 90 +++++++++++++------------- node_db/tutorial/custom-node-list.json | 10 +++ 7 files changed, 188 insertions(+), 109 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 7e170c03..ad0b313b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -904,6 +904,16 @@ "install_type": "git-clone", "description": "ComfyUI reference implementation for IPAdapter models. The code is mostly taken from the original IPAdapter repository and laksjdjf's implementation, all credit goes to them. I just made the extension closer to ComfyUI philosophy." }, + { + "author": "cubiq", + "title": "ComfyUI InstantID (Native Support)", + "reference": "https://github.com/cubiq/ComfyUI_InstantID", + "files": [ + "https://github.com/cubiq/ComfyUI_InstantID" + ], + "install_type": "git-clone", + "description": "Native [a/InstantID](https://github.com/InstantID/InstantID) support for ComfyUI.\nThis extension differs from the many already available as it doesn't use diffusers but instead implements InstantID natively and it fully integrates with ComfyUI.\nPlease note this still could be considered beta stage, looking forward to your feedback." + }, { "author": "shockz0rz", "title": "InterpolateEverything", @@ -5055,46 +5065,55 @@ "description": "Nodes:CRE8IT Serial Prompter, CRE8IT Apply Serial Prompter, CRE8IT Image Sizer. A few simple nodes to facilitate working wiht ComfyUI Workflows" }, { - "author": "deforum", - "title": "Deforum Nodes", - "reference": "https://github.com/XmYx/deforum-comfy-nodes", - "files": [ - "https://github.com/XmYx/deforum-comfy-nodes" - ], - "install_type": "git-clone", - "description": "Official Deforum animation pipeline tools that provide a unique way to create frame-by-frame generative motion art." + "author": "deforum", + "title": "Deforum Nodes", + "reference": "https://github.com/XmYx/deforum-comfy-nodes", + "files": [ + "https://github.com/XmYx/deforum-comfy-nodes" + ], + "install_type": "git-clone", + "description": "Official Deforum animation pipeline tools that provide a unique way to create frame-by-frame generative motion art." }, { - "author": "adbrasi", - "title": "ComfyUI-TrashNodes-DownloadHuggingface", - "reference": "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface", - "files": [ - "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface" - ], - "install_type": "git-clone", - "description": "ComfyUI-TrashNodes-DownloadHuggingface is a ComfyUI node designed to facilitate the download of models you have just trained and uploaded to Hugging Face. This node is particularly useful for users who employ Google Colab for training and need to quickly download their models for deployment." + "author": "adbrasi", + "title": "ComfyUI-TrashNodes-DownloadHuggingface", + "reference": "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface", + "files": [ + "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface" + ], + "install_type": "git-clone", + "description": "ComfyUI-TrashNodes-DownloadHuggingface is a ComfyUI node designed to facilitate the download of models you have just trained and uploaded to Hugging Face. This node is particularly useful for users who employ Google Colab for training and need to quickly download their models for deployment." }, { - "author": "mbrostami", - "title": "ComfyUI-HF", - "reference": "https://github.com/mbrostami/ComfyUI-HF", - "files": [ - "https://github.com/mbrostami/ComfyUI-HF" - ], - "install_type": "git-clone", - "description": "ComfyUI Node to work with Hugging Face repositories" + "author": "mbrostami", + "title": "ComfyUI-HF", + "reference": "https://github.com/mbrostami/ComfyUI-HF", + "files": [ + "https://github.com/mbrostami/ComfyUI-HF" + ], + "install_type": "git-clone", + "description": "ComfyUI Node to work with Hugging Face repositories" }, { - "author": "Billius-AI", - "title": "ComfyUI-Path-Helper", - "reference": "https://github.com/Billius-AI/ComfyUI-Path-Helper", - "files": [ - "https://github.com/Billius-AI/ComfyUI-Path-Helper" - ], - "install_type": "git-clone", - "description": "Nodes:Create Project Root, Add Folder, Add Folder Advanced, Add File Name Prefix, Add File Name Prefix Advanced, ShowPath" + "author": "Billius-AI", + "title": "ComfyUI-Path-Helper", + "reference": "https://github.com/Billius-AI/ComfyUI-Path-Helper", + "files": [ + "https://github.com/Billius-AI/ComfyUI-Path-Helper" + ], + "install_type": "git-clone", + "description": "Nodes:Create Project Root, Add Folder, Add Folder Advanced, Add File Name Prefix, Add File Name Prefix Advanced, ShowPath" + }, + { + "author": "Franck-Demongin", + "title": "NX_PromptStyler", + "reference": "https://github.com/Franck-Demongin/NX_PromptStyler", + "files": [ + "https://github.com/Franck-Demongin/NX_PromptStyler" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI to create a prompt based on a list of keywords saved in CSV files." }, - { diff --git a/extension-node-map.json b/extension-node-map.json index a2108245..17434342 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -913,6 +913,14 @@ "title_aux": "tiled_ksampler" } ], + "https://github.com/Franck-Demongin/NX_PromptStyler": [ + [ + "NX_PromptStyler" + ], + { + "title_aux": "NX_PromptStyler" + } + ], "https://github.com/GMapeSplat/ComfyUI_ezXY": [ [ "ConcatenateString", @@ -4575,6 +4583,17 @@ "title_aux": "ComfyUI_IPAdapter_plus" } ], + "https://github.com/cubiq/ComfyUI_InstantID": [ + [ + "ApplyInstantID", + "FaceKeypointsPreprocessor", + "InstantIDFaceAnalysis", + "InstantIDModelLoader" + ], + { + "title_aux": "ComfyUI InstantID (Native Support)" + } + ], "https://github.com/cubiq/ComfyUI_SimpleMath": [ [ "SimpleMath", @@ -6064,6 +6083,7 @@ "SegsMaskCombine", "SegsToCombinedMask", "SetDefaultImageForSEGS", + "StepsScheduleHookProvider", "SubtractMask", "SubtractMaskForEach", "TiledKSamplerProvider", diff --git a/model-list.json b/model-list.json index 60cd62a3..240f89a9 100644 --- a/model-list.json +++ b/model-list.json @@ -1250,7 +1250,7 @@ "type": "animatediff", "base": "SD1.x", "save_path": "AnimateDiff", - "description": "Pressing 'install' directly downloads the model from the ArtVentureX/AnimateDiff extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "description": "Pressing 'install' directly downloads the model from the ArtVentureX/AnimateDiff extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "mm_sd_v14.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v14.ckpt" @@ -1260,7 +1260,7 @@ "type": "animatediff", "base": "SD1.x", "save_path": "AnimateDiff", - "description": "Pressing 'install' directly downloads the model from the ArtVentureX/AnimateDiff extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "description": "Pressing 'install' directly downloads the model from the ArtVentureX/AnimateDiff extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "mm_sd_v15.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt" @@ -1271,7 +1271,7 @@ "type": "animatediff", "base": "SD1.x", "save_path": "animatediff_models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "mm_sd_v14.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v14.ckpt" @@ -1281,7 +1281,7 @@ "type": "animatediff", "base": "SD1.x", "save_path": "animatediff_models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "mm_sd_v15.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt" @@ -1291,7 +1291,7 @@ "type": "animatediff", "base": "SD1.x", "save_path": "animatediff_models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "mm_sd_v15_v2.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15_v2.ckpt" @@ -1301,7 +1301,7 @@ "type": "animatediff", "base": "SD1.x", "save_path": "animatediff_models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "v3_sd15_mm.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v3_sd15_mm.ckpt" @@ -1312,7 +1312,7 @@ "type": "animatediff", "base": "SDXL", "save_path": "animatediff_models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "mm_sdxl_v10_beta.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sdxl_v10_beta.ckpt" @@ -1322,7 +1322,7 @@ "type": "animatediff", "base": "SD1.x", "save_path": "animatediff_models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/manshoety/AD_Stabilized_Motion", "filename": "mm-Stabilized_high.pth", "url": "https://huggingface.co/manshoety/AD_Stabilized_Motion/resolve/main/mm-Stabilized_high.pth" @@ -1332,7 +1332,7 @@ "type": "animatediff", "base": "SD1.x", "save_path": "animatediff_models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/manshoety/AD_Stabilized_Motion", "filename": "mm-Stabilized_mid.pth", "url": "https://huggingface.co/manshoety/AD_Stabilized_Motion/resolve/main/mm-Stabilized_mid.pth" @@ -1342,7 +1342,7 @@ "type": "animatediff", "base": "SD1.x", "save_path": "animatediff_models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/CiaraRowles/TemporalDiff", "filename": "temporaldiff-v1-animatediff.ckpt", "url": "https://huggingface.co/CiaraRowles/TemporalDiff/resolve/main/temporaldiff-v1-animatediff.ckpt" @@ -1353,7 +1353,7 @@ "type": "motion lora", "base": "SD1.x", "save_path": "animatediff_motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "v2_lora_PanLeft.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanLeft.ckpt" @@ -1363,7 +1363,7 @@ "type": "motion lora", "base": "SD1.x", "save_path": "animatediff_motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "v2_lora_PanRight.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanRight.ckpt" @@ -1373,7 +1373,7 @@ "type": "motion lora", "base": "SD1.x", "save_path": "animatediff_motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "v2_lora_RollingAnticlockwise.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingAnticlockwise.ckpt" @@ -1383,7 +1383,7 @@ "type": "motion lora", "base": "SD1.x", "save_path": "animatediff_motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "v2_lora_RollingClockwise.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingClockwise.ckpt" @@ -1393,7 +1393,7 @@ "type": "motion lora", "base": "SD1.x", "save_path": "animatediff_motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "v2_lora_TiltDown.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltDown.ckpt" @@ -1403,7 +1403,7 @@ "type": "motion lora", "base": "SD1.x", "save_path": "animatediff_motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "v2_lora_TiltUp.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltUp.ckpt" @@ -1413,7 +1413,7 @@ "type": "motion lora", "base": "SD1.x", "save_path": "animatediff_motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "v2_lora_ZoomIn.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomIn.ckpt" @@ -1423,7 +1423,7 @@ "type": "motion lora", "base": "SD1.x", "save_path": "animatediff_motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "v2_lora_ZoomOut.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomOut.ckpt" @@ -1433,7 +1433,7 @@ "type": "animatediff", "base": "SD1.x", "save_path": "animatediff_models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/Lightricks/LongAnimateDiff", "filename": "lt_long_mm_32_frames.ckpt", "url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_32_frames.ckpt" @@ -1443,7 +1443,7 @@ "type": "animatediff", "base": "SD1.x", "save_path": "animatediff_models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/Lightricks/LongAnimateDiff", "filename": "lt_long_mm_16_64_frames.ckpt", "url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_16_64_frames.ckpt" @@ -1453,7 +1453,7 @@ "type": "animatediff", "base": "SD1.x", "save_path": "animatediff_models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/Lightricks/LongAnimateDiff", "filename": "lt_long_mm_16_64_frames_v1.1.ckpt", "url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_16_64_frames_v1.1.ckpt" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 155395f8..3cc3836e 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,26 @@ }, + { + "author": "cubiq", + "title": "ComfyUI InstantID (Native Support)", + "reference": "https://github.com/cubiq/ComfyUI_InstantID", + "files": [ + "https://github.com/cubiq/ComfyUI_InstantID" + ], + "install_type": "git-clone", + "description": "Native [a/InstantID](https://github.com/InstantID/InstantID) support for ComfyUI.\nThis extension differs from the many already available as it doesn't use diffusers but instead implements InstantID natively and it fully integrates with ComfyUI.\nPlease note this still could be considered beta stage, looking forward to your feedback." + }, + { + "author": "Franck-Demongin", + "title": "NX_PromptStyler", + "reference": "https://github.com/Franck-Demongin/NX_PromptStyler", + "files": [ + "https://github.com/Franck-Demongin/NX_PromptStyler" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI to create a prompt based on a list of keywords saved in CSV files." + }, { "author": "Billius-AI", "title": "ComfyUI-Path-Helper", @@ -679,16 +699,6 @@ ], "install_type": "git-clone", "description": "Slightly better random prompt generation tools that allow combining and picking prompts from both file and text input sources." - }, - { - "author": "Taremin", - "title": "WebUI Monaco Prompt", - "reference": "https://github.com/Taremin/webui-monaco-prompt", - "files": [ - "https://github.com/Taremin/webui-monaco-prompt" - ], - "install_type": "git-clone", - "description": "Make it possible to edit the prompt using the Monaco Editor, an editor implementation used in VSCode.\nNOTE: This extension supports both ComfyUI and A1111 simultaneously." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index a2108245..17434342 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -913,6 +913,14 @@ "title_aux": "tiled_ksampler" } ], + "https://github.com/Franck-Demongin/NX_PromptStyler": [ + [ + "NX_PromptStyler" + ], + { + "title_aux": "NX_PromptStyler" + } + ], "https://github.com/GMapeSplat/ComfyUI_ezXY": [ [ "ConcatenateString", @@ -4575,6 +4583,17 @@ "title_aux": "ComfyUI_IPAdapter_plus" } ], + "https://github.com/cubiq/ComfyUI_InstantID": [ + [ + "ApplyInstantID", + "FaceKeypointsPreprocessor", + "InstantIDFaceAnalysis", + "InstantIDModelLoader" + ], + { + "title_aux": "ComfyUI InstantID (Native Support)" + } + ], "https://github.com/cubiq/ComfyUI_SimpleMath": [ [ "SimpleMath", @@ -6064,6 +6083,7 @@ "SegsMaskCombine", "SegsToCombinedMask", "SetDefaultImageForSEGS", + "StepsScheduleHookProvider", "SubtractMask", "SubtractMaskForEach", "TiledKSamplerProvider", diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index a640b191..9be46f3c 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -175,11 +175,11 @@ }, { - "name": "LongAnimatediff/lt_long_mm_16_64_frames_v1.1.ckpt (ComfyUI-AnimateDiff-Evolved)", + "name": "LongAnimatediff/lt_long_mm_16_64_frames_v1.1.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", "type": "animatediff", "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "save_path": "animatediff_models", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/Lightricks/LongAnimateDiff", "filename": "lt_long_mm_16_64_frames_v1.1.ckpt", "url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_16_64_frames_v1.1.ckpt" @@ -258,21 +258,21 @@ "url": "https://huggingface.co/stabilityai/stable-zero123/resolve/main/stable_zero123.ckpt" }, { - "name": "LongAnimatediff/lt_long_mm_32_frames.ckpt (ComfyUI-AnimateDiff-Evolved)", + "name": "LongAnimatediff/lt_long_mm_32_frames.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", "type": "animatediff", "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "save_path": "animatediff_models", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/Lightricks/LongAnimateDiff", "filename": "lt_long_mm_32_frames.ckpt", "url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_32_frames.ckpt" }, { - "name": "LongAnimatediff/lt_long_mm_16_64_frames.ckpt (ComfyUI-AnimateDiff-Evolved)", + "name": "LongAnimatediff/lt_long_mm_16_64_frames.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", "type": "animatediff", "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "save_path": "animatediff_models", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/Lightricks/LongAnimateDiff", "filename": "lt_long_mm_16_64_frames.ckpt", "url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_16_64_frames.ckpt" @@ -420,91 +420,91 @@ }, { - "name": "animatediff/mm_sdxl_v10_beta.ckpt (ComfyUI-AnimateDiff-Evolved)", + "name": "animatediff/mm_sdxl_v10_beta.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", "type": "animatediff", "base": "SDXL", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "save_path": "animatediff_models", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "mm_sdxl_v10_beta.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sdxl_v10_beta.ckpt" }, { - "name": "animatediff/v2_lora_PanLeft.ckpt (ComfyUI-AnimateDiff-Evolved)", + "name": "animatediff/v2_lora_PanLeft.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", "type": "motion lora", "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "save_path": "animatediff_motion_lora", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "v2_lora_PanLeft.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanLeft.ckpt" }, { - "name": "animatediff/v2_lora_PanRight.ckpt (ComfyUI-AnimateDiff-Evolved)", + "name": "animatediff/v2_lora_PanRight.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", "type": "motion lora", "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "save_path": "animatediff_motion_lora", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "v2_lora_PanRight.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanRight.ckpt" }, { - "name": "animatediff/v2_lora_RollingAnticlockwise.ckpt (ComfyUI-AnimateDiff-Evolved)", + "name": "animatediff/v2_lora_RollingAnticlockwise.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", "type": "motion lora", "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "save_path": "animatediff_motion_lora", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "v2_lora_RollingAnticlockwise.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingAnticlockwise.ckpt" }, { - "name": "animatediff/v2_lora_RollingClockwise.ckpt (ComfyUI-AnimateDiff-Evolved)", + "name": "animatediff/v2_lora_RollingClockwise.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", "type": "motion lora", "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "save_path": "animatediff_motion_lora", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "v2_lora_RollingClockwise.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingClockwise.ckpt" }, { - "name": "animatediff/v2_lora_TiltDown.ckpt (ComfyUI-AnimateDiff-Evolved)", + "name": "animatediff/v2_lora_TiltDown.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", "type": "motion lora", "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "save_path": "animatediff_motion_lora", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "v2_lora_TiltDown.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltDown.ckpt" }, { - "name": "animatediff/v2_lora_TiltUp.ckpt (ComfyUI-AnimateDiff-Evolved)", + "name": "animatediff/v2_lora_TiltUp.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", "type": "motion lora", "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "save_path": "animatediff_motion_lora", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "v2_lora_TiltUp.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltUp.ckpt" }, { - "name": "animatediff/v2_lora_ZoomIn.ckpt (ComfyUI-AnimateDiff-Evolved)", + "name": "animatediff/v2_lora_ZoomIn.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", "type": "motion lora", "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "save_path": "animatediff_motion_lora", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "v2_lora_ZoomIn.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomIn.ckpt" }, { - "name": "animatediff/v2_lora_ZoomOut.ckpt (ComfyUI-AnimateDiff-Evolved)", + "name": "animatediff/v2_lora_ZoomOut.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", "type": "motion lora", "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "save_path": "animatediff_motion_lora", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/guoyww/animatediff", "filename": "v2_lora_ZoomOut.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomOut.ckpt" @@ -614,11 +614,11 @@ }, { - "name": "CiaraRowles/temporaldiff-v1-animatediff.ckpt (ComfyUI-AnimateDiff-Evolved)", + "name": "CiaraRowles/temporaldiff-v1-animatediff.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", "type": "animatediff", "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "save_path": "animatediff_models", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/CiaraRowles/TemporalDiff", "filename": "temporaldiff-v1-animatediff.ckpt", "url": "https://huggingface.co/CiaraRowles/TemporalDiff/resolve/main/temporaldiff-v1-animatediff.ckpt" @@ -634,21 +634,21 @@ "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15_v2.ckpt" }, { - "name": "AD_Stabilized_Motion/mm-Stabilized_high.pth (ComfyUI-AnimateDiff-Evolved)", + "name": "AD_Stabilized_Motion/mm-Stabilized_high.pth (ComfyUI-AnimateDiff-Evolved) (Updated path)", "type": "animatediff", "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "save_path": "animatediff_models", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/manshoety/AD_Stabilized_Motion", "filename": "mm-Stabilized_high.pth", "url": "https://huggingface.co/manshoety/AD_Stabilized_Motion/resolve/main/mm-Stabilized_high.pth" }, { - "name": "AD_Stabilized_Motion/mm-Stabilized_mid.pth (ComfyUI-AnimateDiff-Evolved)", + "name": "AD_Stabilized_Motion/mm-Stabilized_mid.pth (ComfyUI-AnimateDiff-Evolved) (Updated path)", "type": "animatediff", "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "save_path": "animatediff_models", + "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", "reference": "https://huggingface.co/manshoety/AD_Stabilized_Motion", "filename": "mm-Stabilized_mid.pth", "url": "https://huggingface.co/manshoety/AD_Stabilized_Motion/resolve/main/mm-Stabilized_mid.pth" diff --git a/node_db/tutorial/custom-node-list.json b/node_db/tutorial/custom-node-list.json index 0930d392..5fbf3d55 100644 --- a/node_db/tutorial/custom-node-list.json +++ b/node_db/tutorial/custom-node-list.json @@ -99,6 +99,16 @@ ], "install_type": "git-clone", "description": "Nodes:Load Image Dedup" + }, + { + "author": "IvanRybakov", + "title": "comfyui-node-int-to-string-convertor", + "reference": "https://github.com/IvanRybakov/comfyui-node-int-to-string-convertor", + "files": [ + "https://github.com/IvanRybakov/comfyui-node-int-to-string-convertor" + ], + "install_type": "git-clone", + "description": "Nodes:Int To String Convertor" } ] } \ No newline at end of file From bf5ccf328329119b29927b5acb6c4ceb8e6f3d73 Mon Sep 17 00:00:00 2001 From: nick Date: Sun, 11 Feb 2024 12:28:03 -0800 Subject: [PATCH 20/72] instant id models for https://github.com/cubiq/ComfyUI_InstantID --- model-list.json | 62 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/model-list.json b/model-list.json index 240f89a9..3c3eee03 100644 --- a/model-list.json +++ b/model-list.json @@ -1812,6 +1812,68 @@ "reference": "https://huggingface.co/TencentARC/PhotoMaker", "filename": "photomaker-v1.bin", "url": "https://huggingface.co/TencentARC/PhotoMaker/resolve/main/photomaker-v1.bin" + }, + + { + "name": "1k3d68.onnx", + "type": "insightface", + "base": "inswapper", + "save_path": "insightface/models/antelopev2", + "description": "Antelopev2 1k3d68.onnx model for InstantId.", + "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation", + "filename": "1k3d68.onnx", + "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/1k3d68.onnx" + }, + { + "name": "2d106det.onnx", + "type": "insightface", + "base": "inswapper", + "save_path": "insightface/models/antelopev2", + "description": "Antelopev2 2d106det.onnx model for InstantId.", + "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation", + "filename": "2d106det.onnx", + "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/2d106det.onnx" + }, + { + "name": "genderage.onnx", + "type": "insightface", + "base": "inswapper", + "save_path": "insightface/models/antelopev2", + "description": "Antelopev2 genderage.onnx model for InstantId.", + "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation", + "filename": "genderage.onnx", + "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/genderage.onnx" + }, + { + "name": "glintr100.onnx", + "type": "insightface", + "base": "inswapper", + "save_path": "insightface/models/antelopev2", + "description": "Antelopev2 glintr100.onnx model for InstantId.", + "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation", + "filename": "glintr100.onnx", + "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/glintr100.onnx" + }, + { + "name": "scrfd_10g_bnkps.onnx", + "type": "insightface", + "base": "inswapper", + "save_path": "insightface/models/antelopev2", + "description": "Antelopev2 scrfd_10g_bnkps.onnx model for InstantId.", + "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation", + "filename": "scrfd_10g_bnkps.onnx", + "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/scrfd_10g_bnkps.onnx" + }, + + { + "name": "ip-adapter.bin", + "type": "instantid", + "base": "SDXL", + "save_path": "instantid", + "description": "InstantId main model based on IpAdapter", + "reference": "https://huggingface.co/InstantX/InstantID", + "filename": "ip-adapter.bin", + "url": "https://huggingface.co/InstantX/InstantID/resolve/main/ip-adapter.bin" } ] } From 355bf4da1cd2d8355330a7994f556425ea3220b2 Mon Sep 17 00:00:00 2001 From: nick Date: Sun, 11 Feb 2024 12:42:35 -0800 Subject: [PATCH 21/72] clean new line --- model-list.json | 1 - 1 file changed, 1 deletion(-) diff --git a/model-list.json b/model-list.json index 3c3eee03..f614cab7 100644 --- a/model-list.json +++ b/model-list.json @@ -1864,7 +1864,6 @@ "filename": "scrfd_10g_bnkps.onnx", "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/scrfd_10g_bnkps.onnx" }, - { "name": "ip-adapter.bin", "type": "instantid", From 57955d4dedd6d6e8a590664f75fcda7dc8b0241a Mon Sep 17 00:00:00 2001 From: nick Date: Sun, 11 Feb 2024 12:44:19 -0800 Subject: [PATCH 22/72] remove new line --- model-list.json | 1 - 1 file changed, 1 deletion(-) diff --git a/model-list.json b/model-list.json index f614cab7..92eb9ae4 100644 --- a/model-list.json +++ b/model-list.json @@ -1813,7 +1813,6 @@ "filename": "photomaker-v1.bin", "url": "https://huggingface.co/TencentARC/PhotoMaker/resolve/main/photomaker-v1.bin" }, - { "name": "1k3d68.onnx", "type": "insightface", From e1db2872966f0027b83ff6ead61595850b2cb03a Mon Sep 17 00:00:00 2001 From: nick Date: Sun, 11 Feb 2024 12:52:34 -0800 Subject: [PATCH 23/72] controlnet model --- model-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/model-list.json b/model-list.json index 92eb9ae4..54753ad9 100644 --- a/model-list.json +++ b/model-list.json @@ -1872,6 +1872,16 @@ "reference": "https://huggingface.co/InstantX/InstantID", "filename": "ip-adapter.bin", "url": "https://huggingface.co/InstantX/InstantID/resolve/main/ip-adapter.bin" + }, + { + "name": "diffusion_pytorch_model.safetensors", + "type": "controlnet", + "base": "SDXL", + "save_path": "controlnet/instantid", + "description": "InstantId controlnet model", + "reference": "https://huggingface.co/InstantX/InstantID", + "filename": "diffusion_pytorch_model.safetensors", + "url": "https://huggingface.co/InstantX/InstantID/resolve/main/ControlNetModel/diffusion_pytorch_model.safetensors" } ] } From 5fa6c03fca05caa4e0f6696ad4d3ec50807240a5 Mon Sep 17 00:00:00 2001 From: nick Date: Sun, 11 Feb 2024 12:58:15 -0800 Subject: [PATCH 24/72] update description to include all onnx files are needed --- model-list.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/model-list.json b/model-list.json index 54753ad9..90da2bf0 100644 --- a/model-list.json +++ b/model-list.json @@ -1818,7 +1818,7 @@ "type": "insightface", "base": "inswapper", "save_path": "insightface/models/antelopev2", - "description": "Antelopev2 1k3d68.onnx model for InstantId.", + "description": "Antelopev2 1k3d68.onnx model for InstantId. (InstantId needs all Antelopev2 models)", "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation", "filename": "1k3d68.onnx", "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/1k3d68.onnx" @@ -1828,7 +1828,7 @@ "type": "insightface", "base": "inswapper", "save_path": "insightface/models/antelopev2", - "description": "Antelopev2 2d106det.onnx model for InstantId.", + "description": "Antelopev2 2d106det.onnx model for InstantId. (InstantId needs all Antelopev2 models)", "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation", "filename": "2d106det.onnx", "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/2d106det.onnx" @@ -1838,7 +1838,7 @@ "type": "insightface", "base": "inswapper", "save_path": "insightface/models/antelopev2", - "description": "Antelopev2 genderage.onnx model for InstantId.", + "description": "Antelopev2 genderage.onnx model for InstantId. (InstantId needs all Antelopev2 models)", "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation", "filename": "genderage.onnx", "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/genderage.onnx" @@ -1848,7 +1848,7 @@ "type": "insightface", "base": "inswapper", "save_path": "insightface/models/antelopev2", - "description": "Antelopev2 glintr100.onnx model for InstantId.", + "description": "Antelopev2 glintr100.onnx model for InstantId. (InstantId needs all Antelopev2 models)", "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation", "filename": "glintr100.onnx", "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/glintr100.onnx" @@ -1858,7 +1858,7 @@ "type": "insightface", "base": "inswapper", "save_path": "insightface/models/antelopev2", - "description": "Antelopev2 scrfd_10g_bnkps.onnx model for InstantId.", + "description": "Antelopev2 scrfd_10g_bnkps.onnx model for InstantId. (InstantId needs all Antelopev2 models)", "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation", "filename": "scrfd_10g_bnkps.onnx", "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/scrfd_10g_bnkps.onnx" From 36ecc15cf07a64e8c8dd956686b2b516e825487b Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 12 Feb 2024 15:44:11 +0900 Subject: [PATCH 25/72] update DB --- extension-node-map.json | 20 +++- model-list.json | 2 +- node_db/new/extension-node-map.json | 20 +++- node_db/new/model-list.json | 176 ++++++++-------------------- 4 files changed, 84 insertions(+), 134 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index 17434342..8c5a66c4 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -344,7 +344,9 @@ "Add Folder", "Add Folder Advanced", "Create Project Root", - "ShowPath" + "Join Variables", + "Show Path", + "Show String" ], { "title_aux": "ComfyUI-Path-Helper" @@ -495,6 +497,7 @@ "PrimereEmbeddingKeywordMerger", "PrimereHypernetwork", "PrimereImageSegments", + "PrimereKSampler", "PrimereLCMSelector", "PrimereLORA", "PrimereLYCORIS", @@ -507,6 +510,7 @@ "PrimereMetaRead", "PrimereMetaSave", "PrimereMidjourneyStyles", + "PrimereModelConceptSelector", "PrimereModelKeyword", "PrimereNetworkTagLoader", "PrimerePrompt", @@ -515,6 +519,7 @@ "PrimereResolution", "PrimereResolutionMultiplier", "PrimereSamplers", + "PrimereSamplersSteps", "PrimereSeed", "PrimereStepsCfg", "PrimereStyleLoader", @@ -5260,15 +5265,21 @@ "https://github.com/gokayfem/ComfyUI_VLM_nodes": [ [ "Joytag", + "JsonToText", + "KeywordExtraction", "LLMLoader", - "LLMSamplerAdvanced", + "LLMPromptGenerator", + "LLMSampler", "LLava Loader Simple", + "LLavaPromptGenerator", "LLavaSamplerAdvanced", "LLavaSamplerSimple", "LlavaClipLoader", "MoonDream", - "PromptGenerate", - "SimpleText" + "PromptGenerateAPI", + "SimpleText", + "Suggester", + "ViewText" ], { "title_aux": "VLM_nodes" @@ -5680,6 +5691,7 @@ "ReverseImageBatch", "RoundMask", "SaveImageWithAlpha", + "ScaleBatchPromptSchedule", "SomethingToString", "SoundReactive", "SplitBboxes", diff --git a/model-list.json b/model-list.json index 90da2bf0..5b7549f6 100644 --- a/model-list.json +++ b/model-list.json @@ -1883,5 +1883,5 @@ "filename": "diffusion_pytorch_model.safetensors", "url": "https://huggingface.co/InstantX/InstantID/resolve/main/ControlNetModel/diffusion_pytorch_model.safetensors" } - ] + ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 17434342..8c5a66c4 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -344,7 +344,9 @@ "Add Folder", "Add Folder Advanced", "Create Project Root", - "ShowPath" + "Join Variables", + "Show Path", + "Show String" ], { "title_aux": "ComfyUI-Path-Helper" @@ -495,6 +497,7 @@ "PrimereEmbeddingKeywordMerger", "PrimereHypernetwork", "PrimereImageSegments", + "PrimereKSampler", "PrimereLCMSelector", "PrimereLORA", "PrimereLYCORIS", @@ -507,6 +510,7 @@ "PrimereMetaRead", "PrimereMetaSave", "PrimereMidjourneyStyles", + "PrimereModelConceptSelector", "PrimereModelKeyword", "PrimereNetworkTagLoader", "PrimerePrompt", @@ -515,6 +519,7 @@ "PrimereResolution", "PrimereResolutionMultiplier", "PrimereSamplers", + "PrimereSamplersSteps", "PrimereSeed", "PrimereStepsCfg", "PrimereStyleLoader", @@ -5260,15 +5265,21 @@ "https://github.com/gokayfem/ComfyUI_VLM_nodes": [ [ "Joytag", + "JsonToText", + "KeywordExtraction", "LLMLoader", - "LLMSamplerAdvanced", + "LLMPromptGenerator", + "LLMSampler", "LLava Loader Simple", + "LLavaPromptGenerator", "LLavaSamplerAdvanced", "LLavaSamplerSimple", "LlavaClipLoader", "MoonDream", - "PromptGenerate", - "SimpleText" + "PromptGenerateAPI", + "SimpleText", + "Suggester", + "ViewText" ], { "title_aux": "VLM_nodes" @@ -5680,6 +5691,7 @@ "ReverseImageBatch", "RoundMask", "SaveImageWithAlpha", + "ScaleBatchPromptSchedule", "SomethingToString", "SoundReactive", "SplitBboxes", diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index 9be46f3c..e3a52280 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,5 +1,56 @@ { "models": [ + { + "name": "1k3d68.onnx", + "type": "insightface", + "base": "inswapper", + "save_path": "insightface/models/antelopev2", + "description": "Antelopev2 1k3d68.onnx model for InstantId. (InstantId needs all Antelopev2 models)", + "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation", + "filename": "1k3d68.onnx", + "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/1k3d68.onnx" + }, + { + "name": "2d106det.onnx", + "type": "insightface", + "base": "inswapper", + "save_path": "insightface/models/antelopev2", + "description": "Antelopev2 2d106det.onnx model for InstantId. (InstantId needs all Antelopev2 models)", + "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation", + "filename": "2d106det.onnx", + "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/2d106det.onnx" + }, + { + "name": "genderage.onnx", + "type": "insightface", + "base": "inswapper", + "save_path": "insightface/models/antelopev2", + "description": "Antelopev2 genderage.onnx model for InstantId. (InstantId needs all Antelopev2 models)", + "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation", + "filename": "genderage.onnx", + "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/genderage.onnx" + }, + { + "name": "glintr100.onnx", + "type": "insightface", + "base": "inswapper", + "save_path": "insightface/models/antelopev2", + "description": "Antelopev2 glintr100.onnx model for InstantId. (InstantId needs all Antelopev2 models)", + "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation", + "filename": "glintr100.onnx", + "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/glintr100.onnx" + }, + { + "name": "scrfd_10g_bnkps.onnx", + "type": "insightface", + "base": "inswapper", + "save_path": "insightface/models/antelopev2", + "description": "Antelopev2 scrfd_10g_bnkps.onnx model for InstantId. (InstantId needs all Antelopev2 models)", + "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation", + "filename": "scrfd_10g_bnkps.onnx", + "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/scrfd_10g_bnkps.onnx" + }, + { "name": "photomaker-v1.bin", "type": "photomaker", @@ -652,131 +703,6 @@ "reference": "https://huggingface.co/manshoety/AD_Stabilized_Motion", "filename": "mm-Stabilized_mid.pth", "url": "https://huggingface.co/manshoety/AD_Stabilized_Motion/resolve/main/mm-Stabilized_mid.pth" - }, - - { - "name": "GFPGANv1.4.pth", - "type": "GFPGAN", - "base": "GFPGAN", - "save_path": "facerestore_models", - "description": "Face Restoration Models. Download the model required for using the 'Facerestore CF (Code Former)' custom node.", - "reference": "https://github.com/TencentARC/GFPGAN/releases", - "filename": "GFPGANv1.4.pth", - "url": "https://github.com/TencentARC/GFPGAN/releases/download/v1.3.4/GFPGANv1.4.pth" - }, - { - "name": "codeformer.pth", - "type": "CodeFormer", - "base": "CodeFormer", - "save_path": "facerestore_models", - "description": "Face Restoration Models. Download the model required for using the 'Facerestore CF (Code Former)' custom node.", - "reference": "https://github.com/sczhou/CodeFormer/releases", - "filename": "codeformer.pth", - "url": "https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/codeformer.pth" - }, - { - "name": "detection_Resnet50_Final.pth", - "type": "facexlib", - "base": "facexlib", - "save_path": "facerestore_models", - "description": "Face Detection Models. Download the model required for using the 'Facerestore CF (Code Former)' custom node.", - "reference": "https://github.com/xinntao/facexlib", - "filename": "detection_Resnet50_Final.pth", - "url": "https://github.com/xinntao/facexlib/releases/download/v0.1.0/detection_Resnet50_Final.pth" - }, - { - "name": "detection_mobilenet0.25_Final.pth", - "type": "facexlib", - "base": "facexlib", - "save_path": "facerestore_models", - "description": "Face Detection Models. Download the model required for using the 'Facerestore CF (Code Former)' custom node.", - "reference": "https://github.com/xinntao/facexlib", - "filename": "detection_mobilenet0.25_Final.pth", - "url": "https://github.com/xinntao/facexlib/releases/download/v0.1.0/detection_mobilenet0.25_Final.pth" - }, - { - "name": "yolov5l-face.pth", - "type": "facexlib", - "base": "facexlib", - "save_path": "facedetection", - "description": "Face Detection Models. Download the model required for using the 'Facerestore CF (Code Former)' custom node.", - "reference": "https://github.com/xinntao/facexlib", - "filename": "yolov5l-face.pth", - "url": "https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/yolov5l-face.pth" - }, - { - "name": "yolov5n-face.pth", - "type": "facexlib", - "base": "facexlib", - "save_path": "facedetection", - "description": "Face Detection Models. Download the model required for using the 'Facerestore CF (Code Former)' custom node.", - "reference": "https://github.com/xinntao/facexlib", - "filename": "yolov5n-face.pth", - "url": "https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/yolov5n-face.pth" - }, - - { - "name": "diffusers/stable-diffusion-xl-1.0-inpainting-0.1 (UNET/fp16)", - "type": "unet", - "base": "SDXL", - "save_path": "unet/xl-inpaint-0.1", - "description": "[5.14GB] Stable Diffusion XL inpainting model 0.1. You need UNETLoader instead of CheckpointLoader.", - "reference": "https://huggingface.co/diffusers/stable-diffusion-xl-1.0-inpainting-0.1", - "filename": "diffusion_pytorch_model.fp16.safetensors", - "url": "https://huggingface.co/diffusers/stable-diffusion-xl-1.0-inpainting-0.1/resolve/main/unet/diffusion_pytorch_model.fp16.safetensors" - }, - { - "name": "diffusers/stable-diffusion-xl-1.0-inpainting-0.1 (UNET)", - "type": "unet", - "base": "SDXL", - "save_path": "unet/xl-inpaint-0.1", - "description": "[10.3GB] Stable Diffusion XL inpainting model 0.1. You need UNETLoader instead of CheckpointLoader.", - "reference": "https://huggingface.co/diffusers/stable-diffusion-xl-1.0-inpainting-0.1", - "filename": "diffusion_pytorch_model.safetensors", - "url": "https://huggingface.co/diffusers/stable-diffusion-xl-1.0-inpainting-0.1/resolve/main/unet/diffusion_pytorch_model.safetensors" - }, - - { - "name": "Inswapper (face swap)", - "type": "insightface", - "base" : "inswapper", - "save_path": "insightface", - "description": "Checkpoint of the insightface swapper model (used by Comfy-Roop and comfy_mtb)", - "reference": "https://huggingface.co/deepinsight/inswapper/", - "filename": "inswapper_128.onnx", - "url": "https://huggingface.co/deepinsight/inswapper/resolve/main/inswapper_128.onnx" - }, - - { - "name": "CLIPVision model (stabilityai/clip_vision_g)", - "type": "clip_vision", - "base": "vit-g", - "save_path": "clip_vision", - "description": "[3.69GB] clip_g vision model", - "reference": "https://huggingface.co/stabilityai/control-lora", - "filename": "clip_vision_g.safetensors", - "url": "https://huggingface.co/stabilityai/control-lora/resolve/main/revision/clip_vision_g.safetensors" - }, - - { - "name": "CLIPVision model (IP-Adapter) CLIP-ViT-H-14-laion2B-s32B-b79K", - "type": "clip_vision", - "base": "ViT-H", - "save_path": "clip_vision", - "description": "[2.5GB] CLIPVision model (needed for IP-Adapter)", - "reference": "https://huggingface.co/h94/IP-Adapter", - "filename": "CLIP-ViT-H-14-laion2B-s32B-b79K.safetensors", - "url": "https://huggingface.co/h94/IP-Adapter/resolve/main/models/image_encoder/model.safetensors" - }, - { - "name": "CLIPVision model (IP-Adapter) CLIP-ViT-bigG-14-laion2B-39B-b160k", - "type": "clip_vision", - "base": "ViT-G", - "save_path": "clip_vision", - "description": "[3.69GB] CLIPVision model (needed for IP-Adapter)", - "reference": "https://huggingface.co/h94/IP-Adapter", - "filename": "CLIP-ViT-bigG-14-laion2B-39B-b160k.safetensors", - "url": "https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/image_encoder/model.safetensors" } ] } From cc96819526ac0079faaae88f6bc4bfcf1e8b680f Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 12 Feb 2024 16:02:32 +0900 Subject: [PATCH 26/72] update DB --- custom-node-list.json | 30 +++++++++++++++++++++++++++++ extension-node-map.json | 28 +++++++++++++++++++++++++++ node_db/dev/custom-node-list.json | 10 ++++++++++ node_db/new/custom-node-list.json | 30 +++++++++++++++++++++++++++++ node_db/new/extension-node-map.json | 28 +++++++++++++++++++++++++++ 5 files changed, 126 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index ad0b313b..09b0023c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4584,6 +4584,16 @@ "install_type": "git-clone", "description": "Nodes: Format String, Join String List, Load Preset, Load Preset (Advanced), Const String, Const String (multi line). Add useful nodes related to prompt." }, + { + "author": "nkchocoai", + "title": "ComfyUI-TextOnSegs", + "reference": "https://github.com/nkchocoai/ComfyUI-TextOnSegs", + "files": [ + "https://github.com/nkchocoai/ComfyUI-TextOnSegs" + ], + "install_type": "git-clone", + "description": "Add a node for drawing text with CR Draw Text of ComfyUI_Comfyroll_CustomNodes to the area of SEGS detected by Ultralytics Detector of ComfyUI-Impact-Pack." + }, { "author": "JaredTherriault", "title": "ComfyUI-JNodes", @@ -5114,6 +5124,16 @@ "install_type": "git-clone", "description": "A custom node for ComfyUI to create a prompt based on a list of keywords saved in CSV files." }, + { + "author": "StartHua", + "title": "Comfyui_joytag", + "reference": "https://github.com/StartHua/Comfyui_joytag", + "files": [ + "https://github.com/StartHua/Comfyui_joytag" + ], + "install_type": "git-clone", + "description": "JoyTag is a state of the art AI vision model for tagging images, with a focus on sex positivity and inclusivity. It uses the Danbooru tagging schema, but works across a wide range of images, from hand drawn to photographic.\nDownload the weight and put it under checkpoints: [a/https://huggingface.co/fancyfeast/joytag/tree/main](https://huggingface.co/fancyfeast/joytag/tree/main)" + }, { @@ -5387,6 +5407,16 @@ "install_type": "copy", "description": "A node which takes in x, y, width, height, total width, and total height, in order to accurately represent the area of an image which is covered by area-based conditioning." }, + { + "author": "redhottensors", + "title": "ComfyUI-Prediction", + "reference": "https://github.com/redhottensors/ComfyUI-Prediction", + "files": [ + "https://github.com/redhottensors/ComfyUI-Prediction/raw/main/custom_nodes/nodes_pred.py" + ], + "install_type": "copy", + "description": "Fully customizable Classifier Free Guidance for ComfyUI." + }, { diff --git a/extension-node-map.json b/extension-node-map.json index 8c5a66c4..f88313a1 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2188,6 +2188,14 @@ "title_aux": "ComfyUI_Seg_VITON" } ], + "https://github.com/StartHua/Comfyui_joytag": [ + [ + "CXH_JoyTag" + ], + { + "title_aux": "Comfyui_joytag" + } + ], "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": [ [ "CR 8 Channel In", @@ -6527,6 +6535,18 @@ "title_aux": "ComfyUI-SizeFromPresets" } ], + "https://github.com/nkchocoai/ComfyUI-TextOnSegs": [ + [ + "CalcMaxFontSize", + "ExtractDominantColor", + "GetComplementaryColor", + "SegsToRegion", + "TextOnSegsFloodFill" + ], + { + "title_aux": "ComfyUI-TextOnSegs" + } + ], "https://github.com/noembryo/ComfyUI-noEmbryo": [ [ "PromptTermList1", @@ -6836,6 +6856,14 @@ "title_aux": "comfyui-prompt-reader-node" } ], + "https://github.com/redhottensors/ComfyUI-Prediction/raw/main/custom_nodes/nodes_pred.py": [ + [ + "SamplerCustomPrediction" + ], + { + "title_aux": "ComfyUI-Prediction" + } + ], "https://github.com/rgthree/rgthree-comfy": [ [], { diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index d4864ca1..fefbeda1 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "Extraltodeus", + "title": "ComfyUI-variableCFGandAntiBurn [WIP]", + "reference": "https://github.com/Extraltodeus/ComfyUI-variableCFGandAntiBurn", + "files": [ + "https://github.com/Extraltodeus/ComfyUI-variableCFGandAntiBurn" + ], + "install_type": "git-clone", + "description": "Nodes:Continuous CFG rescaler (pre CFG), Intermediary latent merge (post CFG), Intensity/Brightness limiter (post CFG), Dynamic renoising (post CFG), Automatic CFG scale (pre/post CFG), CFG multiplier per channel (pre CFG), Self-Attention Guidance delayed activation mod (post CFG)" + }, { "author": "kijai", "title": "ComfyUI-ADMotionDirector [WIP]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 3cc3836e..4ac2d2ad 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,36 @@ }, + { + "author": "StartHua", + "title": "Comfyui_joytag", + "reference": "https://github.com/StartHua/Comfyui_joytag", + "files": [ + "https://github.com/StartHua/Comfyui_joytag" + ], + "install_type": "git-clone", + "description": "JoyTag is a state of the art AI vision model for tagging images, with a focus on sex positivity and inclusivity. It uses the Danbooru tagging schema, but works across a wide range of images, from hand drawn to photographic.\nDownload the weight and put it under checkpoints: [a/https://huggingface.co/fancyfeast/joytag/tree/main](https://huggingface.co/fancyfeast/joytag/tree/main)" + }, + { + "author": "redhottensors", + "title": "ComfyUI-Prediction", + "reference": "https://github.com/redhottensors/ComfyUI-Prediction", + "files": [ + "https://github.com/redhottensors/ComfyUI-Prediction/raw/main/custom_nodes/nodes_pred.py" + ], + "install_type": "copy", + "description": "Fully customizable Classifier Free Guidance for ComfyUI." + }, + { + "author": "nkchocoai", + "title": "ComfyUI-TextOnSegs", + "reference": "https://github.com/nkchocoai/ComfyUI-TextOnSegs", + "files": [ + "https://github.com/nkchocoai/ComfyUI-TextOnSegs" + ], + "install_type": "git-clone", + "description": "Add a node for drawing text with CR Draw Text of ComfyUI_Comfyroll_CustomNodes to the area of SEGS detected by Ultralytics Detector of ComfyUI-Impact-Pack." + }, { "author": "cubiq", "title": "ComfyUI InstantID (Native Support)", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 8c5a66c4..f88313a1 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2188,6 +2188,14 @@ "title_aux": "ComfyUI_Seg_VITON" } ], + "https://github.com/StartHua/Comfyui_joytag": [ + [ + "CXH_JoyTag" + ], + { + "title_aux": "Comfyui_joytag" + } + ], "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": [ [ "CR 8 Channel In", @@ -6527,6 +6535,18 @@ "title_aux": "ComfyUI-SizeFromPresets" } ], + "https://github.com/nkchocoai/ComfyUI-TextOnSegs": [ + [ + "CalcMaxFontSize", + "ExtractDominantColor", + "GetComplementaryColor", + "SegsToRegion", + "TextOnSegsFloodFill" + ], + { + "title_aux": "ComfyUI-TextOnSegs" + } + ], "https://github.com/noembryo/ComfyUI-noEmbryo": [ [ "PromptTermList1", @@ -6836,6 +6856,14 @@ "title_aux": "comfyui-prompt-reader-node" } ], + "https://github.com/redhottensors/ComfyUI-Prediction/raw/main/custom_nodes/nodes_pred.py": [ + [ + "SamplerCustomPrediction" + ], + { + "title_aux": "ComfyUI-Prediction" + } + ], "https://github.com/rgthree/rgthree-comfy": [ [], { From afa64f47df58c50fb51d1ba08886eeab1c6b0a6f Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 13 Feb 2024 01:01:39 +0900 Subject: [PATCH 27/72] update DB --- custom-node-list.json | 20 ++++++++++++++++++ extension-node-map.json | 32 ++++++++++++++++++++++++++++- node_db/new/custom-node-list.json | 20 ++++++++++++++++++ node_db/new/extension-node-map.json | 32 ++++++++++++++++++++++++++++- 4 files changed, 102 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 09b0023c..1aae0afe 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5134,6 +5134,26 @@ "install_type": "git-clone", "description": "JoyTag is a state of the art AI vision model for tagging images, with a focus on sex positivity and inclusivity. It uses the Danbooru tagging schema, but works across a wide range of images, from hand drawn to photographic.\nDownload the weight and put it under checkpoints: [a/https://huggingface.co/fancyfeast/joytag/tree/main](https://huggingface.co/fancyfeast/joytag/tree/main)" }, + { + "author": "xiaoxiaodesha", + "title": "hd-nodes-comfyui", + "reference": "https://github.com/xiaoxiaodesha/hd_node", + "files": [ + "https://github.com/xiaoxiaodesha/hd_node" + ], + "install_type": "git-clone", + "description": "Nodes:Combine HDMasks, Cover HDMasks, HD FaceIndex, HD SmoothEdge, HD GetMaskArea, HD Image Levels, HD Ultimate SD Upscale" + }, + { + "author": "ShmuelRonen", + "title": "ComfyUI-SVDResizer", + "reference": "https://github.com/ShmuelRonen/ComfyUI-SVDResizer", + "files": [ + "https://github.com/ShmuelRonen/ComfyUI-SVDResizer" + ], + "install_type": "git-clone", + "description": "SVDResizer is a helper for resizing the source image, according to the sizes enabled in Stable Video Diffusion. The rationale behind the possibility of changing the size of the image in steps between the ranges of 576 and 1024, is the use of the greatest common denominator of these two numbers which is 64. SVD is lenient with resizing that adheres to this rule, so the chance of coherent video that is not the standard size of 576X1024 is greater. It is advisable to keep the value 1024 constant and play with the second size to maintain the stability of the result." + }, { diff --git a/extension-node-map.json b/extension-node-map.json index f88313a1..43b01d07 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -648,6 +648,10 @@ "SerialPrompter" ], { + "author": "CRE8IT GmbH", + "description": "This extension offers various nodes.", + "nickname": "cre8Nodes", + "title": "cr8SerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -2113,6 +2117,14 @@ "title_aux": "SDXL_sizing" } ], + "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [ + [ + "SVDRsizer" + ], + { + "title_aux": "ComfyUI-SVDResizer" + } + ], "https://github.com/Shraknard/ComfyUI-Remover": [ [ "Remover" @@ -4176,7 +4188,7 @@ "LayerMask: MaskInvert", "LayerMask: MaskMotionBlur", "LayerMask: MaskPreview", - "LayerMask: MaskStrkoe", + "LayerMask: MaskStroke", "LayerMask: PixelSpread", "LayerMask: RemBgUltra", "LayerStyle: ColorOverlay", @@ -7041,6 +7053,7 @@ "SvgImage", "SwitchByIndex", "TESTNODE_", + "TESTNODE_TOKEN", "TextImage", "TextInput_", "TextToNumber", @@ -7289,17 +7302,20 @@ "AdainLatent", "AlphaClean", "AlphaMatte", + "BatchAverageImage", "BatchNormalizeImage", "BatchNormalizeLatent", "BlurImageFast", "BlurMaskFast", "ClampOutliers", + "ConvertNormals", "DifferenceChecker", "DilateErodeMask", "EnhanceDetail", "ExposureAdjust", "GuidedFilterAlpha", "ImageConstant", + "ImageConstantHSV", "LatentStats", "OffsetLatentImage", "RemapRange", @@ -7972,6 +7988,20 @@ "title_aux": "NodeGPT" } ], + "https://github.com/xiaoxiaodesha/hd_node": [ + [ + "Combine HDMasks", + "Cover HDMasks", + "HD FaceIndex", + "HD GetMaskArea", + "HD Image Levels", + "HD SmoothEdge", + "HD UltimateSDUpscale" + ], + { + "title_aux": "hd-nodes-comfyui" + } + ], "https://github.com/yffyhk/comfyui_auto_danbooru": [ [ "GetDanbooru", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 4ac2d2ad..9b63eed7 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,26 @@ }, + { + "author": "ShmuelRonen", + "title": "ComfyUI-SVDResizer", + "reference": "https://github.com/ShmuelRonen/ComfyUI-SVDResizer", + "files": [ + "https://github.com/ShmuelRonen/ComfyUI-SVDResizer" + ], + "install_type": "git-clone", + "description": "SVDResizer is a helper for resizing the source image, according to the sizes enabled in Stable Video Diffusion. The rationale behind the possibility of changing the size of the image in steps between the ranges of 576 and 1024, is the use of the greatest common denominator of these two numbers which is 64. SVD is lenient with resizing that adheres to this rule, so the chance of coherent video that is not the standard size of 576X1024 is greater. It is advisable to keep the value 1024 constant and play with the second size to maintain the stability of the result." + }, + { + "author": "xiaoxiaodesha", + "title": "hd-nodes-comfyui", + "reference": "https://github.com/xiaoxiaodesha/hd_node", + "files": [ + "https://github.com/xiaoxiaodesha/hd_node" + ], + "install_type": "git-clone", + "description": "Nodes:Combine HDMasks, Cover HDMasks, HD FaceIndex, HD SmoothEdge, HD GetMaskArea, HD Image Levels, HD Ultimate SD Upscale" + }, { "author": "StartHua", "title": "Comfyui_joytag", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index f88313a1..43b01d07 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -648,6 +648,10 @@ "SerialPrompter" ], { + "author": "CRE8IT GmbH", + "description": "This extension offers various nodes.", + "nickname": "cre8Nodes", + "title": "cr8SerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -2113,6 +2117,14 @@ "title_aux": "SDXL_sizing" } ], + "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [ + [ + "SVDRsizer" + ], + { + "title_aux": "ComfyUI-SVDResizer" + } + ], "https://github.com/Shraknard/ComfyUI-Remover": [ [ "Remover" @@ -4176,7 +4188,7 @@ "LayerMask: MaskInvert", "LayerMask: MaskMotionBlur", "LayerMask: MaskPreview", - "LayerMask: MaskStrkoe", + "LayerMask: MaskStroke", "LayerMask: PixelSpread", "LayerMask: RemBgUltra", "LayerStyle: ColorOverlay", @@ -7041,6 +7053,7 @@ "SvgImage", "SwitchByIndex", "TESTNODE_", + "TESTNODE_TOKEN", "TextImage", "TextInput_", "TextToNumber", @@ -7289,17 +7302,20 @@ "AdainLatent", "AlphaClean", "AlphaMatte", + "BatchAverageImage", "BatchNormalizeImage", "BatchNormalizeLatent", "BlurImageFast", "BlurMaskFast", "ClampOutliers", + "ConvertNormals", "DifferenceChecker", "DilateErodeMask", "EnhanceDetail", "ExposureAdjust", "GuidedFilterAlpha", "ImageConstant", + "ImageConstantHSV", "LatentStats", "OffsetLatentImage", "RemapRange", @@ -7972,6 +7988,20 @@ "title_aux": "NodeGPT" } ], + "https://github.com/xiaoxiaodesha/hd_node": [ + [ + "Combine HDMasks", + "Cover HDMasks", + "HD FaceIndex", + "HD GetMaskArea", + "HD Image Levels", + "HD SmoothEdge", + "HD UltimateSDUpscale" + ], + { + "title_aux": "hd-nodes-comfyui" + } + ], "https://github.com/yffyhk/comfyui_auto_danbooru": [ [ "GetDanbooru", From 15b276140ed63962559173fbf7231f9504b9d284 Mon Sep 17 00:00:00 2001 From: redhottensors <159090586+redhottensors@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:39:32 -0700 Subject: [PATCH 28/72] custom-node-list.json: git-clone ComfyUI Prediction --- custom-node-list.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 1aae0afe..7c5a801c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5432,13 +5432,11 @@ "title": "ComfyUI-Prediction", "reference": "https://github.com/redhottensors/ComfyUI-Prediction", "files": [ - "https://github.com/redhottensors/ComfyUI-Prediction/raw/main/custom_nodes/nodes_pred.py" + "https://github.com/redhottensors/ComfyUI-Prediction" ], - "install_type": "copy", + "install_type": "git-clone", "description": "Fully customizable Classifier Free Guidance for ComfyUI." }, - - { "author": "theally", "title": "TheAlly's Custom Nodes", From 3bce0ef64b84f745141070a7dfde96734c9cf2b0 Mon Sep 17 00:00:00 2001 From: redhottensors <159090586+redhottensors@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:49:14 -0700 Subject: [PATCH 29/72] extension-node-map.json: ComfyUI-Prediction: Include make_node nodes. ComfyUI-Prediction creates most of its nodes via a helper function. Include those nodes in the extension-node-map.json file. Also updated author and description. --- extension-node-map.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index 43b01d07..f8dbb00d 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -6868,12 +6868,21 @@ "title_aux": "comfyui-prompt-reader-node" } ], - "https://github.com/redhottensors/ComfyUI-Prediction/raw/main/custom_nodes/nodes_pred.py": [ + "https://github.com/redhottensors/ComfyUI-Prediction": [ [ - "SamplerCustomPrediction" + "SamplerCustomPrediction", + "ConditionedPrediction", + "CombinePredictions", + "ScaledGuidancePrediction", + "AvoidErasePredictor", + "ScalePrediction", + "CFGPrediction", + "PerpNegPrediction" ], { - "title_aux": "ComfyUI-Prediction" + "author": "redhottensors", + "description": "Fully customizable Classfier Free Guidance for ComfyUI.", + "title": "ComfyUI-Prediction" } ], "https://github.com/rgthree/rgthree-comfy": [ @@ -8292,4 +8301,4 @@ "title_aux": "SDXLCustomAspectRatio" } ] -} \ No newline at end of file +} From c8f8d807cd689e7baa1e40019db2c5b92f9e8077 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 13 Feb 2024 08:54:40 +0900 Subject: [PATCH 30/72] update DB --- extension-node-map.json | 16 ++++------------ node_db/new/custom-node-list.json | 4 ++-- node_db/new/extension-node-map.json | 3 ++- 3 files changed, 8 insertions(+), 15 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index f8dbb00d..37a2c466 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -4449,6 +4449,7 @@ "ImageColorToMask", "ImageCompositeMasked", "ImageCrop", + "ImageFromBatch", "ImageInvert", "ImageOnlyCheckpointLoader", "ImageOnlyCheckpointSave", @@ -6870,19 +6871,10 @@ ], "https://github.com/redhottensors/ComfyUI-Prediction": [ [ - "SamplerCustomPrediction", - "ConditionedPrediction", - "CombinePredictions", - "ScaledGuidancePrediction", - "AvoidErasePredictor", - "ScalePrediction", - "CFGPrediction", - "PerpNegPrediction" + "SamplerCustomPrediction" ], { - "author": "redhottensors", - "description": "Fully customizable Classfier Free Guidance for ComfyUI.", - "title": "ComfyUI-Prediction" + "title_aux": "ComfyUI-Prediction" } ], "https://github.com/rgthree/rgthree-comfy": [ @@ -8301,4 +8293,4 @@ "title_aux": "SDXLCustomAspectRatio" } ] -} +} \ No newline at end of file diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 9b63eed7..d0112e18 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -45,9 +45,9 @@ "title": "ComfyUI-Prediction", "reference": "https://github.com/redhottensors/ComfyUI-Prediction", "files": [ - "https://github.com/redhottensors/ComfyUI-Prediction/raw/main/custom_nodes/nodes_pred.py" + "https://github.com/redhottensors/ComfyUI-Prediction" ], - "install_type": "copy", + "install_type": "git-clone", "description": "Fully customizable Classifier Free Guidance for ComfyUI." }, { diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 43b01d07..37a2c466 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -4449,6 +4449,7 @@ "ImageColorToMask", "ImageCompositeMasked", "ImageCrop", + "ImageFromBatch", "ImageInvert", "ImageOnlyCheckpointLoader", "ImageOnlyCheckpointSave", @@ -6868,7 +6869,7 @@ "title_aux": "comfyui-prompt-reader-node" } ], - "https://github.com/redhottensors/ComfyUI-Prediction/raw/main/custom_nodes/nodes_pred.py": [ + "https://github.com/redhottensors/ComfyUI-Prediction": [ [ "SamplerCustomPrediction" ], From 5a17b4b67af5189f36f7dda325e693995d975413 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 13 Feb 2024 22:12:28 +0900 Subject: [PATCH 31/72] update DB --- custom-node-list.json | 32 +++++++++++++++++++---------- extension-node-map.json | 10 +++++++++ node_db/dev/custom-node-list.json | 10 +++++++++ node_db/new/custom-node-list.json | 10 +++++++++ node_db/new/extension-node-map.json | 10 +++++++++ 5 files changed, 61 insertions(+), 11 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 7c5a801c..b58e18bb 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4352,7 +4352,7 @@ "https://github.com/MrForExample/ComfyUI-3D-Pack" ], "install_type": "git-clone", - "description": "An extensive node suite that enables ComfyUI to process 3D inputs (Mesh & UV Texture, etc) using cutting edge algorithms (3DGS, NeRF, etc.)" + "description": "An extensive node suite that enables ComfyUI to process 3D inputs (Mesh & UV Texture, etc) using cutting edge algorithms (3DGS, NeRF, etc.)\nNOTE: Pre-built python wheels can be download from [a/https://github.com/remsky/ComfyUI3D-Assorted-Wheels](https://github.com/remsky/ComfyUI3D-Assorted-Wheels)" }, { "author": "Mr.ForExample", @@ -5154,6 +5154,26 @@ "install_type": "git-clone", "description": "SVDResizer is a helper for resizing the source image, according to the sizes enabled in Stable Video Diffusion. The rationale behind the possibility of changing the size of the image in steps between the ranges of 576 and 1024, is the use of the greatest common denominator of these two numbers which is 64. SVD is lenient with resizing that adheres to this rule, so the chance of coherent video that is not the standard size of 576X1024 is greater. It is advisable to keep the value 1024 constant and play with the second size to maintain the stability of the result." }, + { + "author": "redhottensors", + "title": "ComfyUI-Prediction", + "reference": "https://github.com/redhottensors/ComfyUI-Prediction", + "files": [ + "https://github.com/redhottensors/ComfyUI-Prediction" + ], + "install_type": "git-clone", + "description": "Fully customizable Classifier Free Guidance for ComfyUI." + }, + { + "author": "Mamaaaamooooo", + "title": "Batch Rembg for ComfyUI", + "reference": "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes", + "files": [ + "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes" + ], + "install_type": "git-clone", + "description": "Remove background of plural images." + }, { @@ -5427,16 +5447,6 @@ "install_type": "copy", "description": "A node which takes in x, y, width, height, total width, and total height, in order to accurately represent the area of an image which is covered by area-based conditioning." }, - { - "author": "redhottensors", - "title": "ComfyUI-Prediction", - "reference": "https://github.com/redhottensors/ComfyUI-Prediction", - "files": [ - "https://github.com/redhottensors/ComfyUI-Prediction" - ], - "install_type": "git-clone", - "description": "Fully customizable Classifier Free Guidance for ComfyUI." - }, { "author": "theally", "title": "TheAlly's Custom Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index 37a2c466..1d6843ae 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1597,6 +1597,14 @@ "title_aux": "ComfyUI-mnemic-nodes" } ], + "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": [ + [ + "Image Remove Background (rembg)" + ], + { + "title_aux": "Batch Rembg for ComfyUI" + } + ], "https://github.com/ManglerFTW/ComfyI2I": [ [ "Color Transfer", @@ -1822,6 +1830,7 @@ ], "https://github.com/Off-Live/ComfyUI-off-suite": [ [ + "Apply CLAHE", "Cached Image Load From URL", "Crop Center wigh SEGS", "Crop Center with SEGS", @@ -7318,6 +7327,7 @@ "ImageConstant", "ImageConstantHSV", "LatentStats", + "NormalMapSimple", "OffsetLatentImage", "RemapRange", "Tonemap", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index fefbeda1..0bf875b7 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "shadowcz007", + "title": "comfyui-musicgen", + "reference": "https://github.com/shadowcz007/comfyui-musicgen", + "files": [ + "https://github.com/shadowcz007/comfyui-musicgen" + ], + "install_type": "git-clone", + "description": "Nodes:Musicgen" + }, { "author": "Extraltodeus", "title": "ComfyUI-variableCFGandAntiBurn [WIP]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index d0112e18..9bf57466 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "Mamaaaamooooo", + "title": "Batch Rembg for ComfyUI", + "reference": "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes", + "files": [ + "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes" + ], + "install_type": "git-clone", + "description": "Remove background of plural images." + }, { "author": "ShmuelRonen", "title": "ComfyUI-SVDResizer", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 37a2c466..1d6843ae 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1597,6 +1597,14 @@ "title_aux": "ComfyUI-mnemic-nodes" } ], + "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": [ + [ + "Image Remove Background (rembg)" + ], + { + "title_aux": "Batch Rembg for ComfyUI" + } + ], "https://github.com/ManglerFTW/ComfyI2I": [ [ "Color Transfer", @@ -1822,6 +1830,7 @@ ], "https://github.com/Off-Live/ComfyUI-off-suite": [ [ + "Apply CLAHE", "Cached Image Load From URL", "Crop Center wigh SEGS", "Crop Center with SEGS", @@ -7318,6 +7327,7 @@ "ImageConstant", "ImageConstantHSV", "LatentStats", + "NormalMapSimple", "OffsetLatentImage", "RemapRange", "Tonemap", From 5cd11c10139d604465d6d0380e1ca6ab8d9cacf9 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 15 Feb 2024 00:10:39 +0900 Subject: [PATCH 32/72] update DB --- custom-node-list.json | 20 +++++ extension-node-map.json | 24 ++++++ node_db/new/custom-node-list.json | 100 +++++-------------------- node_db/new/extension-node-map.json | 24 ++++++ node_db/tutorial/custom-node-list.json | 10 +++ 5 files changed, 98 insertions(+), 80 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index b58e18bb..48f32aa0 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1507,6 +1507,16 @@ "install_type": "git-clone", "description": "A few nodes to mix sigmas and a custom scheduler that uses phi, then one using eval() to be able to schedule with custom formulas." }, + { + "author": "Extraltodeus", + "title": "ComfyUI-AutomaticCFG", + "reference": "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG", + "files": [ + "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG" + ], + "install_type": "git-clone", + "description": "My own version 'from scratch' of a self-rescaling CFG. It isn't much but it's honest work.\nTLDR: set your CFG at 8 to try it. No burned images and artifacts anymore. CFG is also a bit more sensitive because it's a proportion around 8.\nLow scale like 4 also gives really nice results since your CFG is not the CFG anymore." + }, { "author": "JPS", "title": "JPS Custom Nodes for ComfyUI", @@ -2307,6 +2317,16 @@ "install_type": "git-clone", "description": "Node to use [a/DDColor](https://github.com/piddnad/DDColor) in ComfyUI." }, + { + "author": "kijai", + "title": "ComfyUI-DiffusersStableCascade", + "reference": "https://github.com/kijai/ComfyUI-DiffusersStableCascade", + "files": [ + "https://github.com/kijai/ComfyUI-DiffusersStableCascade" + ], + "install_type": "git-clone", + "description": "Simple quick wrapper for [a/https://huggingface.co/stabilityai/stable-cascade](https://huggingface.co/stabilityai/stable-cascade)\nComfy is going to implement this properly soon, this repo is just for quick testing for the impatient!" + }, { "author": "hhhzzyang", "title": "Comfyui-Lama", diff --git a/extension-node-map.json b/extension-node-map.json index 1d6843ae..70b364ef 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -518,6 +518,7 @@ "PrimereRefinerPrompt", "PrimereResolution", "PrimereResolutionMultiplier", + "PrimereResolutionMultiplierMPX", "PrimereSamplers", "PrimereSamplersSteps", "PrimereSeed", @@ -695,6 +696,14 @@ "title_aux": "ComfyUI-post-processing-nodes" } ], + "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": [ + [ + "Automatic CFG" + ], + { + "title_aux": "ComfyUI-AutomaticCFG" + } + ], "https://github.com/Extraltodeus/LoadLoraWithTags": [ [ "LoraLoaderTagsQuery" @@ -3556,6 +3565,7 @@ "FilterSchedule", "LoRAScheduler", "PCApplySettings", + "PCPromptFromSchedule", "PCScheduleSettings", "PCSplitSampling", "PromptControlSimple", @@ -4177,6 +4187,7 @@ [ "LayerColor: Brightness & Contrast", "LayerColor: ColorAdapter", + "LayerColor: Exposure", "LayerColor: Gamma", "LayerColor: HSV", "LayerColor: LAB", @@ -4187,10 +4198,12 @@ "LayerFilter: ColorMap", "LayerFilter: GaussianBlur", "LayerFilter: MotionBlur", + "LayerFilter: Sharp & Soft", "LayerFilter: SkinBeauty", "LayerFilter: SoftLight", "LayerFilter: WaterColor", "LayerMask: MaskBoxDetect", + "LayerMask: MaskByDifferent", "LayerMask: MaskEdgeShrink", "LayerMask: MaskGradient", "LayerMask: MaskGrow", @@ -4200,6 +4213,7 @@ "LayerMask: MaskStroke", "LayerMask: PixelSpread", "LayerMask: RemBgUltra", + "LayerMask: SegmentAnythingUltra", "LayerStyle: ColorOverlay", "LayerStyle: DropShadow", "LayerStyle: GradientOverlay", @@ -5260,6 +5274,7 @@ "DalleImage", "Enhancer", "ImgTextSwitch", + "Plush-Exif Wrangler", "mulTextSwitch" ], { @@ -5662,6 +5677,14 @@ "title_aux": "ComfyUI-DDColor" } ], + "https://github.com/kijai/ComfyUI-DiffusersStableCascade": [ + [ + "DiffusersStableCascade" + ], + { + "title_aux": "ComfyUI-DiffusersStableCascade" + } + ], "https://github.com/kijai/ComfyUI-KJNodes": [ [ "AddLabel", @@ -7326,6 +7349,7 @@ "GuidedFilterAlpha", "ImageConstant", "ImageConstantHSV", + "Keyer", "LatentStats", "NormalMapSimple", "OffsetLatentImage", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 9bf57466..a4a7f5f6 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,26 @@ }, + { + "author": "kijai", + "title": "ComfyUI-DiffusersStableCascade", + "reference": "https://github.com/kijai/ComfyUI-DiffusersStableCascade", + "files": [ + "https://github.com/kijai/ComfyUI-DiffusersStableCascade" + ], + "install_type": "git-clone", + "description": "Simple quick wrapper for [a/https://huggingface.co/stabilityai/stable-cascade](https://huggingface.co/stabilityai/stable-cascade)\nComfy is going to implement this properly soon, this repo is just for quick testing for the impatient!" + }, + { + "author": "Extraltodeus", + "title": "ComfyUI-AutomaticCFG", + "reference": "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG", + "files": [ + "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG" + ], + "install_type": "git-clone", + "description": "My own version 'from scratch' of a self-rescaling CFG. It isn't much but it's honest work.\nTLDR: set your CFG at 8 to try it. No burned images and artifacts anymore. CFG is also a bit more sensitive because it's a proportion around 8.\nLow scale like 4 also gives really nice results since your CFG is not the CFG anymore." + }, { "author": "Mamaaaamooooo", "title": "Batch Rembg for ComfyUI", @@ -679,86 +699,6 @@ ], "install_type": "git-clone", "description": "The best way to run, share, & discover thousands of ComfyUI workflows." - }, - { - "author": "Shraknard", - "title": "ComfyUI-Remover", - "reference": "https://github.com/Shraknard/ComfyUI-Remover", - "files": [ - "https://github.com/Shraknard/ComfyUI-Remover" - ], - "install_type": "git-clone", - "description": "Custom node for ComfyUI that makes parts of the image transparent (face, background...)" - }, - { - "author": "adriflex", - "title": "ComfyUI_Blender_Texdiff", - "reference": "https://github.com/adriflex/ComfyUI_Blender_Texdiff", - "files": [ - "https://github.com/adriflex/ComfyUI_Blender_Texdiff" - ], - "install_type": "git-clone", - "description": "Nodes:Blender viewport color, Blender Viewport depth" - }, - { - "author": "chaojie", - "title": "ComfyUI-RAFT", - "reference": "https://github.com/chaojie/ComfyUI-RAFT", - "files": [ - "https://github.com/chaojie/ComfyUI-RAFT" - ], - "install_type": "git-clone", - "description": "This is an ComfyUI implementation of RAFT to generate motion brush" - }, - { - "author": "DimaChaichan", - "title": "LAizypainter-Exporter-ComfyUI", - "reference": "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI", - "files": [ - "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI" - ], - "install_type": "git-clone", - "description": "This exporter is a plugin for ComfyUI, which can export tasks for [a/LAizypainter](https://github.com/DimaChaichan/LAizypainter).\nLAizypainter is a Photoshop plugin with which you can send tasks directly to a Stable Diffusion server. More information about a [a/Task](https://github.com/DimaChaichan/LAizypainter?tab=readme-ov-file#task)" - }, - { - "author": "Qais Malkawi", - "title": "ComfyUI-Qais-Helper", - "reference": "https://github.com/QaisMalkawi/ComfyUI-QaisHelper", - "files": [ - "https://github.com/QaisMalkawi/ComfyUI-QaisHelper" - ], - "install_type": "git-clone", - "description": "This Extension adds a few custom QOL nodes that ComfyUI lacks by default." - }, - { - "author": "longgui0318", - "title": "comfyui-mask-util", - "reference": "https://github.com/longgui0318/comfyui-mask-util", - "files": [ - "https://github.com/longgui0318/comfyui-mask-util" - ], - "install_type": "git-clone", - "description": "Nodes:Split Masks" - }, - { - "author": "shiimizu", - "title": "ComfyUI PhotoMaker Plus", - "reference": "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus", - "files": [ - "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus" - ], - "install_type": "git-clone", - "description": "ComfyUI reference implementation for [a/PhotoMaker](https://github.com/TencentARC/PhotoMaker) models. [w/WARN:The repository name has been changed. For those who have previously installed it, please delete custom_nodes/ComfyUI-PhotoMaker from disk and reinstall this.]" - }, - { - "author": "darkpixel", - "title": "DarkPrompts", - "reference": "https://github.com/darkpixel/darkprompts", - "files": [ - "https://github.com/darkpixel/darkprompts" - ], - "install_type": "git-clone", - "description": "Slightly better random prompt generation tools that allow combining and picking prompts from both file and text input sources." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 1d6843ae..70b364ef 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -518,6 +518,7 @@ "PrimereRefinerPrompt", "PrimereResolution", "PrimereResolutionMultiplier", + "PrimereResolutionMultiplierMPX", "PrimereSamplers", "PrimereSamplersSteps", "PrimereSeed", @@ -695,6 +696,14 @@ "title_aux": "ComfyUI-post-processing-nodes" } ], + "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": [ + [ + "Automatic CFG" + ], + { + "title_aux": "ComfyUI-AutomaticCFG" + } + ], "https://github.com/Extraltodeus/LoadLoraWithTags": [ [ "LoraLoaderTagsQuery" @@ -3556,6 +3565,7 @@ "FilterSchedule", "LoRAScheduler", "PCApplySettings", + "PCPromptFromSchedule", "PCScheduleSettings", "PCSplitSampling", "PromptControlSimple", @@ -4177,6 +4187,7 @@ [ "LayerColor: Brightness & Contrast", "LayerColor: ColorAdapter", + "LayerColor: Exposure", "LayerColor: Gamma", "LayerColor: HSV", "LayerColor: LAB", @@ -4187,10 +4198,12 @@ "LayerFilter: ColorMap", "LayerFilter: GaussianBlur", "LayerFilter: MotionBlur", + "LayerFilter: Sharp & Soft", "LayerFilter: SkinBeauty", "LayerFilter: SoftLight", "LayerFilter: WaterColor", "LayerMask: MaskBoxDetect", + "LayerMask: MaskByDifferent", "LayerMask: MaskEdgeShrink", "LayerMask: MaskGradient", "LayerMask: MaskGrow", @@ -4200,6 +4213,7 @@ "LayerMask: MaskStroke", "LayerMask: PixelSpread", "LayerMask: RemBgUltra", + "LayerMask: SegmentAnythingUltra", "LayerStyle: ColorOverlay", "LayerStyle: DropShadow", "LayerStyle: GradientOverlay", @@ -5260,6 +5274,7 @@ "DalleImage", "Enhancer", "ImgTextSwitch", + "Plush-Exif Wrangler", "mulTextSwitch" ], { @@ -5662,6 +5677,14 @@ "title_aux": "ComfyUI-DDColor" } ], + "https://github.com/kijai/ComfyUI-DiffusersStableCascade": [ + [ + "DiffusersStableCascade" + ], + { + "title_aux": "ComfyUI-DiffusersStableCascade" + } + ], "https://github.com/kijai/ComfyUI-KJNodes": [ [ "AddLabel", @@ -7326,6 +7349,7 @@ "GuidedFilterAlpha", "ImageConstant", "ImageConstantHSV", + "Keyer", "LatentStats", "NormalMapSimple", "OffsetLatentImage", diff --git a/node_db/tutorial/custom-node-list.json b/node_db/tutorial/custom-node-list.json index 5fbf3d55..d191d715 100644 --- a/node_db/tutorial/custom-node-list.json +++ b/node_db/tutorial/custom-node-list.json @@ -109,6 +109,16 @@ ], "install_type": "git-clone", "description": "Nodes:Int To String Convertor" + }, + { + "author": "yowipr", + "title": "ComfyUI-Manual", + "reference": "https://github.com/yowipr/ComfyUI-Manual", + "files": [ + "https://github.com/yowipr/ComfyUI-Manual" + ], + "install_type": "git-clone", + "description": "Nodes:M_Layer, M_Output" } ] } \ No newline at end of file From 806213cf731c07e0bd2e797011015764830f6bdb Mon Sep 17 00:00:00 2001 From: freakabcd Date: Thu, 15 Feb 2024 15:17:13 +1000 Subject: [PATCH 33/72] Update model-list.json Switch temporalnet2 to safetensors version. --- model-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model-list.json b/model-list.json index 5b7549f6..c213446c 100644 --- a/model-list.json +++ b/model-list.json @@ -667,8 +667,8 @@ "save_path": "default", "description": "TemporalNet was a ControlNet model designed to enhance the temporal consistency of generated outputs", "reference": "https://huggingface.co/CiaraRowles/TemporalNet2", - "filename": "temporalnetversion2.ckpt", - "url": "https://huggingface.co/CiaraRowles/TemporalNet2/resolve/main/temporalnetversion2.ckpt" + "filename": "temporalnetversion2.safetensors", + "url": "https://huggingface.co/CiaraRowles/TemporalNet2/resolve/main/temporalnetversion2.safetensors" }, { "name": "CiaraRowles/TemporalNet1XL (1.0)", From b08a511902708e60fdeb42c96d480326137e1f09 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Thu, 15 Feb 2024 15:25:39 +0900 Subject: [PATCH 34/72] update DB --- custom-node-list.json | 25 ++++++++++++++-- extension-node-map.json | 44 +++++++++++++++++++---------- node_db/new/custom-node-list.json | 22 ++++++++++++++- node_db/new/extension-node-map.json | 44 +++++++++++++++++++---------- 4 files changed, 102 insertions(+), 33 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 48f32aa0..84daf0b4 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1515,7 +1515,7 @@ "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG" ], "install_type": "git-clone", - "description": "My own version 'from scratch' of a self-rescaling CFG. It isn't much but it's honest work.\nTLDR: set your CFG at 8 to try it. No burned images and artifacts anymore. CFG is also a bit more sensitive because it's a proportion around 8.\nLow scale like 4 also gives really nice results since your CFG is not the CFG anymore." + "description": "My own version 'from scratch' of a self-rescaling CFG. It isn't much but it's honest work.\nTLDR: set your CFG at 8 to try it. No burned images and artifacts anymore. CFG is also a bit more sensitive because it's a proportion around 8. Low scale like 4 also gives really nice results since your CFG is not the CFG anymore. Also in general even with relatively low settings it seems to improve the quality." }, { "author": "JPS", @@ -4043,6 +4043,16 @@ "install_type": "git-clone", "description": "This is a custom node of ComfyUI that downloads and loads models from the input URL. The model is temporarily downloaded into memory and not saved to storage.\nThis could be useful when trying out models or when using various models on machines with limited storage. Since the model is downloaded into memory, expect higher memory usage than usual." }, + { + "author": "pkpkTech", + "title": "ComfyUI-SaveQueues", + "reference": "https://github.com/pkpkTech/ComfyUI-SaveQueues", + "files": [ + "https://github.com/pkpkTech/ComfyUI-SaveQueues" + ], + "install_type": "git-clone", + "description": "Add a button to the menu to save and load the running queue and the pending queues.\nThis is intended to be used when you want to exit ComfyUI with queues still remaining." + }, { "author": "Crystian", "title": "Crystools", @@ -5046,7 +5056,7 @@ }, { "author": "antrobot", - "title": "antrobots-comfyUI-nodepack", + "title": "antrobots ComfyUI Nodepack", "reference": "https://github.com/antrobot1234/antrobots-comfyUI-nodepack", "files": [ "https://github.com/antrobot1234/antrobots-comfyUI-nodepack" @@ -5194,6 +5204,17 @@ "install_type": "git-clone", "description": "Remove background of plural images." }, + { + "author": "jordoh", + "title": "ComfyUI Deepface", + "reference": "https://github.com/jordoh/ComfyUI-Deepface", + "files": [ + "https://github.com/jordoh/ComfyUI-Deepface" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes wrapping the [a/deepface](https://github.com/serengil/deepface) library." + }, + { diff --git a/extension-node-map.json b/extension-node-map.json index 70b364ef..b4881b58 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -652,7 +652,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8SerialPrompter", + "title": "cr8ImageSizer", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -698,7 +698,8 @@ ], "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": [ [ - "Automatic CFG" + "Automatic CFG", + "Automatic CFG channels multipliers" ], { "title_aux": "ComfyUI-AutomaticCFG" @@ -1821,17 +1822,20 @@ ], "https://github.com/Nuked88/ComfyUI-N-Nodes": [ [ - "DynamicPrompt", - "Float Variable", - "FrameInterpolator", - "GPT Loader Simple", - "GPTSampler", - "Integer Variable", - "LoadFramesFromFolder", - "LoadVideo", - "SaveVideo", - "SetMetadataForSaveVideo", - "String Variable" + "CLIPTextEncodeAdvancedNSuite [n-suite]", + "DynamicPrompt [n-suite]", + "Float Variable [n-suite]", + "FrameInterpolator [n-suite]", + "GPT Loader Simple [n-suite]", + "GPT Sampler [n-suite]", + "ImagePadForOutpaintAdvanced [n-suite]", + "Integer Variable [n-suite]", + "Llava Clip Loader [n-suite]", + "LoadFramesFromFolder [n-suite]", + "LoadVideo [n-suite]", + "SaveVideo [n-suite]", + "SetMetadataForSaveVideo [n-suite]", + "String Variable [n-suite]" ], { "title_aux": "ComfyUI-N-Nodes" @@ -3548,7 +3552,7 @@ "scale" ], { - "title_aux": "antrobots-comfyUI-nodepack" + "title_aux": "antrobots ComfyUI Nodepack" } ], "https://github.com/asagi4/ComfyUI-CADS": [ @@ -5599,6 +5603,15 @@ "title_aux": "ComfyUI-sampler-lcm-alternative" } ], + "https://github.com/jordoh/ComfyUI-Deepface": [ + [ + "DeepfaceExtractFaces", + "DeepfaceVerify" + ], + { + "title_aux": "ComfyUI Deepface" + } + ], "https://github.com/jtrue/ComfyUI-JaRue": [ [ "Text2Image_jru", @@ -6304,7 +6317,8 @@ "https://github.com/martijnat/comfyui-previewlatent": [ [ "PreviewLatent", - "PreviewLatentAdvanced" + "PreviewLatentAdvanced", + "PreviewLatentXL" ], { "title_aux": "comfyui-previewlatent" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index a4a7f5f6..4034898b 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,26 @@ }, + { + "author": "pkpkTech", + "title": "ComfyUI-SaveQueues", + "reference": "https://github.com/pkpkTech/ComfyUI-SaveQueues", + "files": [ + "https://github.com/pkpkTech/ComfyUI-SaveQueues" + ], + "install_type": "git-clone", + "description": "Add a button to the menu to save and load the running queue and the pending queues.\nThis is intended to be used when you want to exit ComfyUI with queues still remaining." + }, + { + "author": "jordoh", + "title": "ComfyUI Deepface", + "reference": "https://github.com/jordoh/ComfyUI-Deepface", + "files": [ + "https://github.com/jordoh/ComfyUI-Deepface" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes wrapping the [a/deepface](https://github.com/serengil/deepface) library." + }, { "author": "kijai", "title": "ComfyUI-DiffusersStableCascade", @@ -28,7 +48,7 @@ "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG" ], "install_type": "git-clone", - "description": "My own version 'from scratch' of a self-rescaling CFG. It isn't much but it's honest work.\nTLDR: set your CFG at 8 to try it. No burned images and artifacts anymore. CFG is also a bit more sensitive because it's a proportion around 8.\nLow scale like 4 also gives really nice results since your CFG is not the CFG anymore." + "description": "My own version 'from scratch' of a self-rescaling CFG. It isn't much but it's honest work.\nTLDR: set your CFG at 8 to try it. No burned images and artifacts anymore. CFG is also a bit more sensitive because it's a proportion around 8. Low scale like 4 also gives really nice results since your CFG is not the CFG anymore. Also in general even with relatively low settings it seems to improve the quality." }, { "author": "Mamaaaamooooo", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 70b364ef..b4881b58 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -652,7 +652,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8SerialPrompter", + "title": "cr8ImageSizer", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -698,7 +698,8 @@ ], "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": [ [ - "Automatic CFG" + "Automatic CFG", + "Automatic CFG channels multipliers" ], { "title_aux": "ComfyUI-AutomaticCFG" @@ -1821,17 +1822,20 @@ ], "https://github.com/Nuked88/ComfyUI-N-Nodes": [ [ - "DynamicPrompt", - "Float Variable", - "FrameInterpolator", - "GPT Loader Simple", - "GPTSampler", - "Integer Variable", - "LoadFramesFromFolder", - "LoadVideo", - "SaveVideo", - "SetMetadataForSaveVideo", - "String Variable" + "CLIPTextEncodeAdvancedNSuite [n-suite]", + "DynamicPrompt [n-suite]", + "Float Variable [n-suite]", + "FrameInterpolator [n-suite]", + "GPT Loader Simple [n-suite]", + "GPT Sampler [n-suite]", + "ImagePadForOutpaintAdvanced [n-suite]", + "Integer Variable [n-suite]", + "Llava Clip Loader [n-suite]", + "LoadFramesFromFolder [n-suite]", + "LoadVideo [n-suite]", + "SaveVideo [n-suite]", + "SetMetadataForSaveVideo [n-suite]", + "String Variable [n-suite]" ], { "title_aux": "ComfyUI-N-Nodes" @@ -3548,7 +3552,7 @@ "scale" ], { - "title_aux": "antrobots-comfyUI-nodepack" + "title_aux": "antrobots ComfyUI Nodepack" } ], "https://github.com/asagi4/ComfyUI-CADS": [ @@ -5599,6 +5603,15 @@ "title_aux": "ComfyUI-sampler-lcm-alternative" } ], + "https://github.com/jordoh/ComfyUI-Deepface": [ + [ + "DeepfaceExtractFaces", + "DeepfaceVerify" + ], + { + "title_aux": "ComfyUI Deepface" + } + ], "https://github.com/jtrue/ComfyUI-JaRue": [ [ "Text2Image_jru", @@ -6304,7 +6317,8 @@ "https://github.com/martijnat/comfyui-previewlatent": [ [ "PreviewLatent", - "PreviewLatentAdvanced" + "PreviewLatentAdvanced", + "PreviewLatentXL" ], { "title_aux": "comfyui-previewlatent" From e64e23017c91c626d150d9b887cf51eadc2fdbca Mon Sep 17 00:00:00 2001 From: Yuvraj Seegolam Date: Thu, 15 Feb 2024 19:35:12 +0400 Subject: [PATCH 35/72] Add ComfyUI-Pronodes --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 84daf0b4..5d68fb30 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5531,6 +5531,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "yuvraj108c", + "title": "ComfyUI-Pronodes", + "reference": "https://github.com/yuvraj108c/ComfyUI-Pronodes", + "files": [ + "https://github.com/yuvraj108c/ComfyUI-Pronodes" + ], + "install_type": "git-clone", + "description": "A collection of nice utility nodes for ComfyUI" + } ] } From af13cd6eb8f75ebf526d6749887687a8b90b211b Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Fri, 16 Feb 2024 09:33:01 +0900 Subject: [PATCH 36/72] update DB --- custom-node-list.json | 2 ++ extension-node-map.json | 15 +++++++++++++++ node_db/new/extension-node-map.json | 15 +++++++++++++++ 3 files changed, 32 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 84daf0b4..9d177f91 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4381,6 +4381,7 @@ "files": [ "https://github.com/MrForExample/ComfyUI-3D-Pack" ], + "nodename_pattern": "^[Comfy3D]", "install_type": "git-clone", "description": "An extensive node suite that enables ComfyUI to process 3D inputs (Mesh & UV Texture, etc) using cutting edge algorithms (3DGS, NeRF, etc.)\nNOTE: Pre-built python wheels can be download from [a/https://github.com/remsky/ComfyUI3D-Assorted-Wheels](https://github.com/remsky/ComfyUI3D-Assorted-Wheels)" }, @@ -4391,6 +4392,7 @@ "files": [ "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved" ], + "nodename_pattern": "^[AnimateAnyone]", "install_type": "git-clone", "description": "Improved AnimateAnyone implementation that allows you to use the opse image sequence and reference image to generate stylized video.\nThe current goal of this project is to achieve desired pose2video result with 1+FPS on GPUs that are equal to or better than RTX 3080!🚀\n[w/The torch environment may be compromised due to version issues as some torch-related packages are being reinstalled.]" }, diff --git a/extension-node-map.json b/extension-node-map.json index b4881b58..fa14ffa5 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1655,6 +1655,20 @@ "title_aux": "ComfyUI Slothful Attention" } ], + "https://github.com/MrForExample/ComfyUI-3D-Pack": [ + [], + { + "nodename_pattern": "^[Comfy3D]", + "title_aux": "ComfyUI-3D-Pack" + } + ], + "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": [ + [], + { + "nodename_pattern": "^[AnimateAnyone]", + "title_aux": "ComfyUI-AnimateAnyone-Evolved" + } + ], "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": [ [ "LatentTravel" @@ -4209,6 +4223,7 @@ "LayerMask: MaskBoxDetect", "LayerMask: MaskByDifferent", "LayerMask: MaskEdgeShrink", + "LayerMask: MaskEdgeUltraDetail", "LayerMask: MaskGradient", "LayerMask: MaskGrow", "LayerMask: MaskInvert", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index b4881b58..fa14ffa5 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1655,6 +1655,20 @@ "title_aux": "ComfyUI Slothful Attention" } ], + "https://github.com/MrForExample/ComfyUI-3D-Pack": [ + [], + { + "nodename_pattern": "^[Comfy3D]", + "title_aux": "ComfyUI-3D-Pack" + } + ], + "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": [ + [], + { + "nodename_pattern": "^[AnimateAnyone]", + "title_aux": "ComfyUI-AnimateAnyone-Evolved" + } + ], "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": [ [ "LatentTravel" @@ -4209,6 +4223,7 @@ "LayerMask: MaskBoxDetect", "LayerMask: MaskByDifferent", "LayerMask: MaskEdgeShrink", + "LayerMask: MaskEdgeUltraDetail", "LayerMask: MaskGradient", "LayerMask: MaskGrow", "LayerMask: MaskInvert", From 01d3bd61a21253895c968dd16d5ef112f5f10f34 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Fri, 16 Feb 2024 09:47:16 +0900 Subject: [PATCH 37/72] update DB --- custom-node-list.json | 23 ++++++++--------- extension-node-map.json | 8 ++++++ node_db/new/custom-node-list.json | 40 ++++++++--------------------- node_db/new/extension-node-map.json | 8 ++++++ 4 files changed, 37 insertions(+), 42 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index e28514f5..4f24f0bf 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5216,7 +5216,16 @@ "install_type": "git-clone", "description": "ComfyUI nodes wrapping the [a/deepface](https://github.com/serengil/deepface) library." }, - + { + "author": "yuvraj108c", + "title": "ComfyUI-Pronodes", + "reference": "https://github.com/yuvraj108c/ComfyUI-Pronodes", + "files": [ + "https://github.com/yuvraj108c/ComfyUI-Pronodes" + ], + "install_type": "git-clone", + "description": "A collection of nice utility nodes for ComfyUI" + }, { @@ -5533,16 +5542,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "yuvraj108c", - "title": "ComfyUI-Pronodes", - "reference": "https://github.com/yuvraj108c/ComfyUI-Pronodes", - "files": [ - "https://github.com/yuvraj108c/ComfyUI-Pronodes" - ], - "install_type": "git-clone", - "description": "A collection of nice utility nodes for ComfyUI" - } + } ] } diff --git a/extension-node-map.json b/extension-node-map.json index fa14ffa5..113301b5 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -8260,6 +8260,14 @@ "title_aux": "tdxh_node_comfyui" } ], + "https://github.com/yuvraj108c/ComfyUI-Pronodes": [ + [ + "LoadYoutubeVideo" + ], + { + "title_aux": "ComfyUI-Pronodes" + } + ], "https://github.com/yuvraj108c/ComfyUI-Whisper": [ [ "Add Subtitles To Background", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 4034898b..33fce64d 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "yuvraj108c", + "title": "ComfyUI-Pronodes", + "reference": "https://github.com/yuvraj108c/ComfyUI-Pronodes", + "files": [ + "https://github.com/yuvraj108c/ComfyUI-Pronodes" + ], + "install_type": "git-clone", + "description": "A collection of nice utility nodes for ComfyUI" + }, { "author": "pkpkTech", "title": "ComfyUI-SaveQueues", @@ -689,36 +699,6 @@ ], "install_type": "git-clone", "description": "Fastest Face Swap Extension Node for ComfyUI, Single node and FastTrack: Lightning-Speed Facial Transformation for your projects." - }, - { - "author": "pkpkTech", - "title": "ComfyUI-ngrok", - "reference": "https://github.com/pkpkTech/ComfyUI-ngrok", - "files": [ - "https://github.com/pkpkTech/ComfyUI-ngrok" - ], - "install_type": "git-clone", - "description": "Use ngrok to allow external access to ComfyUI.\nNOTE: Need to manually modify a token inside the __init__.py file." - }, - { - "author": "Daniel Lewis", - "title": "ComfyUI-TTS", - "reference": "https://github.com/daniel-lewis-ab/ComfyUI-TTS", - "files": [ - "https://github.com/daniel-lewis-ab/ComfyUI-TTS" - ], - "install_type": "git-clone", - "description": "Text To Speech (TTS) for ComfyUI" - }, - { - "author": "thecooltechguy", - "title": "ComfyUI-ComfyWorkflows", - "reference": "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows", - "files": [ - "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows" - ], - "install_type": "git-clone", - "description": "The best way to run, share, & discover thousands of ComfyUI workflows." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index fa14ffa5..113301b5 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -8260,6 +8260,14 @@ "title_aux": "tdxh_node_comfyui" } ], + "https://github.com/yuvraj108c/ComfyUI-Pronodes": [ + [ + "LoadYoutubeVideo" + ], + { + "title_aux": "ComfyUI-Pronodes" + } + ], "https://github.com/yuvraj108c/ComfyUI-Whisper": [ [ "Add Subtitles To Background", From 11d624f7c40cc44ca1388ec422a060339b377dcf Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Fri, 16 Feb 2024 09:56:17 +0900 Subject: [PATCH 38/72] update DB --- custom-node-list.json | 13 ++++++++++-- extension-node-map.json | 10 ++++++++- node_db/new/custom-node-list.json | 32 ++++++++++------------------- node_db/new/extension-node-map.json | 10 ++++++++- 4 files changed, 40 insertions(+), 25 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 4f24f0bf..ed6e506a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2319,7 +2319,7 @@ }, { "author": "kijai", - "title": "ComfyUI-DiffusersStableCascade", + "title": "ComfyUI StableCascade using diffusers", "reference": "https://github.com/kijai/ComfyUI-DiffusersStableCascade", "files": [ "https://github.com/kijai/ComfyUI-DiffusersStableCascade" @@ -5226,7 +5226,16 @@ "install_type": "git-clone", "description": "A collection of nice utility nodes for ComfyUI" }, - + { + "author": "ccvv804", + "title": "ComfyUI StableCascade using diffusers for Low VRAM", + "reference": "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM", + "files": [ + "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM" + ], + "install_type": "git-clone", + "description": "Works with RTX 4070ti 12GB.\nSimple quick wrapper for [a/https://huggingface.co/stabilityai/stable-cascade](https://huggingface.co/stabilityai/stable-cascade)\nComfy is going to implement this properly soon, this repo is just for quick testing for the impatient!" + }, { "author": "Ser-Hilary", diff --git a/extension-node-map.json b/extension-node-map.json index 113301b5..490f2271 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -4040,6 +4040,14 @@ "title_aux": "Image loader with subfolders" } ], + "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM": [ + [ + "DiffusersStableCascade" + ], + { + "title_aux": "ComfyUI StableCascade using diffusers for Low VRAM" + } + ], "https://github.com/celsojr2013/comfyui_simpletools/raw/main/google_translator.py": [ [ "GoogleTranslator" @@ -5710,7 +5718,7 @@ "DiffusersStableCascade" ], { - "title_aux": "ComfyUI-DiffusersStableCascade" + "title_aux": "ComfyUI StableCascade using diffusers" } ], "https://github.com/kijai/ComfyUI-KJNodes": [ diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 33fce64d..4df27db0 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "ccvv804", + "title": "ComfyUI StableCascade using diffusers for Low VRAM", + "reference": "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM", + "files": [ + "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM" + ], + "install_type": "git-clone", + "description": "Works with RTX 4070ti 12GB.\nSimple quick wrapper for [a/https://huggingface.co/stabilityai/stable-cascade](https://huggingface.co/stabilityai/stable-cascade)\nComfy is going to implement this properly soon, this repo is just for quick testing for the impatient!" + }, { "author": "yuvraj108c", "title": "ComfyUI-Pronodes", @@ -42,7 +52,7 @@ }, { "author": "kijai", - "title": "ComfyUI-DiffusersStableCascade", + "title": "ComfyUI StableCascade using diffusers", "reference": "https://github.com/kijai/ComfyUI-DiffusersStableCascade", "files": [ "https://github.com/kijai/ComfyUI-DiffusersStableCascade" @@ -679,26 +689,6 @@ ], "install_type": "git-clone", "description": "Unofficial implementation of [a/InstantID](https://github.com/InstantID/InstantID) for ComfyUI" - }, - { - "author": "FlyingFireCo", - "title": "tiled_ksampler", - "reference": "https://github.com/FlyingFireCo/tiled_ksampler", - "files": [ - "https://github.com/FlyingFireCo/tiled_ksampler" - ], - "install_type": "git-clone", - "description": "Nodes:Tiled KSampler, Asymmetric Tiled KSampler, Circular VAEDecode." - }, - { - "author": "abdozmantar", - "title": "InstaSwap Face Swap Node for ComfyUI", - "reference": "https://github.com/abdozmantar/ComfyUI-InstaSwap", - "files": [ - "https://github.com/abdozmantar/ComfyUI-InstaSwap" - ], - "install_type": "git-clone", - "description": "Fastest Face Swap Extension Node for ComfyUI, Single node and FastTrack: Lightning-Speed Facial Transformation for your projects." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 113301b5..490f2271 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -4040,6 +4040,14 @@ "title_aux": "Image loader with subfolders" } ], + "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM": [ + [ + "DiffusersStableCascade" + ], + { + "title_aux": "ComfyUI StableCascade using diffusers for Low VRAM" + } + ], "https://github.com/celsojr2013/comfyui_simpletools/raw/main/google_translator.py": [ [ "GoogleTranslator" @@ -5710,7 +5718,7 @@ "DiffusersStableCascade" ], { - "title_aux": "ComfyUI-DiffusersStableCascade" + "title_aux": "ComfyUI StableCascade using diffusers" } ], "https://github.com/kijai/ComfyUI-KJNodes": [ From 20d578c94028634b1d3cbe81af2d75f0c10c5a1b Mon Sep 17 00:00:00 2001 From: bennykok Date: Fri, 16 Feb 2024 18:34:28 +0800 Subject: [PATCH 39/72] fix: ensure nodename_pattern is working properly with escaping [ ] with \ for Comfy3D and AnimateAnyone --- custom-node-list.json | 4 ++-- extension-node-map.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index ed6e506a..4be244e0 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4381,7 +4381,7 @@ "files": [ "https://github.com/MrForExample/ComfyUI-3D-Pack" ], - "nodename_pattern": "^[Comfy3D]", + "nodename_pattern": "^\\[Comfy3D\\]", "install_type": "git-clone", "description": "An extensive node suite that enables ComfyUI to process 3D inputs (Mesh & UV Texture, etc) using cutting edge algorithms (3DGS, NeRF, etc.)\nNOTE: Pre-built python wheels can be download from [a/https://github.com/remsky/ComfyUI3D-Assorted-Wheels](https://github.com/remsky/ComfyUI3D-Assorted-Wheels)" }, @@ -4392,7 +4392,7 @@ "files": [ "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved" ], - "nodename_pattern": "^[AnimateAnyone]", + "nodename_pattern": "^\\[AnimateAnyone\\]", "install_type": "git-clone", "description": "Improved AnimateAnyone implementation that allows you to use the opse image sequence and reference image to generate stylized video.\nThe current goal of this project is to achieve desired pose2video result with 1+FPS on GPUs that are equal to or better than RTX 3080!🚀\n[w/The torch environment may be compromised due to version issues as some torch-related packages are being reinstalled.]" }, diff --git a/extension-node-map.json b/extension-node-map.json index 490f2271..b96465f7 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1658,14 +1658,14 @@ "https://github.com/MrForExample/ComfyUI-3D-Pack": [ [], { - "nodename_pattern": "^[Comfy3D]", + "nodename_pattern": "^\\[Comfy3D\\]", "title_aux": "ComfyUI-3D-Pack" } ], "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": [ [], { - "nodename_pattern": "^[AnimateAnyone]", + "nodename_pattern": "^\\[AnimateAnyone\\]", "title_aux": "ComfyUI-AnimateAnyone-Evolved" } ], From ca4279ef2d5fdc1b79748e9fa201a19c5155dcbe Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 17 Feb 2024 17:53:49 +0900 Subject: [PATCH 40/72] update DB --- model-list.json | 102 ++++++++++++++++++++++++++++++++++++ node_db/new/model-list.json | 101 +++++++++++++++++++++++++++++++++++ 2 files changed, 203 insertions(+) diff --git a/model-list.json b/model-list.json index c213446c..575824fd 100644 --- a/model-list.json +++ b/model-list.json @@ -270,6 +270,108 @@ "filename": "easynegative.safetensors", "url": "https://civitai.com/api/download/models/9208" }, + + { + "name": "stabilityai/Stable Cascade: stage_a.safetensors (VAE)", + "type": "VAE", + "base": "Stable Cascade", + "save_path": "vae/Stable-Cascade", + "description": "[73.7MB] Stable Cascade: stage_a", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "stage_a.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_a.safetensors" + }, + { + "name": "stabilityai/Stable Cascade: stage_b.safetensors (UNET)", + "type": "unet", + "base": "Stable Cascade", + "save_path": "unet/Stable-Cascade", + "description": "[6.25GB] Stable Cascade: stage_b", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "stage_b.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_b.safetensors" + }, + { + "name": "stabilityai/Stable Cascade: stage_b_bf16.safetensors (UNET)", + "type": "unet", + "base": "Stable Cascade", + "save_path": "unet/Stable-Cascade", + "description": "[3.13GB] Stable Cascade: stage_b/bf16", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "stage_b_bf16.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_b_bf16.safetensors" + }, + { + "name": "stabilityai/Stable Cascade: stage_b_lite.safetensors (UNET)", + "type": "unet", + "base": "Stable Cascade", + "save_path": "unet/Stable-Cascade", + "description": "[2.8GB] Stable Cascade: stage_b/lite", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "stage_b_lite.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_b_lite.safetensors" + }, + { + "name": "stabilityai/Stable Cascade: stage_b_lite.safetensors (UNET)", + "type": "unet", + "base": "Stable Cascade", + "save_path": "unet/Stable-Cascade", + "description": "[1.4GB] Stable Cascade: stage_b/bf16,lite", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "stage_b_lite_bf16.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_b_lite_bf16.safetensors" + }, + { + "name": "stabilityai/Stable Cascade: stage_c.safetensors (UNET)", + "type": "unet", + "base": "Stable Cascade", + "save_path": "unet/Stable-Cascade", + "description": "[14.4GB] Stable Cascade: stage_c", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "stage_c.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_c.safetensors" + }, + { + "name": "stabilityai/Stable Cascade: stage_c_bf16.safetensors (UNET)", + "type": "unet", + "base": "Stable Cascade", + "save_path": "unet/Stable-Cascade", + "description": "[7.18GB] Stable Cascade: stage_c/bf16", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "stage_c_bf16.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_c_bf16.safetensors" + }, + { + "name": "stabilityai/Stable Cascade: stage_c_lite.safetensors (UNET)", + "type": "unet", + "base": "Stable Cascade", + "save_path": "unet/Stable-Cascade", + "description": "[4.12GB] Stable Cascade: stage_c/lite", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "stage_c_lite.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_c_lite.safetensors" + }, + { + "name": "stabilityai/Stable Cascade: stage_c_lite.safetensors (UNET)", + "type": "unet", + "base": "Stable Cascade", + "save_path": "unet/Stable-Cascade", + "description": "[2.06GB] Stable Cascade: stage_c/bf16,lite", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "stage_c_lite_bf16.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_c_lite_bf16.safetensors" + }, + { + "name": "stabilityai/Stable Cascade: text_encoder (CLIP)", + "type": "clip", + "base": "Stable Cascade", + "save_path": "clip/Stable-Cascade", + "description": "[1.39GB] Stable Cascade: text_encoder", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "model.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/text_encoder/model.safetensors" + }, + { "name": "SDXL-Turbo 1.0 (fp16)", "type": "checkpoints", diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index e3a52280..a55b8a14 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,5 +1,106 @@ { "models": [ + { + "name": "stabilityai/Stable Cascade: stage_a.safetensors (VAE)", + "type": "VAE", + "base": "Stable Cascade", + "save_path": "vae/Stable-Cascade", + "description": "[73.7MB] Stable Cascade: stage_a", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "stage_a.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_a.safetensors" + }, + { + "name": "stabilityai/Stable Cascade: stage_b.safetensors (UNET)", + "type": "unet", + "base": "Stable Cascade", + "save_path": "unet/Stable-Cascade", + "description": "[6.25GB] Stable Cascade: stage_b", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "stage_b.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_b.safetensors" + }, + { + "name": "stabilityai/Stable Cascade: stage_b_bf16.safetensors (UNET)", + "type": "unet", + "base": "Stable Cascade", + "save_path": "unet/Stable-Cascade", + "description": "[3.13GB] Stable Cascade: stage_b/bf16", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "stage_b_bf16.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_b_bf16.safetensors" + }, + { + "name": "stabilityai/Stable Cascade: stage_b_lite.safetensors (UNET)", + "type": "unet", + "base": "Stable Cascade", + "save_path": "unet/Stable-Cascade", + "description": "[2.8GB] Stable Cascade: stage_b/lite", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "stage_b_lite.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_b_lite.safetensors" + }, + { + "name": "stabilityai/Stable Cascade: stage_b_lite.safetensors (UNET)", + "type": "unet", + "base": "Stable Cascade", + "save_path": "unet/Stable-Cascade", + "description": "[1.4GB] Stable Cascade: stage_b/bf16,lite", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "stage_b_lite_bf16.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_b_lite_bf16.safetensors" + }, + { + "name": "stabilityai/Stable Cascade: stage_c.safetensors (UNET)", + "type": "unet", + "base": "Stable Cascade", + "save_path": "unet/Stable-Cascade", + "description": "[14.4GB] Stable Cascade: stage_c", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "stage_c.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_c.safetensors" + }, + { + "name": "stabilityai/Stable Cascade: stage_c_bf16.safetensors (UNET)", + "type": "unet", + "base": "Stable Cascade", + "save_path": "unet/Stable-Cascade", + "description": "[7.18GB] Stable Cascade: stage_c/bf16", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "stage_c_bf16.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_c_bf16.safetensors" + }, + { + "name": "stabilityai/Stable Cascade: stage_c_lite.safetensors (UNET)", + "type": "unet", + "base": "Stable Cascade", + "save_path": "unet/Stable-Cascade", + "description": "[4.12GB] Stable Cascade: stage_c/lite", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "stage_c_lite.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_c_lite.safetensors" + }, + { + "name": "stabilityai/Stable Cascade: stage_c_lite.safetensors (UNET)", + "type": "unet", + "base": "Stable Cascade", + "save_path": "unet/Stable-Cascade", + "description": "[2.06GB] Stable Cascade: stage_c/bf16,lite", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "stage_c_lite_bf16.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_c_lite_bf16.safetensors" + }, + { + "name": "stabilityai/Stable Cascade: text_encoder (CLIP)", + "type": "clip", + "base": "Stable Cascade", + "save_path": "clip/Stable-Cascade", + "description": "[1.39GB] Stable Cascade: text_encoder", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "model.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/text_encoder/model.safetensors" + }, + { "name": "1k3d68.onnx", "type": "insightface", From 0850f33a547e9e1f95de9a9d11a137b788826f48 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 17 Feb 2024 18:55:35 +0900 Subject: [PATCH 41/72] update DB --- extension-node-map.json | 26 ++++++++++++++++++------- node_db/new/extension-node-map.json | 30 ++++++++++++++++++++--------- 2 files changed, 40 insertions(+), 16 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index b96465f7..45fe4ded 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -467,6 +467,7 @@ "SamplerCustomNoise", "SamplerCustomNoiseDuo", "SamplerDPMPP_DualSDE_Momentumized", + "SamplerEulerAncestralDancing_Experimental", "SamplerLCMCustom", "SamplerRES_Momentumized", "SamplerTTM" @@ -652,7 +653,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8ImageSizer", + "title": "cr8SerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -1015,12 +1016,10 @@ ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ - "Hook Recenter", - "Hook Recenter XL", "Normalization", "NormalizationXL", - "Tensor Debug", - "Unhook Recenter" + "Recenter", + "Recenter XL" ], { "title_aux": "ComfyUI Diffusion Color Grading" @@ -2561,6 +2560,7 @@ "tri3d-position-parts-batch", "tri3d-recolor-mask", "tri3d-recolor-mask-LAB_space", + "tri3d-recolor-mask-LAB_space_manual", "tri3d-recolor-mask-RGB_space", "tri3d-skin-feathered-padded-mask", "tri3d-swap-pixels" @@ -2579,6 +2579,7 @@ ], "https://github.com/Taremin/comfyui-string-tools": [ [ + "StringToolsBalancedChoice", "StringToolsConcat", "StringToolsRandomChoice", "StringToolsString", @@ -3775,7 +3776,8 @@ "BlehDeepShrink", "BlehDiscardPenultimateSigma", "BlehHyperTile", - "BlehInsaneChainSampler" + "BlehInsaneChainSampler", + "BlehModelPatchConditional" ], { "title_aux": "ComfyUI-bleh" @@ -4228,6 +4230,7 @@ "LayerFilter: SkinBeauty", "LayerFilter: SoftLight", "LayerFilter: WaterColor", + "LayerMask: CreateGradientMask", "LayerMask: MaskBoxDetect", "LayerMask: MaskByDifferent", "LayerMask: MaskEdgeShrink", @@ -4263,6 +4266,8 @@ "LayerUtility: ImageOpacity", "LayerUtility: ImageScaleRestore", "LayerUtility: ImageShift", + "LayerUtility: LayerImageTransform", + "LayerUtility: LayerMaskTransform", "LayerUtility: PrintInfo", "LayerUtility: RestoreCropBox", "LayerUtility: TextImage", @@ -4573,6 +4578,8 @@ "SolidMask", "SplitImageWithAlpha", "SplitSigmas", + "StableCascade_EmptyLatentImage", + "StableCascade_StageB_Conditioning", "StableZero123_Conditioning", "StableZero123_Conditioning_Batched", "StyleModelApply", @@ -7373,6 +7380,7 @@ "AlphaClean", "AlphaMatte", "BatchAverageImage", + "BatchAverageUnJittered", "BatchNormalizeImage", "BatchNormalizeLatent", "BlurImageFast", @@ -7386,12 +7394,14 @@ "GuidedFilterAlpha", "ImageConstant", "ImageConstantHSV", + "JitterImage", "Keyer", "LatentStats", "NormalMapSimple", "OffsetLatentImage", "RemapRange", "Tonemap", + "UnJitterImage", "UnTonemap" ], { @@ -8088,8 +8098,10 @@ "dynamicThresholdingFull", "easy LLLiteLoader", "easy XYInputs: CFG Scale", + "easy XYInputs: Checkpoint", "easy XYInputs: ControlNet", "easy XYInputs: Denoise", + "easy XYInputs: Lora", "easy XYInputs: ModelMergeBlocks", "easy XYInputs: NegativeCond", "easy XYInputs: NegativeCondList", @@ -8270,7 +8282,7 @@ ], "https://github.com/yuvraj108c/ComfyUI-Pronodes": [ [ - "LoadYoutubeVideo" + "LoadYoutubeVideoNode" ], { "title_aux": "ComfyUI-Pronodes" diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 490f2271..45fe4ded 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -467,6 +467,7 @@ "SamplerCustomNoise", "SamplerCustomNoiseDuo", "SamplerDPMPP_DualSDE_Momentumized", + "SamplerEulerAncestralDancing_Experimental", "SamplerLCMCustom", "SamplerRES_Momentumized", "SamplerTTM" @@ -652,7 +653,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8ImageSizer", + "title": "cr8SerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -1015,12 +1016,10 @@ ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ - "Hook Recenter", - "Hook Recenter XL", "Normalization", "NormalizationXL", - "Tensor Debug", - "Unhook Recenter" + "Recenter", + "Recenter XL" ], { "title_aux": "ComfyUI Diffusion Color Grading" @@ -1658,14 +1657,14 @@ "https://github.com/MrForExample/ComfyUI-3D-Pack": [ [], { - "nodename_pattern": "^[Comfy3D]", + "nodename_pattern": "^\\[Comfy3D\\]", "title_aux": "ComfyUI-3D-Pack" } ], "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": [ [], { - "nodename_pattern": "^[AnimateAnyone]", + "nodename_pattern": "^\\[AnimateAnyone\\]", "title_aux": "ComfyUI-AnimateAnyone-Evolved" } ], @@ -2561,6 +2560,7 @@ "tri3d-position-parts-batch", "tri3d-recolor-mask", "tri3d-recolor-mask-LAB_space", + "tri3d-recolor-mask-LAB_space_manual", "tri3d-recolor-mask-RGB_space", "tri3d-skin-feathered-padded-mask", "tri3d-swap-pixels" @@ -2579,6 +2579,7 @@ ], "https://github.com/Taremin/comfyui-string-tools": [ [ + "StringToolsBalancedChoice", "StringToolsConcat", "StringToolsRandomChoice", "StringToolsString", @@ -3775,7 +3776,8 @@ "BlehDeepShrink", "BlehDiscardPenultimateSigma", "BlehHyperTile", - "BlehInsaneChainSampler" + "BlehInsaneChainSampler", + "BlehModelPatchConditional" ], { "title_aux": "ComfyUI-bleh" @@ -4228,6 +4230,7 @@ "LayerFilter: SkinBeauty", "LayerFilter: SoftLight", "LayerFilter: WaterColor", + "LayerMask: CreateGradientMask", "LayerMask: MaskBoxDetect", "LayerMask: MaskByDifferent", "LayerMask: MaskEdgeShrink", @@ -4263,6 +4266,8 @@ "LayerUtility: ImageOpacity", "LayerUtility: ImageScaleRestore", "LayerUtility: ImageShift", + "LayerUtility: LayerImageTransform", + "LayerUtility: LayerMaskTransform", "LayerUtility: PrintInfo", "LayerUtility: RestoreCropBox", "LayerUtility: TextImage", @@ -4573,6 +4578,8 @@ "SolidMask", "SplitImageWithAlpha", "SplitSigmas", + "StableCascade_EmptyLatentImage", + "StableCascade_StageB_Conditioning", "StableZero123_Conditioning", "StableZero123_Conditioning_Batched", "StyleModelApply", @@ -7373,6 +7380,7 @@ "AlphaClean", "AlphaMatte", "BatchAverageImage", + "BatchAverageUnJittered", "BatchNormalizeImage", "BatchNormalizeLatent", "BlurImageFast", @@ -7386,12 +7394,14 @@ "GuidedFilterAlpha", "ImageConstant", "ImageConstantHSV", + "JitterImage", "Keyer", "LatentStats", "NormalMapSimple", "OffsetLatentImage", "RemapRange", "Tonemap", + "UnJitterImage", "UnTonemap" ], { @@ -8088,8 +8098,10 @@ "dynamicThresholdingFull", "easy LLLiteLoader", "easy XYInputs: CFG Scale", + "easy XYInputs: Checkpoint", "easy XYInputs: ControlNet", "easy XYInputs: Denoise", + "easy XYInputs: Lora", "easy XYInputs: ModelMergeBlocks", "easy XYInputs: NegativeCond", "easy XYInputs: NegativeCondList", @@ -8270,7 +8282,7 @@ ], "https://github.com/yuvraj108c/ComfyUI-Pronodes": [ [ - "LoadYoutubeVideo" + "LoadYoutubeVideoNode" ], { "title_aux": "ComfyUI-Pronodes" From f4c6a7159d9af97aca2e912669cc832f0819b035 Mon Sep 17 00:00:00 2001 From: Ash Martian Date: Sun, 18 Feb 2024 02:29:25 -0800 Subject: [PATCH 42/72] Add DirGir to custom-node-list.json --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 4be244e0..2048dd26 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5551,6 +5551,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "AshMartian", + "title": "Dir Gir", + "reference": "https://github.com/AshMartian/ComfyUI-DirGir", + "files": [ + "https://github.com/AshMartian/ComfyUI-DirGir/raw/main/dir_picker.py", + "https://github.com/AshMartian/ComfyUI-DirGir/raw/main/dir_loop.py" + ], + "install_type": "copy", + "description": "A collection of ComfyUI directory automation utility nodes. Directory Get It Right adds a GUI directory browser, and smart directory loop/iteration node that supports regex and file extension filtering." } ] } From bf0ab4d1fd872bad330f70a004130a44222bc6f7 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 19 Feb 2024 00:32:35 +0900 Subject: [PATCH 43/72] update DB --- alter-list.json | 5 ++ custom-node-list.json | 83 ++++++++++++++-------------- extension-node-map.json | 45 +++++++++------ node_db/dev/custom-node-list.json | 10 ---- node_db/legacy/custom-node-list.json | 20 +++++++ node_db/new/custom-node-list.json | 31 +++++++++++ node_db/new/extension-node-map.json | 45 +++++++++------ 7 files changed, 156 insertions(+), 83 deletions(-) diff --git a/alter-list.json b/alter-list.json index e79915c1..7822ffc0 100644 --- a/alter-list.json +++ b/alter-list.json @@ -199,6 +199,11 @@ "id":"https://github.com/abyz22/image_control", "tags":"BMAB", "description": "This extension provides some alternative functionalities of the [a/sd-webui-bmab](https://github.com/portu-sim/sd-webui-bmab) extension." + }, + { + "id":"https://github.com/blepping/ComfyUI-sonar", + "tags":"sonar", + "description": "This extension provides some alternative functionalities of the [a/stable-diffusion-webui-sonar](https://github.com/Kahsolt/stable-diffusion-webui-sonar) extension." } ] } \ No newline at end of file diff --git a/custom-node-list.json b/custom-node-list.json index 2048dd26..f50f373c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2317,16 +2317,6 @@ "install_type": "git-clone", "description": "Node to use [a/DDColor](https://github.com/piddnad/DDColor) in ComfyUI." }, - { - "author": "kijai", - "title": "ComfyUI StableCascade using diffusers", - "reference": "https://github.com/kijai/ComfyUI-DiffusersStableCascade", - "files": [ - "https://github.com/kijai/ComfyUI-DiffusersStableCascade" - ], - "install_type": "git-clone", - "description": "Simple quick wrapper for [a/https://huggingface.co/stabilityai/stable-cascade](https://huggingface.co/stabilityai/stable-cascade)\nComfy is going to implement this properly soon, this repo is just for quick testing for the impatient!" - }, { "author": "hhhzzyang", "title": "Comfyui-Lama", @@ -4866,6 +4856,16 @@ "install_type": "git-clone", "description": "Better TAESD previews, BlehHyperTile." }, + { + "author": "blepping", + "title": "ComfyUI-sonar", + "reference": "https://github.com/blepping/ComfyUI-sonar", + "files": [ + "https://github.com/blepping/ComfyUI-sonar" + ], + "install_type": "git-clone", + "description": "A janky implementation of Sonar sampling (momentum-based sampling) for ComfyUI." + }, { "author": "JerryOrbachJr", "title": "ComfyUI-RandomSize", @@ -4946,6 +4946,26 @@ "install_type": "git-clone", "description": "Nodes:segformer_clothes, segformer_agnostic, segformer_remove_bg, stabel_vition. Nodes for model dress up." }, + { + "author": "StartHua", + "title": "Comfyui_joytag", + "reference": "https://github.com/StartHua/Comfyui_joytag", + "files": [ + "https://github.com/StartHua/Comfyui_joytag" + ], + "install_type": "git-clone", + "description": "JoyTag is a state of the art AI vision model for tagging images, with a focus on sex positivity and inclusivity. It uses the Danbooru tagging schema, but works across a wide range of images, from hand drawn to photographic.\nDownload the weight and put it under checkpoints: [a/https://huggingface.co/fancyfeast/joytag/tree/main](https://huggingface.co/fancyfeast/joytag/tree/main)" + }, + { + "author": "StartHua", + "title": "comfyui_segformer_b2_clothes", + "reference": "https://github.com/StartHua/Comfyui_segformer_b2_clothes", + "files": [ + "https://github.com/StartHua/Comfyui_segformer_b2_clothes" + ], + "install_type": "git-clone", + "description": "SegFormer model fine-tuned on ATR dataset for clothes segmentation but can also be used for human segmentation!\nDownload the weight and put it under checkpoints: [a/https://huggingface.co/mattmdjaga/segformer_b2_clothes](https://huggingface.co/mattmdjaga/segformer_b2_clothes)" + }, { "author": "ricklove", "title": "comfyui-ricklove", @@ -5156,16 +5176,6 @@ "install_type": "git-clone", "description": "A custom node for ComfyUI to create a prompt based on a list of keywords saved in CSV files." }, - { - "author": "StartHua", - "title": "Comfyui_joytag", - "reference": "https://github.com/StartHua/Comfyui_joytag", - "files": [ - "https://github.com/StartHua/Comfyui_joytag" - ], - "install_type": "git-clone", - "description": "JoyTag is a state of the art AI vision model for tagging images, with a focus on sex positivity and inclusivity. It uses the Danbooru tagging schema, but works across a wide range of images, from hand drawn to photographic.\nDownload the weight and put it under checkpoints: [a/https://huggingface.co/fancyfeast/joytag/tree/main](https://huggingface.co/fancyfeast/joytag/tree/main)" - }, { "author": "xiaoxiaodesha", "title": "hd-nodes-comfyui", @@ -5226,16 +5236,6 @@ "install_type": "git-clone", "description": "A collection of nice utility nodes for ComfyUI" }, - { - "author": "ccvv804", - "title": "ComfyUI StableCascade using diffusers for Low VRAM", - "reference": "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM", - "files": [ - "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM" - ], - "install_type": "git-clone", - "description": "Works with RTX 4070ti 12GB.\nSimple quick wrapper for [a/https://huggingface.co/stabilityai/stable-cascade](https://huggingface.co/stabilityai/stable-cascade)\nComfy is going to implement this properly soon, this repo is just for quick testing for the impatient!" - }, { "author": "Ser-Hilary", @@ -5508,6 +5508,18 @@ "install_type": "copy", "description": "A node which takes in x, y, width, height, total width, and total height, in order to accurately represent the area of an image which is covered by area-based conditioning." }, + { + "author": "AshMartian", + "title": "Dir Gir", + "reference": "https://github.com/AshMartian/ComfyUI-DirGir", + "files": [ + "https://github.com/AshMartian/ComfyUI-DirGir/raw/main/dir_picker.py", + "https://github.com/AshMartian/ComfyUI-DirGir/raw/main/dir_loop.py" + ], + "install_type": "copy", + "description": "A collection of ComfyUI directory automation utility nodes. Directory Get It Right adds a GUI directory browser, and smart directory loop/iteration node that supports regex and file extension filtering." + }, + { "author": "theally", "title": "TheAlly's Custom Nodes", @@ -5551,17 +5563,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "AshMartian", - "title": "Dir Gir", - "reference": "https://github.com/AshMartian/ComfyUI-DirGir", - "files": [ - "https://github.com/AshMartian/ComfyUI-DirGir/raw/main/dir_picker.py", - "https://github.com/AshMartian/ComfyUI-DirGir/raw/main/dir_loop.py" - ], - "install_type": "copy", - "description": "A collection of ComfyUI directory automation utility nodes. Directory Get It Right adds a GUI directory browser, and smart directory loop/iteration node that supports regex and file extension filtering." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 45fe4ded..df153c08 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2243,6 +2243,14 @@ "title_aux": "Comfyui_joytag" } ], + "https://github.com/StartHua/Comfyui_segformer_b2_clothes": [ + [ + "segformer_b2_clothes" + ], + { + "title_aux": "comfyui_segformer_b2_clothes" + } + ], "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": [ [ "CR 8 Channel In", @@ -3293,6 +3301,7 @@ "abyz22_ImpactWildcardEncode_GetPrompt", "abyz22_Ksampler", "abyz22_Padding Image", + "abyz22_RemoveControlnet", "abyz22_SaveImage", "abyz22_SetQueue", "abyz22_ToBasicPipe", @@ -3783,6 +3792,19 @@ "title_aux": "ComfyUI-bleh" } ], + "https://github.com/blepping/ComfyUI-sonar": [ + [ + "NoisyLatentLike", + "SamplerSonarDPMPPSDE", + "SamplerSonarEuler", + "SamplerSonarEulerA", + "SonarCustomNoise", + "SonarGuidanceConfig" + ], + { + "title_aux": "ComfyUI-sonar" + } + ], "https://github.com/bmad4ever/comfyui_ab_samplercustom": [ [ "AB SamplerCustom (experimental)" @@ -4042,14 +4064,6 @@ "title_aux": "Image loader with subfolders" } ], - "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM": [ - [ - "DiffusersStableCascade" - ], - { - "title_aux": "ComfyUI StableCascade using diffusers for Low VRAM" - } - ], "https://github.com/celsojr2013/comfyui_simpletools/raw/main/google_translator.py": [ [ "GoogleTranslator" @@ -4551,6 +4565,7 @@ "ModelMergeSubtract", "ModelSamplingContinuousEDM", "ModelSamplingDiscrete", + "ModelSamplingStableCascade", "PatchModelAddDownscale", "PerpNeg", "PhotoMakerEncode", @@ -4718,7 +4733,9 @@ "MaskFromColor+", "MaskPreview+", "ModelCompile+", + "NoiseFromImage~", "RemBGSession+", + "RemoveLatentMask+", "SDXLEmptyLatentSizePicker+", "SimpleMath+", "TransitionMask+" @@ -5720,14 +5737,6 @@ "title_aux": "ComfyUI-DDColor" } ], - "https://github.com/kijai/ComfyUI-DiffusersStableCascade": [ - [ - "DiffusersStableCascade" - ], - { - "title_aux": "ComfyUI StableCascade using diffusers" - } - ], "https://github.com/kijai/ComfyUI-KJNodes": [ [ "AddLabel", @@ -5756,6 +5765,7 @@ "CreateVoronoiMask", "CrossFadeImages", "DummyLatentOut", + "EffnetEncode", "EmptyLatentImagePresets", "FilterZeroMasksAndCorrespondingImages", "FlipSigmasAdjusted", @@ -7379,6 +7389,7 @@ "AdainLatent", "AlphaClean", "AlphaMatte", + "BatchAlign", "BatchAverageImage", "BatchAverageUnJittered", "BatchNormalizeImage", @@ -8115,6 +8126,7 @@ "easy XYPlotAdvanced", "easy a1111Loader", "easy boolean", + "easy cascadeLoader", "easy cleanGpuUsed", "easy comfyLoader", "easy compare", @@ -8162,6 +8174,7 @@ "easy preDetailerFix", "easy preSampling", "easy preSamplingAdvanced", + "easy preSamplingCascade", "easy preSamplingDynamicCFG", "easy preSamplingSdTurbo", "easy promptList", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 0bf875b7..abc630d2 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -100,16 +100,6 @@ "install_type": "git-clone", "description": "A simple node to request ChatGPT completions. [w/Do not share your workflows including the API key! I'll take no responsibility for your leaked keys.]" }, - { - "author": "blepping", - "title": "ComfyUI-sonar (WIP)", - "reference": "https://github.com/blepping/ComfyUI-sonar", - "files": [ - "https://github.com/blepping/ComfyUI-sonar" - ], - "install_type": "git-clone", - "description": "Extremely WIP and untested implementation of Sonar sampling. Currently it may not be even close to working properly. Only supports Euler and Euler Ancestral sampling. See [a/stable-diffusion-webui-sonar](https://github.com/Kahsolt/stable-diffusion-webui-sonar) for a more in-depth explanation." - }, { "author": "kappa54m", "title": "ComfyUI_Usability (WIP)", diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index a33dff52..a5671a20 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -10,6 +10,26 @@ }, + { + "author": "ccvv804", + "title": "ComfyUI StableCascade using diffusers for Low VRAM [DEPRECATED]", + "reference": "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM", + "files": [ + "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM" + ], + "install_type": "git-clone", + "description": "Works with RTX 4070ti 12GB.\nSimple quick wrapper for [a/https://huggingface.co/stabilityai/stable-cascade](https://huggingface.co/stabilityai/stable-cascade)\nComfy is going to implement this properly soon, this repo is just for quick testing for the impatient!" + }, + { + "author": "kijai", + "title": "ComfyUI StableCascade using diffusers [DEPRECATED]", + "reference": "https://github.com/kijai/ComfyUI-DiffusersStableCascade", + "files": [ + "https://github.com/kijai/ComfyUI-DiffusersStableCascade" + ], + "install_type": "git-clone", + "description": "Simple quick wrapper for [a/https://huggingface.co/stabilityai/stable-cascade](https://huggingface.co/stabilityai/stable-cascade)\nComfy is going to implement this properly soon, this repo is just for quick testing for the impatient!" + }, { "author": "solarpush", "title": "comfyui_sendimage_node [REMOVED]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 4df27db0..ed72e5a9 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,37 @@ }, + { + "author": "blepping", + "title": "ComfyUI-sonar", + "reference": "https://github.com/blepping/ComfyUI-sonar", + "files": [ + "https://github.com/blepping/ComfyUI-sonar" + ], + "install_type": "git-clone", + "description": "A janky implementation of Sonar sampling (momentum-based sampling) for ComfyUI." + }, + { + "author": "StartHua", + "title": "comfyui_segformer_b2_clothes", + "reference": "https://github.com/StartHua/Comfyui_segformer_b2_clothes", + "files": [ + "https://github.com/StartHua/Comfyui_segformer_b2_clothes" + ], + "install_type": "git-clone", + "description": "SegFormer model fine-tuned on ATR dataset for clothes segmentation but can also be used for human segmentation!\nDownload the weight and put it under checkpoints: [a/https://huggingface.co/mattmdjaga/segformer_b2_clothes](https://huggingface.co/mattmdjaga/segformer_b2_clothes)" + }, + { + "author": "AshMartian", + "title": "Dir Gir", + "reference": "https://github.com/AshMartian/ComfyUI-DirGir", + "files": [ + "https://github.com/AshMartian/ComfyUI-DirGir/raw/main/dir_picker.py", + "https://github.com/AshMartian/ComfyUI-DirGir/raw/main/dir_loop.py" + ], + "install_type": "copy", + "description": "A collection of ComfyUI directory automation utility nodes. Directory Get It Right adds a GUI directory browser, and smart directory loop/iteration node that supports regex and file extension filtering." + }, { "author": "ccvv804", "title": "ComfyUI StableCascade using diffusers for Low VRAM", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 45fe4ded..df153c08 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2243,6 +2243,14 @@ "title_aux": "Comfyui_joytag" } ], + "https://github.com/StartHua/Comfyui_segformer_b2_clothes": [ + [ + "segformer_b2_clothes" + ], + { + "title_aux": "comfyui_segformer_b2_clothes" + } + ], "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": [ [ "CR 8 Channel In", @@ -3293,6 +3301,7 @@ "abyz22_ImpactWildcardEncode_GetPrompt", "abyz22_Ksampler", "abyz22_Padding Image", + "abyz22_RemoveControlnet", "abyz22_SaveImage", "abyz22_SetQueue", "abyz22_ToBasicPipe", @@ -3783,6 +3792,19 @@ "title_aux": "ComfyUI-bleh" } ], + "https://github.com/blepping/ComfyUI-sonar": [ + [ + "NoisyLatentLike", + "SamplerSonarDPMPPSDE", + "SamplerSonarEuler", + "SamplerSonarEulerA", + "SonarCustomNoise", + "SonarGuidanceConfig" + ], + { + "title_aux": "ComfyUI-sonar" + } + ], "https://github.com/bmad4ever/comfyui_ab_samplercustom": [ [ "AB SamplerCustom (experimental)" @@ -4042,14 +4064,6 @@ "title_aux": "Image loader with subfolders" } ], - "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM": [ - [ - "DiffusersStableCascade" - ], - { - "title_aux": "ComfyUI StableCascade using diffusers for Low VRAM" - } - ], "https://github.com/celsojr2013/comfyui_simpletools/raw/main/google_translator.py": [ [ "GoogleTranslator" @@ -4551,6 +4565,7 @@ "ModelMergeSubtract", "ModelSamplingContinuousEDM", "ModelSamplingDiscrete", + "ModelSamplingStableCascade", "PatchModelAddDownscale", "PerpNeg", "PhotoMakerEncode", @@ -4718,7 +4733,9 @@ "MaskFromColor+", "MaskPreview+", "ModelCompile+", + "NoiseFromImage~", "RemBGSession+", + "RemoveLatentMask+", "SDXLEmptyLatentSizePicker+", "SimpleMath+", "TransitionMask+" @@ -5720,14 +5737,6 @@ "title_aux": "ComfyUI-DDColor" } ], - "https://github.com/kijai/ComfyUI-DiffusersStableCascade": [ - [ - "DiffusersStableCascade" - ], - { - "title_aux": "ComfyUI StableCascade using diffusers" - } - ], "https://github.com/kijai/ComfyUI-KJNodes": [ [ "AddLabel", @@ -5756,6 +5765,7 @@ "CreateVoronoiMask", "CrossFadeImages", "DummyLatentOut", + "EffnetEncode", "EmptyLatentImagePresets", "FilterZeroMasksAndCorrespondingImages", "FlipSigmasAdjusted", @@ -7379,6 +7389,7 @@ "AdainLatent", "AlphaClean", "AlphaMatte", + "BatchAlign", "BatchAverageImage", "BatchAverageUnJittered", "BatchNormalizeImage", @@ -8115,6 +8126,7 @@ "easy XYPlotAdvanced", "easy a1111Loader", "easy boolean", + "easy cascadeLoader", "easy cleanGpuUsed", "easy comfyLoader", "easy compare", @@ -8162,6 +8174,7 @@ "easy preDetailerFix", "easy preSampling", "easy preSamplingAdvanced", + "easy preSamplingCascade", "easy preSamplingDynamicCFG", "easy preSamplingSdTurbo", "easy promptList", From aaa4bdb1054556fb92dadb0fa46c7d195326e854 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 20 Feb 2024 00:31:18 +0900 Subject: [PATCH 44/72] update DB --- custom-node-list.json | 21 ++++++++++++++++----- extension-node-map.json | 28 ++++++++++++++++++++++++++-- model-list.json | 10 ++++++++++ node_db/new/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 28 ++++++++++++++++++++++++++-- node_db/new/model-list.json | 10 ++++++++++ 6 files changed, 98 insertions(+), 9 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index f50f373c..c1c5fe2e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -446,7 +446,7 @@ ], "install_type": "git-clone", "description": "Custom node to convert the lantents between SDXL and SD v1.5 directly without the VAE decoding/encoding step." - }, + }, { "author": "city96", "title": "SD-Advanced-Noise", @@ -456,7 +456,7 @@ ], "install_type": "git-clone", "description": "Nodes: LatentGaussianNoise, MathEncode. An experimental custom node that generates latent noise directly by utilizing the linear characteristics of the latent space." - }, + }, { "author": "city96", "title": "SD-Latent-Upscaler", @@ -467,7 +467,7 @@ "pip": ["huggingface-hub"], "install_type": "git-clone", "description": "Upscaling stable diffusion latents using a small neural network." - }, + }, { "author": "city96", "title": "ComfyUI_DiT [WIP]", @@ -478,7 +478,7 @@ "pip": ["huggingface-hub"], "install_type": "git-clone", "description": "Testbed for [a/DiT(Scalable Diffusion Models with Transformers)](https://github.com/facebookresearch/DiT). [w/None of this code is stable, expect breaking changes if for some reason you want to use this.]" - }, + }, { "author": "city96", "title": "ComfyUI_ColorMod", @@ -488,7 +488,7 @@ ], "install_type": "git-clone", "description": "This extension currently has two sets of nodes - one set for editing the contrast/color of images and another set for saving images as 16 bit PNG files." - }, + }, { "author": "city96", "title": "Extra Models for ComfyUI", @@ -5236,6 +5236,17 @@ "install_type": "git-clone", "description": "A collection of nice utility nodes for ComfyUI" }, + { + "author": "GavChap", + "title": "ComfyUI-CascadeResolutions", + "reference": "https://github.com/GavChap/ComfyUI-CascadeResolutions", + "files": [ + "https://github.com/GavChap/ComfyUI-CascadeResolutions" + ], + "install_type": "git-clone", + "description": "Nodes:Cascade Resolutions" + }, + { "author": "Ser-Hilary", diff --git a/extension-node-map.json b/extension-node-map.json index df153c08..06eb608e 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -496,6 +496,7 @@ "PrimereEmbedding", "PrimereEmbeddingHandler", "PrimereEmbeddingKeywordMerger", + "PrimereEmotionsStyles", "PrimereHypernetwork", "PrimereImageSegments", "PrimereKSampler", @@ -976,6 +977,14 @@ "title_aux": "ComfyUI-GTSuya-Nodes" } ], + "https://github.com/GavChap/ComfyUI-CascadeResolutions": [ + [ + "CascadeResolutions" + ], + { + "title_aux": "ComfyUI-CascadeResolutions" + } + ], "https://github.com/Gourieff/comfyui-reactor-node": [ [ "ReActorFaceSwap", @@ -3784,6 +3793,7 @@ [ "BlehDeepShrink", "BlehDiscardPenultimateSigma", + "BlehForceSeedSampler", "BlehHyperTile", "BlehInsaneChainSampler", "BlehModelPatchConditional" @@ -4798,7 +4808,10 @@ ], "https://github.com/davask/ComfyUI-MarasIT-Nodes": [ [ - "MarasitBusNode" + "MarasitBusNode", + "MarasitBusPipeNode", + "MarasitPipeNodeBasic", + "MarasitUniversalBusNode" ], { "title_aux": "MarasIT Nodes" @@ -6957,9 +6970,20 @@ ], "https://github.com/redhottensors/ComfyUI-Prediction": [ [ - "SamplerCustomPrediction" + "AvoidErasePrediction", + "CFGPrediction", + "CombinePredictions", + "ConditionedPrediction", + "PerpNegPrediction", + "SamplerCustomPrediction", + "ScalePrediction", + "ScaledGuidancePrediction" ], { + "author": "RedHotTensors", + "description": "Fully customizable Classifer Free Guidance for ComfyUI", + "nickname": "ComfyUI-Prediction", + "title": "ComfyUI-Prediction", "title_aux": "ComfyUI-Prediction" } ], diff --git a/model-list.json b/model-list.json index 575824fd..e8b34a93 100644 --- a/model-list.json +++ b/model-list.json @@ -281,6 +281,16 @@ "filename": "stage_a.safetensors", "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_a.safetensors" }, + { + "name": "stabilityai/Stable Cascade: effnet_encoder.safetensors (VAE)", + "type": "VAE", + "base": "Stable Cascade", + "save_path": "vae/Stable-Cascade", + "description": "[81.5MB] Stable Cascade: effnet_encoder.\nVAE encoder for stage_c latent.", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "effnet_encoder.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/effnet_encoder.safetensors" + }, { "name": "stabilityai/Stable Cascade: stage_b.safetensors (UNET)", "type": "unet", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index ed72e5a9..8572df23 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "GavChap", + "title": "ComfyUI-CascadeResolutions", + "reference": "https://github.com/GavChap/ComfyUI-CascadeResolutions", + "files": [ + "https://github.com/GavChap/ComfyUI-CascadeResolutions" + ], + "install_type": "git-clone", + "description": "Nodes:Cascade Resolutions" + }, { "author": "blepping", "title": "ComfyUI-sonar", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index df153c08..06eb608e 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -496,6 +496,7 @@ "PrimereEmbedding", "PrimereEmbeddingHandler", "PrimereEmbeddingKeywordMerger", + "PrimereEmotionsStyles", "PrimereHypernetwork", "PrimereImageSegments", "PrimereKSampler", @@ -976,6 +977,14 @@ "title_aux": "ComfyUI-GTSuya-Nodes" } ], + "https://github.com/GavChap/ComfyUI-CascadeResolutions": [ + [ + "CascadeResolutions" + ], + { + "title_aux": "ComfyUI-CascadeResolutions" + } + ], "https://github.com/Gourieff/comfyui-reactor-node": [ [ "ReActorFaceSwap", @@ -3784,6 +3793,7 @@ [ "BlehDeepShrink", "BlehDiscardPenultimateSigma", + "BlehForceSeedSampler", "BlehHyperTile", "BlehInsaneChainSampler", "BlehModelPatchConditional" @@ -4798,7 +4808,10 @@ ], "https://github.com/davask/ComfyUI-MarasIT-Nodes": [ [ - "MarasitBusNode" + "MarasitBusNode", + "MarasitBusPipeNode", + "MarasitPipeNodeBasic", + "MarasitUniversalBusNode" ], { "title_aux": "MarasIT Nodes" @@ -6957,9 +6970,20 @@ ], "https://github.com/redhottensors/ComfyUI-Prediction": [ [ - "SamplerCustomPrediction" + "AvoidErasePrediction", + "CFGPrediction", + "CombinePredictions", + "ConditionedPrediction", + "PerpNegPrediction", + "SamplerCustomPrediction", + "ScalePrediction", + "ScaledGuidancePrediction" ], { + "author": "RedHotTensors", + "description": "Fully customizable Classifer Free Guidance for ComfyUI", + "nickname": "ComfyUI-Prediction", + "title": "ComfyUI-Prediction", "title_aux": "ComfyUI-Prediction" } ], diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index a55b8a14..dfabc357 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,5 +1,15 @@ { "models": [ + { + "name": "stabilityai/Stable Cascade: effnet_encoder.safetensors (VAE)", + "type": "VAE", + "base": "Stable Cascade", + "save_path": "vae/Stable-Cascade", + "description": "[81.5MB] Stable Cascade: effnet_encoder.\nVAE encoder for stage_c latent.", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "effnet_encoder.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/effnet_encoder.safetensors" + }, { "name": "stabilityai/Stable Cascade: stage_a.safetensors (VAE)", "type": "VAE", From b9b0851a874993da6911402e97bf89c839a78447 Mon Sep 17 00:00:00 2001 From: POM Date: Mon, 19 Feb 2024 20:27:40 +0100 Subject: [PATCH 45/72] Update custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index c1c5fe2e..efba207f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -32,6 +32,16 @@ "install_type": "git-clone", "description": "This extension provides various nodes to support Lora Block Weight and the Impact Pack. Provides many easily applicable regional features and applications for Variation Seed." }, + { + "author": "Kijai", + "title": "Animatediff MotionLoRA Trainer", + "reference": "https://github.com/kijai/ComfyUI-ADMotionDirector", + "files": [ + "https://github.com/kijai/ComfyUI-ADMotionDirector" + ], + "install_type": "git-clone", + "description": "This is a trainer for AnimateDiff MotionLoRAs, based on the implementation of MotionDirector by ExponentialML." + }, { "author": "comfyanonymous", "title": "ComfyUI_experiments", From c00b1680775765ce10e48fa30abea88f0f6b4b73 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 20 Feb 2024 10:02:45 +0900 Subject: [PATCH 46/72] update DB --- custom-node-list.json | 20 +++++------ node_db/dev/custom-node-list.json | 10 ------ node_db/new/custom-node-list.json | 60 ++++++------------------------- 3 files changed, 20 insertions(+), 70 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index efba207f..87c3c0c3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -32,16 +32,6 @@ "install_type": "git-clone", "description": "This extension provides various nodes to support Lora Block Weight and the Impact Pack. Provides many easily applicable regional features and applications for Variation Seed." }, - { - "author": "Kijai", - "title": "Animatediff MotionLoRA Trainer", - "reference": "https://github.com/kijai/ComfyUI-ADMotionDirector", - "files": [ - "https://github.com/kijai/ComfyUI-ADMotionDirector" - ], - "install_type": "git-clone", - "description": "This is a trainer for AnimateDiff MotionLoRAs, based on the implementation of MotionDirector by ExponentialML." - }, { "author": "comfyanonymous", "title": "ComfyUI_experiments", @@ -2327,6 +2317,16 @@ "install_type": "git-clone", "description": "Node to use [a/DDColor](https://github.com/piddnad/DDColor) in ComfyUI." }, + { + "author": "Kijai", + "title": "Animatediff MotionLoRA Trainer", + "reference": "https://github.com/kijai/ComfyUI-ADMotionDirector", + "files": [ + "https://github.com/kijai/ComfyUI-ADMotionDirector" + ], + "install_type": "git-clone", + "description": "This is a trainer for AnimateDiff MotionLoRAs, based on the implementation of MotionDirector by ExponentialML." + }, { "author": "hhhzzyang", "title": "Comfyui-Lama", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index abc630d2..24b8a23a 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -30,16 +30,6 @@ "install_type": "git-clone", "description": "Nodes:Continuous CFG rescaler (pre CFG), Intermediary latent merge (post CFG), Intensity/Brightness limiter (post CFG), Dynamic renoising (post CFG), Automatic CFG scale (pre/post CFG), CFG multiplier per channel (pre CFG), Self-Attention Guidance delayed activation mod (post CFG)" }, - { - "author": "kijai", - "title": "ComfyUI-ADMotionDirector [WIP]", - "reference": "https://github.com/kijai/ComfyUI-ADMotionDirector", - "files": [ - "https://github.com/kijai/ComfyUI-ADMotionDirector" - ], - "install_type": "git-clone", - "description": "ComfyUI custom nodes for using [a/AnimateDiff-MotionDirector](https://github.com/ExponentialML/AnimateDiff-MotionDirector)\nAfter training, the LoRAs are intended to be used with the ComfyUI Extension [a/ComfyUI-AnimateDiff-Evolved](https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved)." - }, { "author": "shadowcz007", "title": "comfyui-CLIPSeg", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 8572df23..1b241afc 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "Kijai", + "title": "Animatediff MotionLoRA Trainer", + "reference": "https://github.com/kijai/ComfyUI-ADMotionDirector", + "files": [ + "https://github.com/kijai/ComfyUI-ADMotionDirector" + ], + "install_type": "git-clone", + "description": "This is a trainer for AnimateDiff MotionLoRAs, based on the implementation of MotionDirector by ExponentialML." + }, { "author": "GavChap", "title": "ComfyUI-CascadeResolutions", @@ -680,56 +690,6 @@ ], "install_type": "git-clone", "description": "Just a simple substring node that takes text and length as input, and outputs the first length characters." - }, - { - "author": "Nlar", - "title": "ComfyUI_CartoonSegmentation", - "reference": "https://github.com/Nlar/ComfyUI_CartoonSegmentation", - "files": [ - "https://github.com/Nlar/ComfyUI_CartoonSegmentation" - ], - "install_type": "git-clone", - "description": "Front end ComfyUI nodes for CartoonSegmentation Based upon the work of the CartoonSegmentation repository this project will provide a front end to some of the features." - }, - { - "author": "Acly", - "title": "ComfyUI Inpaint Nodes", - "reference": "https://github.com/Acly/comfyui-inpaint-nodes", - "files": [ - "https://github.com/Acly/comfyui-inpaint-nodes" - ], - "install_type": "git-clone", - "description": "Experimental nodes for better inpainting with ComfyUI. Adds two nodes which allow using [a/Fooocus](https://github.com/Acly/comfyui-inpaint-nodes) inpaint model. It's a small and flexible patch which can be applied to any SDXL checkpoint and will transform it into an inpaint model. This model can then be used like other inpaint models, and provides the same benefits. [a/Read more](https://github.com/lllyasviel/Fooocus/discussions/414)" - }, - { - "author": "Abdullah Ozmantar", - "title": "InstaSwap Face Swap Node for ComfyUI", - "reference": "https://github.com/abdozmantar/ComfyUI-InstaSwap", - "files": [ - "https://github.com/abdozmantar/ComfyUI-InstaSwap" - ], - "install_type": "git-clone", - "description": "A quick and easy ComfyUI custom nodes for ultra-quality, lightning-speed face swapping of humans." - }, - { - "author": "ZHO-ZHO-ZHO", - "title": "ComfyUI PhotoMaker (ZHO)", - "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO", - "files": [ - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO" - ], - "install_type": "git-clone", - "description": "Unofficial implementation of [a/PhotoMaker](https://github.com/TencentARC/PhotoMaker) for ComfyUI" - }, - { - "author": "ZHO-ZHO-ZHO", - "title": "ComfyUI-InstantID", - "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID", - "files": [ - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID" - ], - "install_type": "git-clone", - "description": "Unofficial implementation of [a/InstantID](https://github.com/InstantID/InstantID) for ComfyUI" } ] } From 8046217df4cfde5f3476d0eec322e7f609dd9053 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 20 Feb 2024 10:03:41 +0900 Subject: [PATCH 47/72] add script for windows --- check.bat | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 check.bat diff --git a/check.bat b/check.bat new file mode 100644 index 00000000..e7a3b09f --- /dev/null +++ b/check.bat @@ -0,0 +1,21 @@ +@echo off + +python json-checker.py "custom-node-list.json" +python json-checker.py "model-list.json" +python json-checker.py "alter-list.json" +python json-checker.py "extension-node-map.json" +python json-checker.py "node_db\new\custom-node-list.json" +python json-checker.py "node_db\new\model-list.json" +python json-checker.py "node_db\new\extension-node-map.json" +python json-checker.py "node_db\dev\custom-node-list.json" +python json-checker.py "node_db\dev\model-list.json" +python json-checker.py "node_db\dev\extension-node-map.json" +python json-checker.py "node_db\tutorial\custom-node-list.json" +python json-checker.py "node_db\tutorial\model-list.json" +python json-checker.py "node_db\tutorial\extension-node-map.json" +python json-checker.py "node_db\legacy\custom-node-list.json" +python json-checker.py "node_db\legacy\model-list.json" +python json-checker.py "node_db\legacy\extension-node-map.json" +python json-checker.py "node_db\forked\custom-node-list.json" +python json-checker.py "node_db\forked\model-list.json" +python json-checker.py "node_db\forked\extension-node-map.json" \ No newline at end of file From 62f1e5a36c1a37d9abcbeb5d9afa923a26e6ed35 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 20 Feb 2024 23:09:12 +0900 Subject: [PATCH 48/72] update DB --- custom-node-list.json | 91 ++++++++++----- extension-node-map.json | 57 ++++++++++ model-list.json | 20 ++++ node_db/dev/custom-node-list.json | 21 +++- node_db/new/custom-node-list.json | 30 +++++ node_db/new/extension-node-map.json | 57 ++++++++++ node_db/new/model-list.json | 164 ++++------------------------ 7 files changed, 265 insertions(+), 175 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 87c3c0c3..19375902 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3040,6 +3040,36 @@ "install_type": "git-clone", "description": "Easily use Stable Video Diffusion inside ComfyUI!" }, + { + "author": "thecooltechguy", + "title": "ComfyUI-ComfyRun", + "reference": "https://github.com/thecooltechguy/ComfyUI-ComfyRun", + "files": [ + "https://github.com/thecooltechguy/ComfyUI-ComfyRun" + ], + "install_type": "git-clone", + "description": "The easiest way to run & share any ComfyUI workflow [a/https://comfyrun.com](https://comfyrun.com)" + }, + { + "author": "thecooltechguy", + "title": "ComfyUI-MagicAnimate", + "reference": "https://github.com/thecooltechguy/ComfyUI-MagicAnimate", + "files": [ + "https://github.com/thecooltechguy/ComfyUI-MagicAnimate" + ], + "install_type": "git-clone", + "description": "Easily use Magic Animate within ComfyUI!\n[w/WARN: This extension requires 15GB disk space.]" + }, + { + "author": "thecooltechguy", + "title": "ComfyUI-ComfyWorkflows", + "reference": "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows", + "files": [ + "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows" + ], + "install_type": "git-clone", + "description": "The best way to run, share, & discover thousands of ComfyUI workflows." + }, { "author": "Danand", "title": "ComfyUI-ComfyCouple", @@ -3180,6 +3210,16 @@ "install_type": "git-clone", "description": "Unofficial implementation of [a/SegMoE: Segmind Mixture of Diffusion Experts](https://github.com/segmind/segmoe) for ComfyUI" }, + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI YoloWorld-EfficientSAM", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM" + ], + "install_type": "git-clone", + "description": "Unofficial implementation of [a/YOLO-World + EfficientSAM](https://huggingface.co/spaces/SkalskiP/YOLO-World) & [a/YOLO-World](https://github.com/AILab-CVC/YOLO-World) for ComfyUI" + }, { "author": "kenjiqq", "title": "qq-nodes-comfyui", @@ -3922,36 +3962,6 @@ "install_type": "git-clone", "description": "A ComfyUI extension for chatting with your images. Runs on your own system, no external services used, no filter. Uses the [a/LLaVA multimodal LLM](https://llava-vl.github.io/) so you can give instructions or ask questions in natural language. It's maybe as smart as GPT3.5, and it can see." }, - { - "author": "thecooltechguy", - "title": "ComfyUI-ComfyRun", - "reference": "https://github.com/thecooltechguy/ComfyUI-ComfyRun", - "files": [ - "https://github.com/thecooltechguy/ComfyUI-ComfyRun" - ], - "install_type": "git-clone", - "description": "The easiest way to run & share any ComfyUI workflow [a/https://comfyrun.com](https://comfyrun.com)" - }, - { - "author": "thecooltechguy", - "title": "ComfyUI-MagicAnimate", - "reference": "https://github.com/thecooltechguy/ComfyUI-MagicAnimate", - "files": [ - "https://github.com/thecooltechguy/ComfyUI-MagicAnimate" - ], - "install_type": "git-clone", - "description": "Easily use Magic Animate within ComfyUI!\n[w/WARN: This extension requires 15GB disk space.]" - }, - { - "author": "thecooltechguy", - "title": "ComfyUI-ComfyWorkflows", - "reference": "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows", - "files": [ - "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows" - ], - "install_type": "git-clone", - "description": "The best way to run, share, & discover thousands of ComfyUI workflows." - }, { "author": "styler00dollar", "title": "ComfyUI-sudo-latent-upscale", @@ -4626,6 +4636,16 @@ "install_type": "git-clone", "description": "Add a node for drawing text with CR Draw Text of ComfyUI_Comfyroll_CustomNodes to the area of SEGS detected by Ultralytics Detector of ComfyUI-Impact-Pack." }, + { + "author": "nkchocoai", + "title": "ComfyUI-SaveImageWithMetaData", + "reference": "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData", + "files": [ + "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData" + ], + "install_type": "git-clone", + "description": "Add a node to save images with metadata (PNGInfo) extracted from the input values of each node.\nSince the values are extracted dynamically, values output by various extension nodes can be added to metadata." + }, { "author": "JaredTherriault", "title": "ComfyUI-JNodes", @@ -5256,6 +5276,17 @@ "install_type": "git-clone", "description": "Nodes:Cascade Resolutions" }, + { + "author": "yuvraj108c", + "title": "ComfyUI-Vsgan", + "reference": "https://github.com/yuvraj108c/ComfyUI-Vsgan", + "files": [ + "https://github.com/yuvraj108c/ComfyUI-Vsgan" + ], + "install_type": "git-clone", + "description": "Nodes:Upscale Video Tensorrt" + }, + { diff --git a/extension-node-map.json b/extension-node-map.json index 06eb608e..f35bbe55 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -516,6 +516,7 @@ "PrimereModelKeyword", "PrimereNetworkTagLoader", "PrimerePrompt", + "PrimerePromptOrganizer", "PrimerePromptSwitch", "PrimereRefinerPrompt", "PrimereResolution", @@ -2026,8 +2027,10 @@ ], "https://github.com/SOELexicon/ComfyUI-LexTools": [ [ + "AesthetlcScoreSorter", "AgeClassifierNode", "ArtOrHumanClassifierNode", + "CalculateAestheticScore", "DocumentClassificationNode", "FoodCategoryClassifierNode", "ImageAspectPadNode", @@ -2037,6 +2040,7 @@ "ImageQualityScoreNode", "ImageRankingNode", "ImageScaleToMin", + "LoadAesteticModel", "MD5ImageHashNode", "SamplerPropertiesNode", "ScoreConverterNode", @@ -2555,6 +2559,7 @@ ], "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [ [ + "tri3d-HistogramEqualization", "tri3d-adjust-neck", "tri3d-atr-parse", "tri3d-atr-parse-batch", @@ -3230,6 +3235,16 @@ "title_aux": "ComfyUI-Text_Image-Composite [WIP]" } ], + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": [ + [ + "ESAM_ModelLoader_Zho", + "Yoloworld_ESAM_Zho", + "Yoloworld_ModelLoader_Zho" + ], + { + "title_aux": "ComfyUI YoloWorld-EfficientSAM" + } + ], "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": [ [ "PortraitMaster_\u4e2d\u6587\u7248" @@ -4288,6 +4303,7 @@ "LayerUtility: ImageChannelSplit", "LayerUtility: ImageMaskScaleAs", "LayerUtility: ImageOpacity", + "LayerUtility: ImageScaleByAspectRatio", "LayerUtility: ImageScaleRestore", "LayerUtility: ImageShift", "LayerUtility: LayerImageTransform", @@ -4605,6 +4621,7 @@ "SplitSigmas", "StableCascade_EmptyLatentImage", "StableCascade_StageB_Conditioning", + "StableCascade_StageC_VAEEncode", "StableZero123_Conditioning", "StableZero123_Conditioning_Batched", "StyleModelApply", @@ -4694,6 +4711,7 @@ "https://github.com/cubiq/ComfyUI_InstantID": [ [ "ApplyInstantID", + "ApplyInstantIDAdvanced", "FaceKeypointsPreprocessor", "InstantIDFaceAnalysis", "InstantIDModelLoader" @@ -5173,6 +5191,7 @@ "FEImagePadForOutpaintByImage", "FEOperatorIf", "FEPythonStrOp", + "FERandomBool", "FERandomLoraSelect", "FERandomPrompt", "FERandomizedColor2Image", @@ -5180,6 +5199,7 @@ "FERerouteWithName", "FESaveEncryptImage", "FETextCombine", + "FETextCombine2Any", "FETextInput" ], { @@ -5373,6 +5393,7 @@ ], "https://github.com/gokayfem/ComfyUI_VLM_nodes": [ [ + "Internlm", "Joytag", "JsonToText", "KeywordExtraction", @@ -5733,6 +5754,22 @@ "title_aux": "Knodes" } ], + "https://github.com/kijai/ComfyUI-ADMotionDirector": [ + [ + "ADMD_AdditionalModelSelect", + "ADMD_CheckpointLoader", + "ADMD_DiffusersLoader", + "ADMD_InitializeTraining", + "ADMD_LoadLora", + "ADMD_SaveLora", + "ADMD_TrainLora", + "ADMD_ValidationSampler", + "ADMD_ValidationSettings" + ], + { + "title_aux": "Animatediff MotionLoRA Trainer" + } + ], "https://github.com/kijai/ComfyUI-CCSR": [ [ "CCSR_Model_Select", @@ -6136,6 +6173,7 @@ "ImpactRemoteInt", "ImpactSEGSClassify", "ImpactSEGSConcat", + "ImpactSEGSLabelAssign", "ImpactSEGSLabelFilter", "ImpactSEGSOrderedFilter", "ImpactSEGSPicker", @@ -6310,6 +6348,7 @@ "RetrieveBackendDataNumberKey //Inspire", "SeedExplorer //Inspire", "ShowCachedInfo //Inspire", + "StableCascade_CheckpointLoader //Inspire", "TilePreprocessor_Provider_for_SEGS //Inspire", "ToIPAdapterPipe //Inspire", "UnzipPrompt //Inspire", @@ -6632,6 +6671,14 @@ "title_aux": "ComfyUI-PromptUtilities" } ], + "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": [ + [ + "SaveImageWithMetaData" + ], + { + "title_aux": "ComfyUI-SaveImageWithMetaData" + } + ], "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": [ [ "EmptyLatentImageFromPresetsSD15", @@ -8150,6 +8197,7 @@ "easy XYPlotAdvanced", "easy a1111Loader", "easy boolean", + "easy cascadeKSampler", "easy cascadeLoader", "easy cleanGpuUsed", "easy comfyLoader", @@ -8160,6 +8208,7 @@ "easy detailerFix", "easy float", "easy fooocusInpaintLoader", + "easy fullCascadeKSampler", "easy fullLoader", "easy fullkSampler", "easy globalSeed", @@ -8325,6 +8374,14 @@ "title_aux": "ComfyUI-Pronodes" } ], + "https://github.com/yuvraj108c/ComfyUI-Vsgan": [ + [ + "UpscaleVideoTrtNode" + ], + { + "title_aux": "ComfyUI-Vsgan" + } + ], "https://github.com/yuvraj108c/ComfyUI-Whisper": [ [ "Add Subtitles To Background", diff --git a/model-list.json b/model-list.json index e8b34a93..8688e909 100644 --- a/model-list.json +++ b/model-list.json @@ -271,6 +271,26 @@ "url": "https://civitai.com/api/download/models/9208" }, + { + "name": "stabilityai/comfyui_checkpoints/stable_cascade_stage_b.safetensors", + "type": "checkpoints", + "base": "Stable Cascade", + "save_path": "checkpoints/Stable-Cascade", + "description": "[4.55GB] Stable Cascade stage_b checkpoints", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "stable_cascade_stage_b.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/comfyui_checkpoints/stable_cascade_stage_b.safetensors" + }, + { + "name": "stabilityai/comfyui_checkpoints/stable_cascade_stage_c.safetensors", + "type": "checkpoints", + "base": "Stable Cascade", + "save_path": "checkpoints/Stable-Cascade", + "description": "[9.22GB] Stable Cascade stage_c checkpoints", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "stable_cascade_stage_c.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/comfyui_checkpoints/stable_cascade_stage_c.safetensors" + }, { "name": "stabilityai/Stable Cascade: stage_a.safetensors (VAE)", "type": "VAE", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 24b8a23a..1e6bacfe 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -9,7 +9,26 @@ "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": "huizhang0110", + "title": "ComfyUI_Easy_Nodes_hui", + "reference": "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui", + "files": [ + "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui" + ], + "install_type": "git-clone", + "description": "Nodes:EasyEmptyLatentImage" + }, + { + "author": "tuckerdarby", + "title": "ComfyUI-TDNodes [WIP]", + "reference": "https://github.com/tuckerdarby/ComfyUI-TDNodes", + "files": [ + "https://github.com/tuckerdarby/ComfyUI-TDNodes" + ], + "install_type": "git-clone", + "description": "Nodes:KSampler (RAVE), KSampler (TF), Object Tracker, KSampler Batched, Video Tracker Prompt, TemporalNet Preprocessor, Instance Tracker Prompt, Instance Diffusion Loader, Hand Tracker Node" + }, { "author": "shadowcz007", "title": "comfyui-musicgen", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 1b241afc..4b2ec650 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,36 @@ }, + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI YoloWorld-EfficientSAM", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM" + ], + "install_type": "git-clone", + "description": "Unofficial implementation of [a/YOLO-World + EfficientSAM](https://huggingface.co/spaces/SkalskiP/YOLO-World) & [a/YOLO-World](https://github.com/AILab-CVC/YOLO-World) for ComfyUI" + }, + { + "author": "nkchocoai", + "title": "ComfyUI-SaveImageWithMetaData", + "reference": "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData", + "files": [ + "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData" + ], + "install_type": "git-clone", + "description": "Add a node to save images with metadata (PNGInfo) extracted from the input values of each node.\nSince the values are extracted dynamically, values output by various extension nodes can be added to metadata." + }, + { + "author": "yuvraj108c", + "title": "ComfyUI-Vsgan", + "reference": "https://github.com/yuvraj108c/ComfyUI-Vsgan", + "files": [ + "https://github.com/yuvraj108c/ComfyUI-Vsgan" + ], + "install_type": "git-clone", + "description": "Nodes:Upscale Video Tensorrt" + }, { "author": "Kijai", "title": "Animatediff MotionLoRA Trainer", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 06eb608e..f35bbe55 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -516,6 +516,7 @@ "PrimereModelKeyword", "PrimereNetworkTagLoader", "PrimerePrompt", + "PrimerePromptOrganizer", "PrimerePromptSwitch", "PrimereRefinerPrompt", "PrimereResolution", @@ -2026,8 +2027,10 @@ ], "https://github.com/SOELexicon/ComfyUI-LexTools": [ [ + "AesthetlcScoreSorter", "AgeClassifierNode", "ArtOrHumanClassifierNode", + "CalculateAestheticScore", "DocumentClassificationNode", "FoodCategoryClassifierNode", "ImageAspectPadNode", @@ -2037,6 +2040,7 @@ "ImageQualityScoreNode", "ImageRankingNode", "ImageScaleToMin", + "LoadAesteticModel", "MD5ImageHashNode", "SamplerPropertiesNode", "ScoreConverterNode", @@ -2555,6 +2559,7 @@ ], "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [ [ + "tri3d-HistogramEqualization", "tri3d-adjust-neck", "tri3d-atr-parse", "tri3d-atr-parse-batch", @@ -3230,6 +3235,16 @@ "title_aux": "ComfyUI-Text_Image-Composite [WIP]" } ], + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": [ + [ + "ESAM_ModelLoader_Zho", + "Yoloworld_ESAM_Zho", + "Yoloworld_ModelLoader_Zho" + ], + { + "title_aux": "ComfyUI YoloWorld-EfficientSAM" + } + ], "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": [ [ "PortraitMaster_\u4e2d\u6587\u7248" @@ -4288,6 +4303,7 @@ "LayerUtility: ImageChannelSplit", "LayerUtility: ImageMaskScaleAs", "LayerUtility: ImageOpacity", + "LayerUtility: ImageScaleByAspectRatio", "LayerUtility: ImageScaleRestore", "LayerUtility: ImageShift", "LayerUtility: LayerImageTransform", @@ -4605,6 +4621,7 @@ "SplitSigmas", "StableCascade_EmptyLatentImage", "StableCascade_StageB_Conditioning", + "StableCascade_StageC_VAEEncode", "StableZero123_Conditioning", "StableZero123_Conditioning_Batched", "StyleModelApply", @@ -4694,6 +4711,7 @@ "https://github.com/cubiq/ComfyUI_InstantID": [ [ "ApplyInstantID", + "ApplyInstantIDAdvanced", "FaceKeypointsPreprocessor", "InstantIDFaceAnalysis", "InstantIDModelLoader" @@ -5173,6 +5191,7 @@ "FEImagePadForOutpaintByImage", "FEOperatorIf", "FEPythonStrOp", + "FERandomBool", "FERandomLoraSelect", "FERandomPrompt", "FERandomizedColor2Image", @@ -5180,6 +5199,7 @@ "FERerouteWithName", "FESaveEncryptImage", "FETextCombine", + "FETextCombine2Any", "FETextInput" ], { @@ -5373,6 +5393,7 @@ ], "https://github.com/gokayfem/ComfyUI_VLM_nodes": [ [ + "Internlm", "Joytag", "JsonToText", "KeywordExtraction", @@ -5733,6 +5754,22 @@ "title_aux": "Knodes" } ], + "https://github.com/kijai/ComfyUI-ADMotionDirector": [ + [ + "ADMD_AdditionalModelSelect", + "ADMD_CheckpointLoader", + "ADMD_DiffusersLoader", + "ADMD_InitializeTraining", + "ADMD_LoadLora", + "ADMD_SaveLora", + "ADMD_TrainLora", + "ADMD_ValidationSampler", + "ADMD_ValidationSettings" + ], + { + "title_aux": "Animatediff MotionLoRA Trainer" + } + ], "https://github.com/kijai/ComfyUI-CCSR": [ [ "CCSR_Model_Select", @@ -6136,6 +6173,7 @@ "ImpactRemoteInt", "ImpactSEGSClassify", "ImpactSEGSConcat", + "ImpactSEGSLabelAssign", "ImpactSEGSLabelFilter", "ImpactSEGSOrderedFilter", "ImpactSEGSPicker", @@ -6310,6 +6348,7 @@ "RetrieveBackendDataNumberKey //Inspire", "SeedExplorer //Inspire", "ShowCachedInfo //Inspire", + "StableCascade_CheckpointLoader //Inspire", "TilePreprocessor_Provider_for_SEGS //Inspire", "ToIPAdapterPipe //Inspire", "UnzipPrompt //Inspire", @@ -6632,6 +6671,14 @@ "title_aux": "ComfyUI-PromptUtilities" } ], + "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": [ + [ + "SaveImageWithMetaData" + ], + { + "title_aux": "ComfyUI-SaveImageWithMetaData" + } + ], "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": [ [ "EmptyLatentImageFromPresetsSD15", @@ -8150,6 +8197,7 @@ "easy XYPlotAdvanced", "easy a1111Loader", "easy boolean", + "easy cascadeKSampler", "easy cascadeLoader", "easy cleanGpuUsed", "easy comfyLoader", @@ -8160,6 +8208,7 @@ "easy detailerFix", "easy float", "easy fooocusInpaintLoader", + "easy fullCascadeKSampler", "easy fullLoader", "easy fullkSampler", "easy globalSeed", @@ -8325,6 +8374,14 @@ "title_aux": "ComfyUI-Pronodes" } ], + "https://github.com/yuvraj108c/ComfyUI-Vsgan": [ + [ + "UpscaleVideoTrtNode" + ], + { + "title_aux": "ComfyUI-Vsgan" + } + ], "https://github.com/yuvraj108c/ComfyUI-Whisper": [ [ "Add Subtitles To Background", diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index dfabc357..aa370012 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,5 +1,25 @@ { "models": [ + { + "name": "stabilityai/comfyui_checkpoints/stable_cascade_stage_b.safetensors", + "type": "checkpoints", + "base": "Stable Cascade", + "save_path": "checkpoints/Stable-Cascade", + "description": "[4.55GB] Stable Cascade stage_b checkpoints", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "stable_cascade_stage_b.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/comfyui_checkpoints/stable_cascade_stage_b.safetensors" + }, + { + "name": "stabilityai/comfyui_checkpoints/stable_cascade_stage_c.safetensors", + "type": "checkpoints", + "base": "Stable Cascade", + "save_path": "checkpoints/Stable-Cascade", + "description": "[9.22GB] Stable Cascade stage_c checkpoints", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "stable_cascade_stage_c.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/comfyui_checkpoints/stable_cascade_stage_c.safetensors" + }, { "name": "stabilityai/Stable Cascade: effnet_encoder.safetensors (VAE)", "type": "VAE", @@ -670,150 +690,6 @@ "reference": "https://huggingface.co/guoyww/animatediff", "filename": "v2_lora_ZoomOut.ckpt", "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomOut.ckpt" - }, - - { - "name": "CiaraRowles/TemporalNet1XL (1.0)", - "type": "controlnet", - "base": "SD1.5", - "save_path": "controlnet/TemporalNet1XL", - "description": "This is TemporalNet1XL, it is a re-train of the controlnet TemporalNet1 with Stable Diffusion XL.", - "reference": "https://huggingface.co/CiaraRowles/controlnet-temporalnet-sdxl-1.0", - "filename": "diffusion_pytorch_model.safetensors", - "url": "https://huggingface.co/CiaraRowles/controlnet-temporalnet-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors" - }, - - { - "name": "LCM LoRA SD1.5", - "type": "lora", - "base": "SD1.5", - "save_path": "loras/lcm/SD1.5", - "description": "Latent Consistency LoRA for SD1.5", - "reference": "https://huggingface.co/latent-consistency/lcm-lora-sdv1-5", - "filename": "pytorch_lora_weights.safetensors", - "url": "https://huggingface.co/latent-consistency/lcm-lora-sdv1-5/resolve/main/pytorch_lora_weights.safetensors" - }, - { - "name": "LCM LoRA SSD-1B", - "type": "lora", - "base": "SSD-1B", - "save_path": "loras/lcm/SSD-1B", - "description": "Latent Consistency LoRA for SSD-1B", - "reference": "https://huggingface.co/latent-consistency/lcm-lora-ssd-1b", - "filename": "pytorch_lora_weights.safetensors", - "url": "https://huggingface.co/latent-consistency/lcm-lora-ssd-1b/resolve/main/pytorch_lora_weights.safetensors" - }, - { - "name": "LCM LoRA SDXL", - "type": "lora", - "base": "SSD-1B", - "save_path": "loras/lcm/SDXL", - "description": "Latent Consistency LoRA for SDXL", - "reference": "https://huggingface.co/latent-consistency/lcm-lora-sdxl", - "filename": "pytorch_lora_weights.safetensors", - "url": "https://huggingface.co/latent-consistency/lcm-lora-sdxl/resolve/main/pytorch_lora_weights.safetensors" - }, - - { - "name": "face_yolov8m-seg_60.pt (segm)", - "type": "Ultralytics", - "base": "Ultralytics", - "save_path": "ultralytics/segm", - "description": "These are the available models in the UltralyticsDetectorProvider of Impact Pack.", - "reference": "https://github.com/hben35096/assets/releases/tag/yolo8", - "filename": "face_yolov8m-seg_60.pt", - "url": "https://github.com/hben35096/assets/releases/download/yolo8/face_yolov8m-seg_60.pt" - }, - { - "name": "face_yolov8n-seg2_60.pt (segm)", - "type": "Ultralytics", - "base": "Ultralytics", - "save_path": "ultralytics/segm", - "description": "These are the available models in the UltralyticsDetectorProvider of Impact Pack.", - "reference": "https://github.com/hben35096/assets/releases/tag/yolo8", - "filename": "face_yolov8n-seg2_60.pt", - "url": "https://github.com/hben35096/assets/releases/download/yolo8/face_yolov8n-seg2_60.pt" - }, - { - "name": "hair_yolov8n-seg_60.pt (segm)", - "type": "Ultralytics", - "base": "Ultralytics", - "save_path": "ultralytics/segm", - "description": "These are the available models in the UltralyticsDetectorProvider of Impact Pack.", - "reference": "https://github.com/hben35096/assets/releases/tag/yolo8", - "filename": "hair_yolov8n-seg_60.pt", - "url": "https://github.com/hben35096/assets/releases/download/yolo8/hair_yolov8n-seg_60.pt" - }, - { - "name": "skin_yolov8m-seg_400.pt (segm)", - "type": "Ultralytics", - "base": "Ultralytics", - "save_path": "ultralytics/segm", - "description": "These are the available models in the UltralyticsDetectorProvider of Impact Pack.", - "reference": "https://github.com/hben35096/assets/releases/tag/yolo8", - "filename": "skin_yolov8m-seg_400.pt", - "url": "https://github.com/hben35096/assets/releases/download/yolo8/skin_yolov8m-seg_400.pt" - }, - { - "name": "skin_yolov8n-seg_400.pt (segm)", - "type": "Ultralytics", - "base": "Ultralytics", - "save_path": "ultralytics/segm", - "description": "These are the available models in the UltralyticsDetectorProvider of Impact Pack.", - "reference": "https://github.com/hben35096/assets/releases/tag/yolo8", - "filename": "skin_yolov8n-seg_400.pt", - "url": "https://github.com/hben35096/assets/releases/download/yolo8/skin_yolov8n-seg_400.pt" - }, - { - "name": "skin_yolov8n-seg_800.pt (segm)", - "type": "Ultralytics", - "base": "Ultralytics", - "save_path": "ultralytics/segm", - "description": "These are the available models in the UltralyticsDetectorProvider of Impact Pack.", - "reference": "https://github.com/hben35096/assets/releases/tag/yolo8", - "filename": "skin_yolov8n-seg_800.pt", - "url": "https://github.com/hben35096/assets/releases/download/yolo8/skin_yolov8n-seg_800.pt" - }, - - { - "name": "CiaraRowles/temporaldiff-v1-animatediff.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", - "type": "animatediff", - "base": "SD1.x", - "save_path": "animatediff_models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", - "reference": "https://huggingface.co/CiaraRowles/TemporalDiff", - "filename": "temporaldiff-v1-animatediff.ckpt", - "url": "https://huggingface.co/CiaraRowles/TemporalDiff/resolve/main/temporaldiff-v1-animatediff.ckpt" - }, - { - "name": "animatediff/mm_sd_v15_v2.ckpt (ComfyUI-AnimateDiff-Evolved)", - "type": "animatediff", - "base": "SD1.x", - "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "mm_sd_v15_v2.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15_v2.ckpt" - }, - { - "name": "AD_Stabilized_Motion/mm-Stabilized_high.pth (ComfyUI-AnimateDiff-Evolved) (Updated path)", - "type": "animatediff", - "base": "SD1.x", - "save_path": "animatediff_models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", - "reference": "https://huggingface.co/manshoety/AD_Stabilized_Motion", - "filename": "mm-Stabilized_high.pth", - "url": "https://huggingface.co/manshoety/AD_Stabilized_Motion/resolve/main/mm-Stabilized_high.pth" - }, - { - "name": "AD_Stabilized_Motion/mm-Stabilized_mid.pth (ComfyUI-AnimateDiff-Evolved) (Updated path)", - "type": "animatediff", - "base": "SD1.x", - "save_path": "animatediff_models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", - "reference": "https://huggingface.co/manshoety/AD_Stabilized_Motion", - "filename": "mm-Stabilized_mid.pth", - "url": "https://huggingface.co/manshoety/AD_Stabilized_Motion/resolve/main/mm-Stabilized_mid.pth" } ] } From ebe4a8da86b7f13babbb324cdf08601b137379a2 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 20 Feb 2024 23:56:50 +0900 Subject: [PATCH 49/72] update DB --- model-list.json | 21 +++++++++++++++++++++ node_db/new/model-list.json | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/model-list.json b/model-list.json index 8688e909..5df2c1c7 100644 --- a/model-list.json +++ b/model-list.json @@ -2014,6 +2014,27 @@ "reference": "https://huggingface.co/InstantX/InstantID", "filename": "diffusion_pytorch_model.safetensors", "url": "https://huggingface.co/InstantX/InstantID/resolve/main/ControlNetModel/diffusion_pytorch_model.safetensors" + }, + + { + "name": "efficient_sam_s_cpu.jit [ComfyUI-YoloWorld-EfficientSAM]", + "type": "efficient_sam", + "base": "efficient_sam", + "save_path": "custom_nodes/ComfyUI-YoloWorld-EfficientSAM", + "description": "Install efficient_sam_s_cpu.jit into ComfyUI-YoloWorld-EfficientSAM", + "reference": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/tree/main", + "filename": "efficient_sam_s_cpu.jit", + "url": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/resolve/main/efficient_sam_s_cpu.jit" + }, + { + "name": "efficient_sam_s_gpu.jit [ComfyUI-YoloWorld-EfficientSAM]", + "type": "efficient_sam", + "base": "efficient_sam", + "save_path": "custom_nodes/ComfyUI-YoloWorld-EfficientSAM", + "description": "Install efficient_sam_s_gpu.jit into ComfyUI-YoloWorld-EfficientSAM", + "reference": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/tree/main", + "filename": "efficient_sam_s_gpu.jit", + "url": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/resolve/main/efficient_sam_s_gpu.jit" } ] } diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index aa370012..51112ca6 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,5 +1,26 @@ { "models": [ + { + "name": "efficient_sam_s_cpu.jit [ComfyUI-YoloWorld-EfficientSAM]", + "type": "efficient_sam", + "base": "efficient_sam", + "save_path": "custom_nodes/ComfyUI-YoloWorld-EfficientSAM", + "description": "Install efficient_sam_s_cpu.jit into ComfyUI-YoloWorld-EfficientSAM", + "reference": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/tree/main", + "filename": "efficient_sam_s_cpu.jit", + "url": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/resolve/main/efficient_sam_s_cpu.jit" + }, + { + "name": "efficient_sam_s_gpu.jit [ComfyUI-YoloWorld-EfficientSAM]", + "type": "efficient_sam", + "base": "efficient_sam", + "save_path": "custom_nodes/ComfyUI-YoloWorld-EfficientSAM", + "description": "Install efficient_sam_s_gpu.jit into ComfyUI-YoloWorld-EfficientSAM", + "reference": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/tree/main", + "filename": "efficient_sam_s_gpu.jit", + "url": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/resolve/main/efficient_sam_s_gpu.jit" + }, + { "name": "stabilityai/comfyui_checkpoints/stable_cascade_stage_b.safetensors", "type": "checkpoints", From ea864bee63f8094eea26aaf0d52b94eca960dd19 Mon Sep 17 00:00:00 2001 From: klinter007 <131816305+klinter007@users.noreply.github.com> Date: Wed, 21 Feb 2024 01:24:45 +0700 Subject: [PATCH 50/72] new nodes from klinter --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 19375902..4ef4b249 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5615,6 +5615,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Klinter", + "title": "Klinter_nodes", + "reference": "https://github.com/klinter007/giling-around", + "files": [ + "https://github.com/klinter007/giling-around/tree/main/ComfyUI_KlinterPack" + ], + "install_type": "git-clone", + "description": "Concat_strings atm - celebrating first_node" } ] } From b28d27e24f1c8713af8ba7c69a00a7774a552283 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 21 Feb 2024 20:03:10 +0900 Subject: [PATCH 51/72] update DB --- custom-node-list.json | 45 +++++++++- extension-node-map.json | 53 +++++++++++- model-list.json | 21 +++++ node_db/dev/custom-node-list.json | 12 ++- node_db/new/custom-node-list.json | 113 +++++++++---------------- node_db/new/extension-node-map.json | 53 +++++++++++- node_db/new/model-list.json | 21 +++++ node_db/tutorial/custom-node-list.json | 10 +++ 8 files changed, 251 insertions(+), 77 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 19375902..0c5679df 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -914,6 +914,16 @@ "install_type": "git-clone", "description": "Native [a/InstantID](https://github.com/InstantID/InstantID) support for ComfyUI.\nThis extension differs from the many already available as it doesn't use diffusers but instead implements InstantID natively and it fully integrates with ComfyUI.\nPlease note this still could be considered beta stage, looking forward to your feedback." }, + { + "author": "cubiq", + "title": "Face Analysis for ComfyUI", + "reference": "https://github.com/cubiq/ComfyUI_FaceAnalysis", + "files": [ + "https://github.com/cubiq/ComfyUI_FaceAnalysis" + ], + "install_type": "git-clone", + "description": "This extension uses [a/DLib](http://dlib.net/) to calculate the Euclidean and Cosine distance between two faces.\nNOTE: Install the Shape Predictor, Face Recognition model from the Install models menu." + }, { "author": "shockz0rz", "title": "InterpolateEverything", @@ -3218,7 +3228,7 @@ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM" ], "install_type": "git-clone", - "description": "Unofficial implementation of [a/YOLO-World + EfficientSAM](https://huggingface.co/spaces/SkalskiP/YOLO-World) & [a/YOLO-World](https://github.com/AILab-CVC/YOLO-World) for ComfyUI" + "description": "Unofficial implementation of [a/YOLO-World + EfficientSAM](https://huggingface.co/spaces/SkalskiP/YOLO-World) & [a/YOLO-World](https://github.com/AILab-CVC/YOLO-World) for ComfyUI\nNOTE: Install the efficient_sam model from the Install models menu." }, { "author": "kenjiqq", @@ -5286,8 +5296,37 @@ "install_type": "git-clone", "description": "Nodes:Upscale Video Tensorrt" }, - - + { + "author": "yytdfc", + "title": "Amazon Bedrock nodes for ComfyUI", + "reference": "https://github.com/yytdfc/ComfyUI-Bedrock", + "files": [ + "https://github.com/yytdfc/ComfyUI-Bedrock" + ], + "pip": ["boto3"], + "install_type": "git-clone", + "description": "Amazon Bedrock is a fully managed service that offers a choice of high-performing foundation models (FMs) from leading AI companies. This repo is the ComfyUI nodes for Bedrock service. You could invoke the foundation model in your ComfyUI pipeline." + }, + { + "author": "mirabarukaso", + "title": "ComfyUI_Mira", + "reference": "https://github.com/mirabarukaso/ComfyUI_Mira", + "files": [ + "https://github.com/mirabarukaso/ComfyUI_Mira" + ], + "install_type": "git-clone", + "description": "Nodes:Integer Multiplier, Float Multiplier, Convert Numeral to String, Create Canvas Advanced, Create Canvas, Create PNG Mask, Color Mask to HEX String, Color Mask to INT RGB, Color Masks to List" + }, + { + "author": "1038lab", + "title": "ComfyUI-GPT2P", + "reference": "https://github.com/1038lab/ComfyUI-GPT2P", + "files": [ + "https://github.com/1038lab/ComfyUI-GPT2P" + ], + "install_type": "git-clone", + "description": "ComfyUI Node - Hugging Face repositories GTP2 Prompt" + }, { "author": "Ser-Hilary", diff --git a/extension-node-map.json b/extension-node-map.json index f35bbe55..38ef06f8 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -29,6 +29,15 @@ "title_aux": "Latent Consistency Model for ComfyUI" } ], + "https://github.com/1038lab/ComfyUI-GPT2P": [ + [ + "GPT2PNode", + "ShowText_GPT2P" + ], + { + "title_aux": "ComfyUI-GPT2P" + } + ], "https://github.com/1shadow1/hayo_comfyui_nodes/raw/main/LZCNodes.py": [ [ "LoadPILImages", @@ -3238,6 +3247,7 @@ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": [ [ "ESAM_ModelLoader_Zho", + "Yoloworld_ESAM_DetectorProvider_Zho", "Yoloworld_ESAM_Zho", "Yoloworld_ModelLoader_Zho" ], @@ -4297,13 +4307,13 @@ "LayerUtility: GetColorTone", "LayerUtility: GetImageSize", "LayerUtility: GradientImage", + "LayerUtility: ImageAutoCrop", "LayerUtility: ImageBlend", "LayerUtility: ImageBlendAdvance", "LayerUtility: ImageChannelMerge", "LayerUtility: ImageChannelSplit", "LayerUtility: ImageMaskScaleAs", "LayerUtility: ImageOpacity", - "LayerUtility: ImageScaleByAspectRatio", "LayerUtility: ImageScaleRestore", "LayerUtility: ImageShift", "LayerUtility: LayerImageTransform", @@ -4689,6 +4699,15 @@ "title_aux": "ComfyQR-scanning-nodes" } ], + "https://github.com/cubiq/ComfyUI_FaceAnalysis": [ + [ + "FaceAnalysisModels", + "FaceEmbedDistance" + ], + { + "title_aux": "Face Analysis for ComfyUI" + } + ], "https://github.com/cubiq/ComfyUI_IPAdapter_plus": [ [ "IPAdapterApply", @@ -5730,6 +5749,7 @@ "https://github.com/kenjiqq/qq-nodes-comfyui": [ [ "Any List", + "Any To Any", "Axis Pack", "Axis Unpack", "Image Accumulator End", @@ -6580,6 +6600,23 @@ "title_aux": "ComfyUI - Mask Bounding Box" } ], + "https://github.com/mirabarukaso/ComfyUI_Mira": [ + [ + "CanvasCreatorAdvanced", + "CanvasCreatorSimple", + "ColorMasksToMaskList", + "ColorMasksToRGB", + "ColorMasksToString", + "ColorMasksToStringList", + "CreateRegionalMask", + "FloatMultiplier", + "IntMultiplier", + "NumeralToString" + ], + { + "title_aux": "ComfyUI_Mira" + } + ], "https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor": [ [ "LaMaPreprocessor", @@ -7468,6 +7505,7 @@ "BlurImageFast", "BlurMaskFast", "ClampOutliers", + "ColorMatch", "ConvertNormals", "DifferenceChecker", "DilateErodeMask", @@ -7482,6 +7520,7 @@ "NormalMapSimple", "OffsetLatentImage", "RemapRange", + "ShuffleChannels", "Tonemap", "UnJitterImage", "UnTonemap" @@ -8393,6 +8432,18 @@ "title_aux": "ComfyUI Whisper" } ], + "https://github.com/yytdfc/ComfyUI-Bedrock": [ + [ + "Bedrock - Claude", + "Bedrock - SDXL", + "Bedrock - Titan Image", + "Prompt Regex Remove", + "Prompt Template" + ], + { + "title_aux": "Amazon Bedrock nodes for ComfyUI" + } + ], "https://github.com/zcfrank1st/Comfyui-Toolbox": [ [ "PreviewJson", diff --git a/model-list.json b/model-list.json index 5df2c1c7..8db766ff 100644 --- a/model-list.json +++ b/model-list.json @@ -2035,6 +2035,27 @@ "reference": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/tree/main", "filename": "efficient_sam_s_gpu.jit", "url": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/resolve/main/efficient_sam_s_gpu.jit" + }, + + { + "name": "shape_predictor_68_face_landmarks.dat [Face Analysis]", + "type": "Shape Predictor", + "base": "DLIB", + "save_path": "custom_nodes/ComfyUI_FaceAnalysis/dlib", + "description": "To use the Face Analysis for ComfyUI custom node, installation of this model is needed.", + "reference": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/tree/main", + "filename": "shape_predictor_68_face_landmarks.dat", + "url": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/resolve/main/shape_predictor_68_face_landmarks.dat" + }, + { + "name": "dlib_face_recognition_resnet_model_v1.dat [Face Analysis]", + "type": "Face Recognition", + "base": "DLIB", + "save_path": "custom_nodes/ComfyUI_FaceAnalysis/dlib", + "description": "To use the Face Analysis for ComfyUI custom node, installation of this model is needed.", + "reference": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/tree/main", + "filename": "dlib_face_recognition_resnet_model_v1.dat", + "url": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/resolve/main/dlib_face_recognition_resnet_model_v1.dat" } ] } diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 1e6bacfe..43130911 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -8,7 +8,17 @@ "install_type": "git-clone", "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": "gameltb", + "title": "ComfyUI paper playground", + "reference": "https://github.com/gameltb/ComfyUI_paper_playground", + "files": [ + "https://github.com/gameltb/ComfyUI_paper_playground" + ], + "install_type": "git-clone", + "description": "Evaluate some papers in ComfyUI, just playground.\nNOTE: Various models need to be installed, so please visit the repository to check." + }, { "author": "huizhang0110", "title": "ComfyUI_Easy_Nodes_hui", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 4b2ec650..558603ec 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,47 @@ }, + { + "author": "cubiq", + "title": "Face Analysis for ComfyUI", + "reference": "https://github.com/cubiq/ComfyUI_FaceAnalysis", + "files": [ + "https://github.com/cubiq/ComfyUI_FaceAnalysis" + ], + "install_type": "git-clone", + "description": "This extension uses [a/DLib](http://dlib.net/) to calculate the Euclidean and Cosine distance between two faces.\nNOTE: Install the Shape Predictor, Face Recognition model from the Install models menu." + }, + { + "author": "1038lab", + "title": "ComfyUI-GPT2P", + "reference": "https://github.com/1038lab/ComfyUI-GPT2P", + "files": [ + "https://github.com/1038lab/ComfyUI-GPT2P" + ], + "install_type": "git-clone", + "description": "ComfyUI Node - Hugging Face repositories GTP2 Prompt" + }, + { + "author": "mirabarukaso", + "title": "ComfyUI_Mira", + "reference": "https://github.com/mirabarukaso/ComfyUI_Mira", + "files": [ + "https://github.com/mirabarukaso/ComfyUI_Mira" + ], + "install_type": "git-clone", + "description": "Nodes:Integer Multiplier, Float Multiplier, Convert Numeral to String, Create Canvas Advanced, Create Canvas, Create PNG Mask, Color Mask to HEX String, Color Mask to INT RGB, Color Masks to List" + }, + { + "author": "yytdfc", + "title": "Amazon Bedrock nodes for ComfyUI", + "reference": "https://github.com/yytdfc/ComfyUI-Bedrock", + "files": [ + "https://github.com/yytdfc/ComfyUI-Bedrock" + ], + "pip": ["boto3"], + "install_type": "git-clone", + "description": "Amazon Bedrock is a fully managed service that offers a choice of high-performing foundation models (FMs) from leading AI companies. This repo is the ComfyUI nodes for Bedrock service. You could invoke the foundation model in your ComfyUI pipeline." + }, { "author": "ZHO-ZHO-ZHO", "title": "ComfyUI YoloWorld-EfficientSAM", @@ -18,7 +59,7 @@ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM" ], "install_type": "git-clone", - "description": "Unofficial implementation of [a/YOLO-World + EfficientSAM](https://huggingface.co/spaces/SkalskiP/YOLO-World) & [a/YOLO-World](https://github.com/AILab-CVC/YOLO-World) for ComfyUI" + "description": "Unofficial implementation of [a/YOLO-World + EfficientSAM](https://huggingface.co/spaces/SkalskiP/YOLO-World) & [a/YOLO-World](https://github.com/AILab-CVC/YOLO-World) for ComfyUI\nNOTE: Install the efficient_sam model from the Install models menu." }, { "author": "nkchocoai", @@ -650,76 +691,6 @@ ], "install_type": "git-clone", "description": "Transcribe audio and add subtitles to videos using Whisper in ComfyUI" - }, - { - "author": "kijai", - "title": "ComfyUI-CCSR", - "reference": "https://github.com/kijai/ComfyUI-CCSR", - "files": [ - "https://github.com/kijai/ComfyUI-CCSR" - ], - "install_type": "git-clone", - "description": "ComfyUI- CCSR upscaler node" - }, - { - "author": "azure-dragon-ai", - "title": "ComfyUI-ClipScore-Nodes", - "reference": "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes", - "files": [ - "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes" - ], - "install_type": "git-clone", - "description": "Nodes:ImageScore, Loader, Image Processor, Real Image Processor, Fake Image Processor, Text Processor. ComfyUI Nodes for ClipScore" - }, - { - "author": "Hiero207", - "title": "ComfyUI-Hiero-Nodes", - "reference": "https://github.com/Hiero207/ComfyUI-Hiero-Nodes", - "files": [ - "https://github.com/Hiero207/ComfyUI-Hiero-Nodes" - ], - "install_type": "git-clone", - "description": "Nodes:Post to Discord w/ Webhook" - }, - { - "author": "azure-dragon-ai", - "title": "ComfyUI-ClipScore-Nodes", - "reference": "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes", - "files": [ - "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes" - ], - "install_type": "git-clone", - "description": "ComfyUI Nodes for ClipScore" - }, - { - "author": "godspede", - "title": "ComfyUI Substring", - "reference": "https://github.com/godspede/ComfyUI_Substring", - "files": [ - "https://github.com/godspede/ComfyUI_Substring" - ], - "install_type": "git-clone", - "description": "Just a simple substring node that takes text and length as input, and outputs the first length characters." - }, - { - "author": "gokayfem", - "title": "VLM_nodes", - "reference": "https://github.com/gokayfem/ComfyUI_VLM_nodes", - "files": [ - "https://github.com/gokayfem/ComfyUI_VLM_nodes" - ], - "install_type": "git-clone", - "description": "Nodes:VisionQuestionAnswering Node, PromptGenerate Node" - }, - { - "author": "godspede", - "title": "ComfyUI Substring", - "reference": "https://github.com/godspede/ComfyUI_Substring", - "files": [ - "https://github.com/godspede/ComfyUI_Substring" - ], - "install_type": "git-clone", - "description": "Just a simple substring node that takes text and length as input, and outputs the first length characters." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index f35bbe55..38ef06f8 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -29,6 +29,15 @@ "title_aux": "Latent Consistency Model for ComfyUI" } ], + "https://github.com/1038lab/ComfyUI-GPT2P": [ + [ + "GPT2PNode", + "ShowText_GPT2P" + ], + { + "title_aux": "ComfyUI-GPT2P" + } + ], "https://github.com/1shadow1/hayo_comfyui_nodes/raw/main/LZCNodes.py": [ [ "LoadPILImages", @@ -3238,6 +3247,7 @@ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": [ [ "ESAM_ModelLoader_Zho", + "Yoloworld_ESAM_DetectorProvider_Zho", "Yoloworld_ESAM_Zho", "Yoloworld_ModelLoader_Zho" ], @@ -4297,13 +4307,13 @@ "LayerUtility: GetColorTone", "LayerUtility: GetImageSize", "LayerUtility: GradientImage", + "LayerUtility: ImageAutoCrop", "LayerUtility: ImageBlend", "LayerUtility: ImageBlendAdvance", "LayerUtility: ImageChannelMerge", "LayerUtility: ImageChannelSplit", "LayerUtility: ImageMaskScaleAs", "LayerUtility: ImageOpacity", - "LayerUtility: ImageScaleByAspectRatio", "LayerUtility: ImageScaleRestore", "LayerUtility: ImageShift", "LayerUtility: LayerImageTransform", @@ -4689,6 +4699,15 @@ "title_aux": "ComfyQR-scanning-nodes" } ], + "https://github.com/cubiq/ComfyUI_FaceAnalysis": [ + [ + "FaceAnalysisModels", + "FaceEmbedDistance" + ], + { + "title_aux": "Face Analysis for ComfyUI" + } + ], "https://github.com/cubiq/ComfyUI_IPAdapter_plus": [ [ "IPAdapterApply", @@ -5730,6 +5749,7 @@ "https://github.com/kenjiqq/qq-nodes-comfyui": [ [ "Any List", + "Any To Any", "Axis Pack", "Axis Unpack", "Image Accumulator End", @@ -6580,6 +6600,23 @@ "title_aux": "ComfyUI - Mask Bounding Box" } ], + "https://github.com/mirabarukaso/ComfyUI_Mira": [ + [ + "CanvasCreatorAdvanced", + "CanvasCreatorSimple", + "ColorMasksToMaskList", + "ColorMasksToRGB", + "ColorMasksToString", + "ColorMasksToStringList", + "CreateRegionalMask", + "FloatMultiplier", + "IntMultiplier", + "NumeralToString" + ], + { + "title_aux": "ComfyUI_Mira" + } + ], "https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor": [ [ "LaMaPreprocessor", @@ -7468,6 +7505,7 @@ "BlurImageFast", "BlurMaskFast", "ClampOutliers", + "ColorMatch", "ConvertNormals", "DifferenceChecker", "DilateErodeMask", @@ -7482,6 +7520,7 @@ "NormalMapSimple", "OffsetLatentImage", "RemapRange", + "ShuffleChannels", "Tonemap", "UnJitterImage", "UnTonemap" @@ -8393,6 +8432,18 @@ "title_aux": "ComfyUI Whisper" } ], + "https://github.com/yytdfc/ComfyUI-Bedrock": [ + [ + "Bedrock - Claude", + "Bedrock - SDXL", + "Bedrock - Titan Image", + "Prompt Regex Remove", + "Prompt Template" + ], + { + "title_aux": "Amazon Bedrock nodes for ComfyUI" + } + ], "https://github.com/zcfrank1st/Comfyui-Toolbox": [ [ "PreviewJson", diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index 51112ca6..2bd03383 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,5 +1,26 @@ { "models": [ + { + "name": "shape_predictor_68_face_landmarks.dat [Face Analysis]", + "type": "Shape Predictor", + "base": "DLIB", + "save_path": "custom_nodes/ComfyUI_FaceAnalysis/dlib", + "description": "To use the Face Analysis for ComfyUI custom node, installation of this model is needed.", + "reference": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/tree/main", + "filename": "shape_predictor_68_face_landmarks.dat", + "url": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/resolve/main/shape_predictor_68_face_landmarks.dat" + }, + { + "name": "dlib_face_recognition_resnet_model_v1.dat [Face Analysis]", + "type": "Face Recognition", + "base": "DLIB", + "save_path": "custom_nodes/ComfyUI_FaceAnalysis/dlib", + "description": "To use the Face Analysis for ComfyUI custom node, installation of this model is needed.", + "reference": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/tree/main", + "filename": "dlib_face_recognition_resnet_model_v1.dat", + "url": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/resolve/main/dlib_face_recognition_resnet_model_v1.dat" + }, + { "name": "efficient_sam_s_cpu.jit [ComfyUI-YoloWorld-EfficientSAM]", "type": "efficient_sam", diff --git a/node_db/tutorial/custom-node-list.json b/node_db/tutorial/custom-node-list.json index d191d715..55a10e2c 100644 --- a/node_db/tutorial/custom-node-list.json +++ b/node_db/tutorial/custom-node-list.json @@ -119,6 +119,16 @@ ], "install_type": "git-clone", "description": "Nodes:M_Layer, M_Output" + }, + { + "author": "andrewharp", + "title": "ComfyUI Function Annotator", + "reference": "https://github.com/andrewharp/ComfyUI-Annotations", + "files": [ + "https://github.com/andrewharp/ComfyUI-Annotations" + ], + "install_type": "git-clone", + "description": "This module provides an annotation @ComfyFunc to streamline adding custom node types in ComfyUI. It processes your function's signature to create a wrapped function and custom node definition required for ComfyUI, eliminating all the boilerplate code. In most cases you can just add a @ComfyFunc(\"category\") annotation to your existing function." } ] } \ No newline at end of file From 6c918370a3faf50fc4c721c708df87a7e62ee166 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 22 Feb 2024 00:07:11 +0900 Subject: [PATCH 52/72] update DB --- extension-node-map.json | 1 + node_db/new/extension-node-map.json | 1 + 2 files changed, 2 insertions(+) diff --git a/extension-node-map.json b/extension-node-map.json index 38ef06f8..d3283736 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -6603,6 +6603,7 @@ "https://github.com/mirabarukaso/ComfyUI_Mira": [ [ "CanvasCreatorAdvanced", + "CanvasCreatorBasic", "CanvasCreatorSimple", "ColorMasksToMaskList", "ColorMasksToRGB", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 38ef06f8..d3283736 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -6603,6 +6603,7 @@ "https://github.com/mirabarukaso/ComfyUI_Mira": [ [ "CanvasCreatorAdvanced", + "CanvasCreatorBasic", "CanvasCreatorSimple", "ColorMasksToMaskList", "ColorMasksToRGB", From 36bd3fbdb4a8108a2f441aaee76f52997dd70432 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 22 Feb 2024 00:10:13 +0900 Subject: [PATCH 53/72] update DB --- custom-node-list.json | 2 +- node_db/new/custom-node-list.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 0c5679df..cd3a0dff 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3228,7 +3228,7 @@ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM" ], "install_type": "git-clone", - "description": "Unofficial implementation of [a/YOLO-World + EfficientSAM](https://huggingface.co/spaces/SkalskiP/YOLO-World) & [a/YOLO-World](https://github.com/AILab-CVC/YOLO-World) for ComfyUI\nNOTE: Install the efficient_sam model from the Install models menu." + "description": "Unofficial implementation of [a/YOLO-World + EfficientSAM](https://huggingface.co/spaces/SkalskiP/YOLO-World) & [a/YOLO-World](https://github.com/AILab-CVC/YOLO-World) for ComfyUI\nNOTE: Install the efficient_sam model from the Install models menu.\n[w/When installing or updating this custom node, many installation packages may be downgraded due to the installation of requirements.]" }, { "author": "kenjiqq", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 558603ec..78e18358 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -59,7 +59,7 @@ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM" ], "install_type": "git-clone", - "description": "Unofficial implementation of [a/YOLO-World + EfficientSAM](https://huggingface.co/spaces/SkalskiP/YOLO-World) & [a/YOLO-World](https://github.com/AILab-CVC/YOLO-World) for ComfyUI\nNOTE: Install the efficient_sam model from the Install models menu." + "description": "Unofficial implementation of [a/YOLO-World + EfficientSAM](https://huggingface.co/spaces/SkalskiP/YOLO-World) & [a/YOLO-World](https://github.com/AILab-CVC/YOLO-World) for ComfyUI\nNOTE: Install the efficient_sam model from the Install models menu.\n[w/When installing or updating this custom node, many installation packages may be downgraded due to the installation of requirements.]" }, { "author": "nkchocoai", From 74216fab24290101c1b9652b44cb712173ace214 Mon Sep 17 00:00:00 2001 From: klinter007 <131816305+klinter007@users.noreply.github.com> Date: Wed, 21 Feb 2024 22:55:08 +0700 Subject: [PATCH 54/72] Update custom-node-list.json --- custom-node-list.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 4ef4b249..4c3c6dc6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5617,11 +5617,11 @@ "description": "This is a node to convert an image into a CMYK Halftone dot image." }, { - "author": "Klinter", + "author": "Klinter", "title": "Klinter_nodes", - "reference": "https://github.com/klinter007/giling-around", + "reference": "https://github.com/klinter007/klinter_nodes", "files": [ - "https://github.com/klinter007/giling-around/tree/main/ComfyUI_KlinterPack" + "https://github.com/klinter007/klinter_nodes/blob/main/concat_klinter.py" ], "install_type": "git-clone", "description": "Concat_strings atm - celebrating first_node" From 19ffb0b9f67f8da1d054160c482d88d479225dda Mon Sep 17 00:00:00 2001 From: Ionite Date: Wed, 21 Feb 2024 13:29:31 -0500 Subject: [PATCH 55/72] Add LykosAI/ComfyUI-Inference-Core-Nodes --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index cd3a0dff..5d0916ef 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5654,6 +5654,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "LykosAI", + "title": "ComfyUI Nodes for Inference.Core", + "reference": "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes", + "files": [ + "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes" + ], + "install_type": "git-clone", + "description": "Primary Nodes for Inference.Core and Stability Matrix. With a focus on not impacting startup performance and using fully qualified Node names." } ] } From 96aa829bc19c2d4a87bc8ea1357f419db7a638dc Mon Sep 17 00:00:00 2001 From: gokayfem Date: Thu, 22 Feb 2024 06:19:10 +0300 Subject: [PATCH 56/72] update custom-node-list.json --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index cd3a0dff..23d26dfa 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4854,7 +4854,7 @@ "https://github.com/gokayfem/ComfyUI_VLM_nodes" ], "install_type": "git-clone", - "description": "Nodes:VisionQuestionAnswering Node, PromptGenerate Node" + "description": "Custom Nodes for Visual Language Models (VLM) , Large Language Models (LLM), Image Captioning, Automatic Prompt Generation, Creative and Consistent Prompt Suggestion, Keyword Extraction" }, { "author": "Hiero207", From 49858945a668c93f1a5748f4591695f8563c9a43 Mon Sep 17 00:00:00 2001 From: FuChen Date: Thu, 22 Feb 2024 11:19:24 +0800 Subject: [PATCH 57/72] add custom nodes Amazon Bedrock --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index cd3a0dff..772ae26f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5645,6 +5645,16 @@ "install_type": "unzip", "description": "Various image processing nodes." }, + { + "author": "yytdfc", + "title": "Amazon Bedrock nodes for for ComfyUI", + "reference": "https://github.com/yytdfc/ComfyUI-Bedrock", + "files": [ + "https://github.com/yytdfc/ComfyUI-Bedrock" + ], + "install_type": "git-clone", + "description": "This extension provides fundation models nodes from Amazon Bedrock, including Claude (v1, v2.0, v2.1), SDXL." + }, { "author": "aimingfail", "title": "Image2Halftone Node for ComfyUI", From 9348e65effc40103c662e1555787f8c7e1ce31bf Mon Sep 17 00:00:00 2001 From: gokayfem Date: Thu, 22 Feb 2024 06:21:07 +0300 Subject: [PATCH 58/72] Update custom-node-list.json --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 23d26dfa..423415c5 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4854,7 +4854,7 @@ "https://github.com/gokayfem/ComfyUI_VLM_nodes" ], "install_type": "git-clone", - "description": "Custom Nodes for Visual Language Models (VLM) , Large Language Models (LLM), Image Captioning, Automatic Prompt Generation, Creative and Consistent Prompt Suggestion, Keyword Extraction" + "description": "Custom Nodes for Vision Language Models (VLM) , Large Language Models (LLM), Image Captioning, Automatic Prompt Generation, Creative and Consistent Prompt Suggestion, Keyword Extraction" }, { "author": "Hiero207", From 83429403dd1fed712a4756a67fb222903589f376 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Thu, 22 Feb 2024 12:52:44 +0900 Subject: [PATCH 59/72] update DB --- custom-node-list.json | 36 +++----- extension-node-map.json | 18 +++- model-list.json | 33 ++++++++ node_db/new/custom-node-list.json | 15 +++- node_db/new/extension-node-map.json | 18 +++- node_db/new/model-list.json | 122 +++++++--------------------- 6 files changed, 117 insertions(+), 125 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index d7188b73..5452f2fa 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5298,14 +5298,13 @@ }, { "author": "yytdfc", - "title": "Amazon Bedrock nodes for ComfyUI", + "title": "Amazon Bedrock nodes for for ComfyUI", "reference": "https://github.com/yytdfc/ComfyUI-Bedrock", "files": [ "https://github.com/yytdfc/ComfyUI-Bedrock" ], - "pip": ["boto3"], "install_type": "git-clone", - "description": "Amazon Bedrock is a fully managed service that offers a choice of high-performing foundation models (FMs) from leading AI companies. This repo is the ComfyUI nodes for Bedrock service. You could invoke the foundation model in your ComfyUI pipeline." + "description": "This extension provides fundation models nodes from Amazon Bedrock, including Claude (v1, v2.0, v2.1), SDXL." }, { "author": "mirabarukaso", @@ -5327,6 +5326,17 @@ "install_type": "git-clone", "description": "ComfyUI Node - Hugging Face repositories GTP2 Prompt" }, + { + "author": "LykosAI", + "title": "ComfyUI Nodes for Inference.Core", + "reference": "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes", + "files": [ + "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes" + ], + "install_type": "git-clone", + "description": "Primary Nodes for Inference.Core and Stability Matrix. With a focus on not impacting startup performance and using fully qualified Node names." + }, + { "author": "Ser-Hilary", @@ -5645,16 +5655,6 @@ "install_type": "unzip", "description": "Various image processing nodes." }, - { - "author": "yytdfc", - "title": "Amazon Bedrock nodes for for ComfyUI", - "reference": "https://github.com/yytdfc/ComfyUI-Bedrock", - "files": [ - "https://github.com/yytdfc/ComfyUI-Bedrock" - ], - "install_type": "git-clone", - "description": "This extension provides fundation models nodes from Amazon Bedrock, including Claude (v1, v2.0, v2.1), SDXL." - }, { "author": "aimingfail", "title": "Image2Halftone Node for ComfyUI", @@ -5664,16 +5664,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "LykosAI", - "title": "ComfyUI Nodes for Inference.Core", - "reference": "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes", - "files": [ - "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes" - ], - "install_type": "git-clone", - "description": "Primary Nodes for Inference.Core and Stability Matrix. With a focus on not impacting startup performance and using fully qualified Node names." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index d3283736..407af3c0 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -664,7 +664,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8SerialPrompter", + "title": "cr8ImageSizer", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -1035,10 +1035,12 @@ ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ + "Hook Recenter", + "Hook Recenter XL", "Normalization", "NormalizationXL", - "Recenter", - "Recenter XL" + "Tensor Debug", + "Unhook Recenter" ], { "title_aux": "ComfyUI Diffusion Color Grading" @@ -1529,6 +1531,14 @@ "title_aux": "Anime Character Segmentation node for comfyui" } ], + "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": [ + [ + "Inference_Core_PromptExpansion" + ], + { + "title_aux": "ComfyUI Nodes for Inference.Core" + } + ], "https://github.com/M1kep/ComfyLiterals": [ [ "Checkpoint", @@ -8442,7 +8452,7 @@ "Prompt Template" ], { - "title_aux": "Amazon Bedrock nodes for ComfyUI" + "title_aux": "Amazon Bedrock nodes for for ComfyUI" } ], "https://github.com/zcfrank1st/Comfyui-Toolbox": [ diff --git a/model-list.json b/model-list.json index 8db766ff..d77d9264 100644 --- a/model-list.json +++ b/model-list.json @@ -492,6 +492,39 @@ "filename": "sd_xl_offset_example-lora_1.0.safetensors", "url": "https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_offset_example-lora_1.0.safetensors" }, + + { + "name": "SDXL Lightning LoRA (2step)", + "type": "lora", + "base": "SDXL", + "save_path": "loras/SDXL-Lightning", + "description": "SDXL Lightning LoRA (2step)", + "reference": "https://huggingface.co/ByteDance/SDXL-Lightning", + "filename": "sdxl_lightning_2step_lora.safetensors", + "url": "https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_2step_lora.safetensors" + }, + { + "name": "SDXL Lightning LoRA (4step)", + "type": "lora", + "base": "SDXL", + "save_path": "loras/SDXL-Lightning", + "description": "SDXL Lightning LoRA (4step)", + "reference": "https://huggingface.co/ByteDance/SDXL-Lightning", + "filename": "sdxl_lightning_4step_lora.safetensors", + "url": "https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_4step_lora.safetensors" + }, + { + "name": "SDXL Lightning LoRA (8step)", + "type": "lora", + "base": "SDXL", + "save_path": "loras/SDXL-Lightning", + "description": "SDXL Lightning LoRA (8tep)", + "reference": "https://huggingface.co/ByteDance/SDXL-Lightning", + "filename": "sdxl_lightning_8step_lora.safetensors", + "url": "https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_8step_lora.safetensors" + }, + + { "name": "v1-5-pruned-emaonly.ckpt", "type": "checkpoints", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 78e18358..092d86af 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "LykosAI", + "title": "ComfyUI Nodes for Inference.Core", + "reference": "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes", + "files": [ + "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes" + ], + "install_type": "git-clone", + "description": "Primary Nodes for Inference.Core and Stability Matrix. With a focus on not impacting startup performance and using fully qualified Node names." + }, { "author": "cubiq", "title": "Face Analysis for ComfyUI", @@ -42,14 +52,13 @@ }, { "author": "yytdfc", - "title": "Amazon Bedrock nodes for ComfyUI", + "title": "Amazon Bedrock nodes for for ComfyUI", "reference": "https://github.com/yytdfc/ComfyUI-Bedrock", "files": [ "https://github.com/yytdfc/ComfyUI-Bedrock" ], - "pip": ["boto3"], "install_type": "git-clone", - "description": "Amazon Bedrock is a fully managed service that offers a choice of high-performing foundation models (FMs) from leading AI companies. This repo is the ComfyUI nodes for Bedrock service. You could invoke the foundation model in your ComfyUI pipeline." + "description": "This extension provides fundation models nodes from Amazon Bedrock, including Claude (v1, v2.0, v2.1), SDXL." }, { "author": "ZHO-ZHO-ZHO", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index d3283736..407af3c0 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -664,7 +664,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8SerialPrompter", + "title": "cr8ImageSizer", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -1035,10 +1035,12 @@ ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ + "Hook Recenter", + "Hook Recenter XL", "Normalization", "NormalizationXL", - "Recenter", - "Recenter XL" + "Tensor Debug", + "Unhook Recenter" ], { "title_aux": "ComfyUI Diffusion Color Grading" @@ -1529,6 +1531,14 @@ "title_aux": "Anime Character Segmentation node for comfyui" } ], + "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": [ + [ + "Inference_Core_PromptExpansion" + ], + { + "title_aux": "ComfyUI Nodes for Inference.Core" + } + ], "https://github.com/M1kep/ComfyLiterals": [ [ "Checkpoint", @@ -8442,7 +8452,7 @@ "Prompt Template" ], { - "title_aux": "Amazon Bedrock nodes for ComfyUI" + "title_aux": "Amazon Bedrock nodes for for ComfyUI" } ], "https://github.com/zcfrank1st/Comfyui-Toolbox": [ diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index 2bd03383..2183b78d 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,5 +1,36 @@ { "models": [ + { + "name": "SDXL Lightning LoRA (2step)", + "type": "lora", + "base": "SDXL", + "save_path": "loras/SDXL-Lightning", + "description": "SDXL Lightning LoRA (2step)", + "reference": "https://huggingface.co/ByteDance/SDXL-Lightning", + "filename": "sdxl_lightning_2step_lora.safetensors", + "url": "https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_2step_lora.safetensors" + }, + { + "name": "SDXL Lightning LoRA (4step)", + "type": "lora", + "base": "SDXL", + "save_path": "loras/SDXL-Lightning", + "description": "SDXL Lightning LoRA (4step)", + "reference": "https://huggingface.co/ByteDance/SDXL-Lightning", + "filename": "sdxl_lightning_4step_lora.safetensors", + "url": "https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_4step_lora.safetensors" + }, + { + "name": "SDXL Lightning LoRA (8step)", + "type": "lora", + "base": "SDXL", + "save_path": "loras/SDXL-Lightning", + "description": "SDXL Lightning LoRA (8tep)", + "reference": "https://huggingface.co/ByteDance/SDXL-Lightning", + "filename": "sdxl_lightning_8step_lora.safetensors", + "url": "https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_8step_lora.safetensors" + }, + { "name": "shape_predictor_68_face_landmarks.dat [Face Analysis]", "type": "Shape Predictor", @@ -641,97 +672,6 @@ "reference": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt", "filename": "svd_xt.safetensors", "url": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt/resolve/main/svd_xt.safetensors" - }, - - { - "name": "animatediff/mm_sdxl_v10_beta.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", - "type": "animatediff", - "base": "SDXL", - "save_path": "animatediff_models", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "mm_sdxl_v10_beta.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sdxl_v10_beta.ckpt" - }, - { - "name": "animatediff/v2_lora_PanLeft.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", - "type": "motion lora", - "base": "SD1.x", - "save_path": "animatediff_motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "v2_lora_PanLeft.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanLeft.ckpt" - }, - { - "name": "animatediff/v2_lora_PanRight.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", - "type": "motion lora", - "base": "SD1.x", - "save_path": "animatediff_motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "v2_lora_PanRight.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanRight.ckpt" - }, - { - "name": "animatediff/v2_lora_RollingAnticlockwise.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", - "type": "motion lora", - "base": "SD1.x", - "save_path": "animatediff_motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "v2_lora_RollingAnticlockwise.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingAnticlockwise.ckpt" - }, - { - "name": "animatediff/v2_lora_RollingClockwise.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", - "type": "motion lora", - "base": "SD1.x", - "save_path": "animatediff_motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "v2_lora_RollingClockwise.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingClockwise.ckpt" - }, - { - "name": "animatediff/v2_lora_TiltDown.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", - "type": "motion lora", - "base": "SD1.x", - "save_path": "animatediff_motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "v2_lora_TiltDown.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltDown.ckpt" - }, - { - "name": "animatediff/v2_lora_TiltUp.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", - "type": "motion lora", - "base": "SD1.x", - "save_path": "animatediff_motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "v2_lora_TiltUp.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltUp.ckpt" - }, - { - "name": "animatediff/v2_lora_ZoomIn.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", - "type": "motion lora", - "base": "SD1.x", - "save_path": "animatediff_motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "v2_lora_ZoomIn.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomIn.ckpt" - }, - { - "name": "animatediff/v2_lora_ZoomOut.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)", - "type": "motion lora", - "base": "SD1.x", - "save_path": "animatediff_motion_lora", - "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.", - "reference": "https://huggingface.co/guoyww/animatediff", - "filename": "v2_lora_ZoomOut.ckpt", - "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomOut.ckpt" } ] } From cbcf48bbf18a6dc75a4a8faabac65774c88ab5a7 Mon Sep 17 00:00:00 2001 From: klinter007 <131816305+klinter007@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:51:24 +0700 Subject: [PATCH 60/72] contact_string --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 4ef4b249..541b0813 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5621,7 +5621,7 @@ "title": "Klinter_nodes", "reference": "https://github.com/klinter007/giling-around", "files": [ - "https://github.com/klinter007/giling-around/tree/main/ComfyUI_KlinterPack" + "https://github.com/klinter007/klinter_nodes" ], "install_type": "git-clone", "description": "Concat_strings atm - celebrating first_node" From 409fbfc241be31916b21d537a5c8d0370c026d1a Mon Sep 17 00:00:00 2001 From: klinter007 <131816305+klinter007@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:58:17 +0700 Subject: [PATCH 61/72] local file server commit message --- custom-node-list.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index ed89f1a8..afc95c99 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5660,11 +5660,9 @@ "title": "Klinter_nodes", "reference": "https://github.com/klinter007/klinter_nodes", "files": [ -<<<<<<< HEAD - "https://github.com/klinter007/klinter_nodes" -======= - "https://github.com/klinter007/klinter_nodes/blob/main/concat_klinter.py" ->>>>>>> bd953616dd467d4162327019a85c0128d15ff5b2 + + "https://github.com/klinter007/klinter_nodes" + ], "install_type": "git-clone", "description": "Concat_strings atm - celebrating first_node" From 2cb22388f688f3649a0d244455f7384cc106f9ef Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Fri, 23 Feb 2024 01:07:02 +0900 Subject: [PATCH 62/72] update DB --- custom-node-list.json | 22 +++++++-------- extension-node-map.json | 43 +++++++++++++++++++++-------- node_db/new/custom-node-list.json | 11 +++++++- node_db/new/extension-node-map.json | 43 +++++++++++++++++++++-------- 4 files changed, 84 insertions(+), 35 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 869142b5..a84b3f35 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5336,6 +5336,16 @@ "install_type": "git-clone", "description": "Primary Nodes for Inference.Core and Stability Matrix. With a focus on not impacting startup performance and using fully qualified Node names." }, + { + "author": "Klinter", + "title": "Klinter_nodes", + "reference": "https://github.com/klinter007/klinter_nodes", + "files": [ + "https://github.com/klinter007/klinter_nodes" + ], + "install_type": "git-clone", + "description": "Concat_strings atm - celebrating first_node" + }, { @@ -5664,18 +5674,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "Klinter", - "title": "Klinter_nodes", - "reference": "https://github.com/klinter007/klinter_nodes", - "files": [ - - "https://github.com/klinter007/klinter_nodes" - - ], - "install_type": "git-clone", - "description": "Concat_strings atm - celebrating first_node" } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 407af3c0..187e3861 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -664,7 +664,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8ImageSizer", + "title": "cr8SerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -1035,12 +1035,10 @@ ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ - "Hook Recenter", - "Hook Recenter XL", "Normalization", "NormalizationXL", - "Tensor Debug", - "Unhook Recenter" + "Recenter", + "Recenter XL" ], { "title_aux": "ComfyUI Diffusion Color Grading" @@ -5426,6 +5424,7 @@ "Joytag", "JsonToText", "KeywordExtraction", + "Kosmos2model", "LLMLoader", "LLMPromptGenerator", "LLMSampler", @@ -5438,6 +5437,7 @@ "PromptGenerateAPI", "SimpleText", "Suggester", + "UformGen2QwenNode", "ViewText" ], { @@ -5946,6 +5946,14 @@ "title_aux": "TiledIPAdapter" } ], + "https://github.com/klinter007/klinter_nodes": [ + [ + "concat_klinter" + ], + { + "title_aux": "Klinter_nodes" + } + ], "https://github.com/knuknX/ComfyUI-Image-Tools": [ [ "BatchImagePathLoader", @@ -6180,6 +6188,7 @@ "ImpactGaussianBlurMask", "ImpactGaussianBlurMaskInSEGS", "ImpactHFTransformersClassifierProvider", + "ImpactIPAdapterApplySEGS", "ImpactIfNone", "ImpactImageBatchToImageList", "ImpactImageInfo", @@ -6615,14 +6624,25 @@ "CanvasCreatorAdvanced", "CanvasCreatorBasic", "CanvasCreatorSimple", - "ColorMasksToMaskList", - "ColorMasksToRGB", - "ColorMasksToString", - "ColorMasksToStringList", - "CreateRegionalMask", + "CreateRegionalPNGMask", "FloatMultiplier", + "FourBooleanTrigger", + "FourFloats", "IntMultiplier", - "NumeralToString" + "NumeralToString", + "PngColorMasksToMaskList", + "PngColorMasksToRGB", + "PngColorMasksToString", + "PngColorMasksToStringList", + "PngRectanglesToMask", + "PngRectanglesToMaskList", + "SingleBooleanTrigger", + "SixBooleanTrigger", + "SixFloats", + "TextBox", + "TextWithBooleanSwitchAndCommonTextInput", + "TwoBooleanTrigger", + "TwoFloats" ], { "title_aux": "ComfyUI_Mira" @@ -7513,6 +7533,7 @@ "BatchAverageUnJittered", "BatchNormalizeImage", "BatchNormalizeLatent", + "BetterFilmGrain", "BlurImageFast", "BlurMaskFast", "ClampOutliers", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 092d86af..11cbf19e 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,7 +9,16 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel.\nMaking LoRA has never been easier!" }, - + { + "author": "Klinter", + "title": "Klinter_nodes", + "reference": "https://github.com/klinter007/klinter_nodes", + "files": [ + "https://github.com/klinter007/klinter_nodes" + ], + "install_type": "git-clone", + "description": "Concat_strings atm - celebrating first_node" + }, { "author": "LykosAI", "title": "ComfyUI Nodes for Inference.Core", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 407af3c0..187e3861 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -664,7 +664,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8ImageSizer", + "title": "cr8SerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -1035,12 +1035,10 @@ ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ - "Hook Recenter", - "Hook Recenter XL", "Normalization", "NormalizationXL", - "Tensor Debug", - "Unhook Recenter" + "Recenter", + "Recenter XL" ], { "title_aux": "ComfyUI Diffusion Color Grading" @@ -5426,6 +5424,7 @@ "Joytag", "JsonToText", "KeywordExtraction", + "Kosmos2model", "LLMLoader", "LLMPromptGenerator", "LLMSampler", @@ -5438,6 +5437,7 @@ "PromptGenerateAPI", "SimpleText", "Suggester", + "UformGen2QwenNode", "ViewText" ], { @@ -5946,6 +5946,14 @@ "title_aux": "TiledIPAdapter" } ], + "https://github.com/klinter007/klinter_nodes": [ + [ + "concat_klinter" + ], + { + "title_aux": "Klinter_nodes" + } + ], "https://github.com/knuknX/ComfyUI-Image-Tools": [ [ "BatchImagePathLoader", @@ -6180,6 +6188,7 @@ "ImpactGaussianBlurMask", "ImpactGaussianBlurMaskInSEGS", "ImpactHFTransformersClassifierProvider", + "ImpactIPAdapterApplySEGS", "ImpactIfNone", "ImpactImageBatchToImageList", "ImpactImageInfo", @@ -6615,14 +6624,25 @@ "CanvasCreatorAdvanced", "CanvasCreatorBasic", "CanvasCreatorSimple", - "ColorMasksToMaskList", - "ColorMasksToRGB", - "ColorMasksToString", - "ColorMasksToStringList", - "CreateRegionalMask", + "CreateRegionalPNGMask", "FloatMultiplier", + "FourBooleanTrigger", + "FourFloats", "IntMultiplier", - "NumeralToString" + "NumeralToString", + "PngColorMasksToMaskList", + "PngColorMasksToRGB", + "PngColorMasksToString", + "PngColorMasksToStringList", + "PngRectanglesToMask", + "PngRectanglesToMaskList", + "SingleBooleanTrigger", + "SixBooleanTrigger", + "SixFloats", + "TextBox", + "TextWithBooleanSwitchAndCommonTextInput", + "TwoBooleanTrigger", + "TwoFloats" ], { "title_aux": "ComfyUI_Mira" @@ -7513,6 +7533,7 @@ "BatchAverageUnJittered", "BatchNormalizeImage", "BatchNormalizeLatent", + "BetterFilmGrain", "BlurImageFast", "BlurMaskFast", "ClampOutliers", From 8912182b3dbd11d90570b4e7fbb6cddba86928b6 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Fri, 23 Feb 2024 16:39:51 +0900 Subject: [PATCH 63/72] update DB --- custom-node-list.json | 40 +++++++++++++ extension-node-map.json | 49 ++++++++++++++-- node_db/new/custom-node-list.json | 91 +++++++++++++---------------- node_db/new/extension-node-map.json | 49 ++++++++++++++-- 4 files changed, 171 insertions(+), 58 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index a84b3f35..6b63999b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5346,6 +5346,46 @@ "install_type": "git-clone", "description": "Concat_strings atm - celebrating first_node" }, + { + "author": "Ludobico", + "title": "ComfyUI-ScenarioPrompt", + "reference": "https://github.com/Ludobico/ComfyUI-ScenarioPrompt", + "files": [ + "https://github.com/Ludobico/ComfyUI-ScenarioPrompt" + ], + "install_type": "git-clone", + "description": "ScenarioPrompt is a custom node that helps you understand what you're prompting for each property as you build your prompts" + }, + { + "author": "logtd", + "title": "ComfyUI-InstanceDiffusion", + "reference": "https://github.com/logtd/ComfyUI-InstanceDiffusion", + "files": [ + "https://github.com/logtd/ComfyUI-InstanceDiffusion" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes to use [a/InstanceDiffusion](https://github.com/frank-xwang/InstanceDiffusion/tree/main?tab=readme-ov-file)." + }, + { + "author": "Big-Idea-Technology", + "title": "ImageTextOverlay Node for ComfyUI", + "reference": "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay", + "files": [ + "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay" + ], + "install_type": "git-clone", + "description": "ImageTextOverlay is a customizable Node for ComfyUI that allows users to easily add text overlays to images within their ComfyUI projects. This Node leverages Python Imaging Library (PIL) and PyTorch to dynamically render text on images, supporting a wide range of customization options including font size, alignment, color, and padding." + }, + { + "author": "Guillaume-Fgt", + "title": "ComfyUI-ScenarioPrompt", + "reference": "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio", + "files": [ + "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio" + ], + "install_type": "git-clone", + "description": "A custom node to create empty latents for Stable Cascade.\nfeatures: width and height incrementation of 64 by default, possibility to lock the aspect ratio, switch width/height at execution" + }, { diff --git a/extension-node-map.json b/extension-node-map.json index 187e3861..822a7e4b 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -332,6 +332,14 @@ "title_aux": "ComfyUI Deploy" } ], + "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay": [ + [ + "Image Text Overlay" + ], + { + "title_aux": "ImageTextOverlay Node for ComfyUI" + } + ], "https://github.com/Bikecicle/ComfyUI-Waveform-Extensions/raw/main/EXT_AudioManipulation.py": [ [ "BatchJoinAudio", @@ -664,7 +672,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8SerialPrompter", + "title": "cr8ImageSizer", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -1006,6 +1014,14 @@ "title_aux": "ReActor Node for ComfyUI" } ], + "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": [ + [ + "StableCascadeLatentRatio" + ], + { + "title_aux": "ComfyUI-ScenarioPrompt" + } + ], "https://github.com/HAL41/ComfyUI-aichemy-nodes": [ [ "aichemyYOLOv8Segmentation" @@ -1035,10 +1051,12 @@ ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ + "Hook Recenter", + "Hook Recenter XL", "Normalization", "NormalizationXL", - "Recenter", - "Recenter XL" + "Tensor Debug", + "Unhook Recenter" ], { "title_aux": "ComfyUI Diffusion Color Grading" @@ -1521,6 +1539,14 @@ "title_aux": "ComfyUI-RawSaver" } ], + "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": [ + [ + "ScenarioPrompt" + ], + { + "title_aux": "ComfyUI-ScenarioPrompt" + } + ], "https://github.com/LyazS/comfyui-anime-seg": [ [ "Anime Character Seg" @@ -3799,7 +3825,8 @@ "InpaintingOptionNAID", "MaskImageToNAID", "ModelOptionNAID", - "PromptToNAID" + "PromptToNAID", + "VibeTransferOptionNAID" ], { "title_aux": "ComfyUI_NAIDGenerator" @@ -5759,8 +5786,10 @@ "https://github.com/kenjiqq/qq-nodes-comfyui": [ [ "Any List", + "Any List Iterator", "Any To Any", "Axis Pack", + "Axis To Any", "Axis Unpack", "Image Accumulator End", "Image Accumulator Start", @@ -6100,6 +6129,18 @@ "title_aux": "comfyui-easyapi-nodes" } ], + "https://github.com/logtd/ComfyUI-InstanceDiffusion": [ + [ + "ApplyScaleUModelNode", + "InstanceDiffusionTrackingPrompt", + "LoadInstanceFusersNode", + "LoadInstancePositionNetModel", + "LoadInstanceScaleUNode" + ], + { + "title_aux": "ComfyUI-InstanceDiffusion" + } + ], "https://github.com/longgui0318/comfyui-mask-util": [ [ "Mask Region Info", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 11cbf19e..c7560181 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,6 +9,47 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel.\nMaking LoRA has never been easier!" }, + + { + "author": "Big-Idea-Technology", + "title": "ImageTextOverlay Node for ComfyUI", + "reference": "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay", + "files": [ + "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay" + ], + "install_type": "git-clone", + "description": "ImageTextOverlay is a customizable Node for ComfyUI that allows users to easily add text overlays to images within their ComfyUI projects. This Node leverages Python Imaging Library (PIL) and PyTorch to dynamically render text on images, supporting a wide range of customization options including font size, alignment, color, and padding." + }, + { + "author": "logtd", + "title": "ComfyUI-InstanceDiffusion", + "reference": "https://github.com/logtd/ComfyUI-InstanceDiffusion", + "files": [ + "https://github.com/logtd/ComfyUI-InstanceDiffusion" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes to use [a/InstanceDiffusion](https://github.com/frank-xwang/InstanceDiffusion/tree/main?tab=readme-ov-file)." + }, + { + "author": "Guillaume-Fgt", + "title": "ComfyUI-ScenarioPrompt", + "reference": "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio", + "files": [ + "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio" + ], + "install_type": "git-clone", + "description": "A custom node to create empty latents for Stable Cascade.\nfeatures: width and height incrementation of 64 by default, possibility to lock the aspect ratio, switch width/height at execution" + }, + { + "author": "Ludobico", + "title": "ComfyUI-ScenarioPrompt", + "reference": "https://github.com/Ludobico/ComfyUI-ScenarioPrompt", + "files": [ + "https://github.com/Ludobico/ComfyUI-ScenarioPrompt" + ], + "install_type": "git-clone", + "description": "ScenarioPrompt is a custom node that helps you understand what you're prompting for each property as you build your prompts" + }, { "author": "Klinter", "title": "Klinter_nodes", @@ -659,56 +700,6 @@ ], "install_type": "git-clone", "description": "A project that combines all my qualify of life improvements for ComyUI. For more info visit: [a/https://comfyui.ma.pe/](https://comfyui.ma.pe/)" - }, - { - "author": "zhongpei", - "title": "Comfyui_image2prompt", - "reference": "https://github.com/zhongpei/Comfyui_image2prompt", - "files": [ - "https://github.com/zhongpei/Comfyui_image2prompt" - ], - "install_type": "git-clone", - "description": "Nodes:Image to Text, Loader Image to Text Model." - }, - { - "author": "jamal-alkharrat", - "title": "ComfyUI_rotate_image", - "reference": "https://github.com/jamal-alkharrat/ComfyUI_rotate_image", - "files": [ - "https://github.com/jamal-alkharrat/ComfyUI_rotate_image" - ], - "install_type": "git-clone", - "description": "ComfyUI Custom Node to Rotate Images, Img2Img node." - }, - { - "author": "JerryOrbachJr", - "title": "ComfyUI-RandomSize", - "reference": "https://github.com/JerryOrbachJr/ComfyUI-RandomSize", - "files": [ - "https://github.com/JerryOrbachJr/ComfyUI-RandomSize" - ], - "install_type": "git-clone", - "description": "A ComfyUI custom node that randomly selects a height and width pair from a list in a config file" - }, - { - "author": "blepping", - "title": "ComfyUI-bleh", - "reference": "https://github.com/blepping/ComfyUI-bleh", - "files": [ - "https://github.com/blepping/ComfyUI-bleh" - ], - "install_type": "git-clone", - "description": "Better TAESD previews, BlehHyperTile." - }, - { - "author": "yuvraj108c", - "title": "ComfyUI Whisper", - "reference": "https://github.com/yuvraj108c/ComfyUI-Whisper", - "files": [ - "https://github.com/yuvraj108c/ComfyUI-Whisper" - ], - "install_type": "git-clone", - "description": "Transcribe audio and add subtitles to videos using Whisper in ComfyUI" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 187e3861..822a7e4b 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -332,6 +332,14 @@ "title_aux": "ComfyUI Deploy" } ], + "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay": [ + [ + "Image Text Overlay" + ], + { + "title_aux": "ImageTextOverlay Node for ComfyUI" + } + ], "https://github.com/Bikecicle/ComfyUI-Waveform-Extensions/raw/main/EXT_AudioManipulation.py": [ [ "BatchJoinAudio", @@ -664,7 +672,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8SerialPrompter", + "title": "cr8ImageSizer", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -1006,6 +1014,14 @@ "title_aux": "ReActor Node for ComfyUI" } ], + "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": [ + [ + "StableCascadeLatentRatio" + ], + { + "title_aux": "ComfyUI-ScenarioPrompt" + } + ], "https://github.com/HAL41/ComfyUI-aichemy-nodes": [ [ "aichemyYOLOv8Segmentation" @@ -1035,10 +1051,12 @@ ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ + "Hook Recenter", + "Hook Recenter XL", "Normalization", "NormalizationXL", - "Recenter", - "Recenter XL" + "Tensor Debug", + "Unhook Recenter" ], { "title_aux": "ComfyUI Diffusion Color Grading" @@ -1521,6 +1539,14 @@ "title_aux": "ComfyUI-RawSaver" } ], + "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": [ + [ + "ScenarioPrompt" + ], + { + "title_aux": "ComfyUI-ScenarioPrompt" + } + ], "https://github.com/LyazS/comfyui-anime-seg": [ [ "Anime Character Seg" @@ -3799,7 +3825,8 @@ "InpaintingOptionNAID", "MaskImageToNAID", "ModelOptionNAID", - "PromptToNAID" + "PromptToNAID", + "VibeTransferOptionNAID" ], { "title_aux": "ComfyUI_NAIDGenerator" @@ -5759,8 +5786,10 @@ "https://github.com/kenjiqq/qq-nodes-comfyui": [ [ "Any List", + "Any List Iterator", "Any To Any", "Axis Pack", + "Axis To Any", "Axis Unpack", "Image Accumulator End", "Image Accumulator Start", @@ -6100,6 +6129,18 @@ "title_aux": "comfyui-easyapi-nodes" } ], + "https://github.com/logtd/ComfyUI-InstanceDiffusion": [ + [ + "ApplyScaleUModelNode", + "InstanceDiffusionTrackingPrompt", + "LoadInstanceFusersNode", + "LoadInstancePositionNetModel", + "LoadInstanceScaleUNode" + ], + { + "title_aux": "ComfyUI-InstanceDiffusion" + } + ], "https://github.com/longgui0318/comfyui-mask-util": [ [ "Mask Region Info", From 29288a76e6afe2cfae952e814ae4ab886920efe2 Mon Sep 17 00:00:00 2001 From: logtd Date: Fri, 23 Feb 2024 16:30:44 -0700 Subject: [PATCH 64/72] Add InstanceDiffusion Nodes and models --- custom-node-list.json | 20 ++++++++++++++++++++ model-list.json | 30 ++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6b63999b..36f34416 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5714,6 +5714,26 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "logtd", + "title": "InstanceDiffusion Nodes", + "reference": "https://github.com/logtd/ComfyUI-InstanceDiffusion", + "files": [ + "https://github.com/logtd/ComfyUI-InstanceDiffusion" + ], + "install_type": "git-clone", + "description": "A set of nodes to perform multi-object prompting with InstanceDiffusion" + }, + { + "author": "logtd", + "title": "Tracking Nodes for Videos", + "reference": "https://github.com/logtd/ComfyUI-TrackingNodes", + "files": [ + "https://github.com/logtd/ComfyUI-TrackingNodes" + ], + "install_type": "git-clone", + "description": "A set of nodes to track objects through videos using YOLO and other processors." } ] } diff --git a/model-list.json b/model-list.json index d77d9264..db94446f 100644 --- a/model-list.json +++ b/model-list.json @@ -2089,6 +2089,36 @@ "reference": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/tree/main", "filename": "dlib_face_recognition_resnet_model_v1.dat", "url": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/resolve/main/dlib_face_recognition_resnet_model_v1.dat" + }, + { + "name": "InstanceDiffusion/fusers", + "type": "InstanceDiffusion", + "base": "SD1.5", + "save_path": "instance_models/fuser_models", + "description": "Fusers checkpoints for multi-object prompting with InstanceDiffusion.", + "reference": "https://huggingface.co/logtd/instance_diffusion", + "filename": "fusers.ckpt", + "url": "https://huggingface.co/logtd/instance_diffusion/resolve/main/fusers.ckpt" + }, + { + "name": "InstanceDiffusion/position_net", + "type": "InstanceDiffusion", + "base": "SD1.5", + "save_path": "instance_models/positionnet_models", + "description": "PositionNet checkpoints for multi-object prompting with InstanceDiffusion.", + "reference": "https://huggingface.co/logtd/instance_diffusion", + "filename": "position_net.ckpt", + "url": "https://huggingface.co/logtd/instance_diffusion/resolve/main/position_net.ckpt" + }, + { + "name": "InstanceDiffusion/scaleu", + "type": "InstanceDiffusion", + "base": "SD1.5", + "save_path": "instance_models/scaleu_models", + "description": "ScaleU checkpoints for multi-object prompting with InstanceDiffusion.", + "reference": "https://huggingface.co/logtd/instance_diffusion", + "filename": "scaleu.ckpt", + "url": "https://huggingface.co/logtd/instance_diffusion/resolve/main/scaleu.ckpt" } ] } From 7e1fce0a34f7b61a995cdec96cd69bbaf12a0bf3 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 24 Feb 2024 10:04:12 +0900 Subject: [PATCH 65/72] update DB --- custom-node-list.json | 55 +++++++++++++++++------------ extension-node-map.json | 46 +++++++++++++++++++----- node_db/new/custom-node-list.json | 34 ++++++++++++++++-- node_db/new/extension-node-map.json | 46 +++++++++++++++++++----- 4 files changed, 141 insertions(+), 40 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 36f34416..d55b23b7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5358,13 +5358,23 @@ }, { "author": "logtd", - "title": "ComfyUI-InstanceDiffusion", + "title": "InstanceDiffusion Nodes", "reference": "https://github.com/logtd/ComfyUI-InstanceDiffusion", "files": [ "https://github.com/logtd/ComfyUI-InstanceDiffusion" ], "install_type": "git-clone", - "description": "ComfyUI nodes to use [a/InstanceDiffusion](https://github.com/frank-xwang/InstanceDiffusion/tree/main?tab=readme-ov-file)." + "description": "A set of nodes to perform multi-object prompting with InstanceDiffusion" + }, + { + "author": "logtd", + "title": "Tracking Nodes for Videos", + "reference": "https://github.com/logtd/ComfyUI-TrackingNodes", + "files": [ + "https://github.com/logtd/ComfyUI-TrackingNodes" + ], + "install_type": "git-clone", + "description": "A set of nodes to track objects through videos using YOLO and other processors." }, { "author": "Big-Idea-Technology", @@ -5386,6 +5396,27 @@ "install_type": "git-clone", "description": "A custom node to create empty latents for Stable Cascade.\nfeatures: width and height incrementation of 64 by default, possibility to lock the aspect ratio, switch width/height at execution" }, + { + "author": "AuroBit", + "title": "ComfyUI OOTDiffusion", + "reference": "https://github.com/AuroBit/ComfyUI-OOTDiffusion", + "files": [ + "https://github.com/AuroBit/ComfyUI-OOTDiffusion" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that simply integrates the [a/OOTDiffusion](https://github.com/levihsu/OOTDiffusion) functionality." + }, + { + "author": "czcz1024", + "title": "Comfyui-FaceCompare", + "reference": "https://github.com/czcz1024/Comfyui-FaceCompare", + "files": [ + "https://github.com/czcz1024/Comfyui-FaceCompare" + ], + "install_type": "git-clone", + "description": "Nodes:FaceCompare" + }, + { @@ -5714,26 +5745,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "logtd", - "title": "InstanceDiffusion Nodes", - "reference": "https://github.com/logtd/ComfyUI-InstanceDiffusion", - "files": [ - "https://github.com/logtd/ComfyUI-InstanceDiffusion" - ], - "install_type": "git-clone", - "description": "A set of nodes to perform multi-object prompting with InstanceDiffusion" - }, - { - "author": "logtd", - "title": "Tracking Nodes for Videos", - "reference": "https://github.com/logtd/ComfyUI-TrackingNodes", - "files": [ - "https://github.com/logtd/ComfyUI-TrackingNodes" - ], - "install_type": "git-clone", - "description": "A set of nodes to track objects through videos using YOLO and other processors." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 822a7e4b..f45002cb 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -247,6 +247,15 @@ "title_aux": "AnimateDiff" } ], + "https://github.com/AuroBit/ComfyUI-OOTDiffusion": [ + [ + "LoadOOTDPipeline", + "OOTDGenerate" + ], + { + "title_aux": "ComfyUI OOTDiffusion" + } + ], "https://github.com/AustinMroz/ComfyUI-SpliceTools": [ [ "LogSigmas", @@ -316,6 +325,7 @@ ], "https://github.com/BennyKok/comfyui-deploy": [ [ + "ComfyDeployWebscoketImageOutput", "ComfyUIDeployExternalCheckpoint", "ComfyUIDeployExternalImage", "ComfyUIDeployExternalImageAlpha", @@ -672,7 +682,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8ImageSizer", + "title": "cr8SerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -718,8 +728,7 @@ ], "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": [ [ - "Automatic CFG", - "Automatic CFG channels multipliers" + "Automatic CFG" ], { "title_aux": "ComfyUI-AutomaticCFG" @@ -1051,12 +1060,10 @@ ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ - "Hook Recenter", - "Hook Recenter XL", "Normalization", "NormalizationXL", - "Tensor Debug", - "Unhook Recenter" + "Recenter", + "Recenter XL" ], { "title_aux": "ComfyUI Diffusion Color Grading" @@ -4826,6 +4833,18 @@ "title_aux": "ComfyUI Essentials" } ], + "https://github.com/czcz1024/Comfyui-FaceCompare": [ + [ + "FaceCompare" + ], + { + "author": "czcz1024", + "description": "Face Compare", + "nickname": "Face Compare", + "title": "Face Compare", + "title_aux": "Comfyui-FaceCompare" + } + ], "https://github.com/dagthomas/comfyui_dagthomas": [ [ "CSL", @@ -5892,6 +5911,7 @@ "ImageGrabPIL", "ImageGridComposite2x2", "ImageGridComposite3x3", + "ImageNormalize_Neg1_To_1", "ImageTransformByNormalizedAmplitude", "ImageUpscaleWithModelBatched", "InjectNoiseToLatent", @@ -6138,7 +6158,15 @@ "LoadInstanceScaleUNode" ], { - "title_aux": "ComfyUI-InstanceDiffusion" + "title_aux": "InstanceDiffusion Nodes" + } + ], + "https://github.com/logtd/ComfyUI-TrackingNodes": [ + [ + "YOLOTrackerNode" + ], + { + "title_aux": "Tracking Nodes for Videos" } ], "https://github.com/longgui0318/comfyui-mask-util": [ @@ -7592,6 +7620,7 @@ "LatentStats", "NormalMapSimple", "OffsetLatentImage", + "RelightSimple", "RemapRange", "ShuffleChannels", "Tonemap", @@ -8488,6 +8517,7 @@ ], "https://github.com/yuvraj108c/ComfyUI-Vsgan": [ [ + "DepthAnythingTrtNode", "UpscaleVideoTrtNode" ], { diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index c7560181..7aef58ae 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,36 @@ }, + { + "author": "czcz1024", + "title": "Comfyui-FaceCompare", + "reference": "https://github.com/czcz1024/Comfyui-FaceCompare", + "files": [ + "https://github.com/czcz1024/Comfyui-FaceCompare" + ], + "install_type": "git-clone", + "description": "Nodes:FaceCompare" + }, + { + "author": "AuroBit", + "title": "ComfyUI OOTDiffusion", + "reference": "https://github.com/AuroBit/ComfyUI-OOTDiffusion", + "files": [ + "https://github.com/AuroBit/ComfyUI-OOTDiffusion" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that simply integrates the [a/OOTDiffusion](https://github.com/levihsu/OOTDiffusion) functionality." + }, + { + "author": "logtd", + "title": "Tracking Nodes for Videos", + "reference": "https://github.com/logtd/ComfyUI-TrackingNodes", + "files": [ + "https://github.com/logtd/ComfyUI-TrackingNodes" + ], + "install_type": "git-clone", + "description": "A set of nodes to track objects through videos using YOLO and other processors." + }, { "author": "Big-Idea-Technology", "title": "ImageTextOverlay Node for ComfyUI", @@ -22,13 +52,13 @@ }, { "author": "logtd", - "title": "ComfyUI-InstanceDiffusion", + "title": "InstanceDiffusion Nodes", "reference": "https://github.com/logtd/ComfyUI-InstanceDiffusion", "files": [ "https://github.com/logtd/ComfyUI-InstanceDiffusion" ], "install_type": "git-clone", - "description": "ComfyUI nodes to use [a/InstanceDiffusion](https://github.com/frank-xwang/InstanceDiffusion/tree/main?tab=readme-ov-file)." + "description": "A set of nodes to perform multi-object prompting with InstanceDiffusion" }, { "author": "Guillaume-Fgt", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 822a7e4b..f45002cb 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -247,6 +247,15 @@ "title_aux": "AnimateDiff" } ], + "https://github.com/AuroBit/ComfyUI-OOTDiffusion": [ + [ + "LoadOOTDPipeline", + "OOTDGenerate" + ], + { + "title_aux": "ComfyUI OOTDiffusion" + } + ], "https://github.com/AustinMroz/ComfyUI-SpliceTools": [ [ "LogSigmas", @@ -316,6 +325,7 @@ ], "https://github.com/BennyKok/comfyui-deploy": [ [ + "ComfyDeployWebscoketImageOutput", "ComfyUIDeployExternalCheckpoint", "ComfyUIDeployExternalImage", "ComfyUIDeployExternalImageAlpha", @@ -672,7 +682,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8ImageSizer", + "title": "cr8SerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -718,8 +728,7 @@ ], "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": [ [ - "Automatic CFG", - "Automatic CFG channels multipliers" + "Automatic CFG" ], { "title_aux": "ComfyUI-AutomaticCFG" @@ -1051,12 +1060,10 @@ ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ - "Hook Recenter", - "Hook Recenter XL", "Normalization", "NormalizationXL", - "Tensor Debug", - "Unhook Recenter" + "Recenter", + "Recenter XL" ], { "title_aux": "ComfyUI Diffusion Color Grading" @@ -4826,6 +4833,18 @@ "title_aux": "ComfyUI Essentials" } ], + "https://github.com/czcz1024/Comfyui-FaceCompare": [ + [ + "FaceCompare" + ], + { + "author": "czcz1024", + "description": "Face Compare", + "nickname": "Face Compare", + "title": "Face Compare", + "title_aux": "Comfyui-FaceCompare" + } + ], "https://github.com/dagthomas/comfyui_dagthomas": [ [ "CSL", @@ -5892,6 +5911,7 @@ "ImageGrabPIL", "ImageGridComposite2x2", "ImageGridComposite3x3", + "ImageNormalize_Neg1_To_1", "ImageTransformByNormalizedAmplitude", "ImageUpscaleWithModelBatched", "InjectNoiseToLatent", @@ -6138,7 +6158,15 @@ "LoadInstanceScaleUNode" ], { - "title_aux": "ComfyUI-InstanceDiffusion" + "title_aux": "InstanceDiffusion Nodes" + } + ], + "https://github.com/logtd/ComfyUI-TrackingNodes": [ + [ + "YOLOTrackerNode" + ], + { + "title_aux": "Tracking Nodes for Videos" } ], "https://github.com/longgui0318/comfyui-mask-util": [ @@ -7592,6 +7620,7 @@ "LatentStats", "NormalMapSimple", "OffsetLatentImage", + "RelightSimple", "RemapRange", "ShuffleChannels", "Tonemap", @@ -8488,6 +8517,7 @@ ], "https://github.com/yuvraj108c/ComfyUI-Vsgan": [ [ + "DepthAnythingTrtNode", "UpscaleVideoTrtNode" ], { From fc8a3758407e38e4272e38d74e8fb100340e6aa9 Mon Sep 17 00:00:00 2001 From: chaojie Date: Sat, 24 Feb 2024 11:11:22 +0800 Subject: [PATCH 66/72] Update custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d55b23b7..affdf7b9 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4264,6 +4264,16 @@ "install_type": "git-clone", "description": "Nodes:3D Pose Editor" }, + { + "author": "chaojie", + "title": "ComfyUI-Gemma", + "reference": "https://github.com/chaojie/ComfyUI-Gemma", + "files": [ + "https://github.com/chaojie/ComfyUI-Gemma" + ], + "install_type": "git-clone", + "description": "ComfyUI Gemma" + }, { "author": "chaojie", "title": "ComfyUI-DynamiCrafter", From 7f71314e086c185f9eab7d1f03aae4955f925076 Mon Sep 17 00:00:00 2001 From: "Craig R. Hughes" Date: Sat, 24 Feb 2024 13:58:50 -0800 Subject: [PATCH 67/72] Add Openpose Keypoint Extractor node to DB --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index affdf7b9..6fac6385 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5755,6 +5755,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "hughescr", + "title": "OpenPose Keypoint Extractor", + "reference": "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor", + "files": [ + "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor" + ], + "install_type": "git-clone", + "description": "This is a single node which can take the POSE_KEYPOINT output from the OpenPose extractor node, parse it, and return x,y,width,height bounding boxes around any elements of the OpenPose skeleton" } ] } From d8ee15520e7575ee04044ce9e8cf41b6279f2eaf Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 25 Feb 2024 17:33:07 +0900 Subject: [PATCH 68/72] update DB --- custom-node-list.json | 80 +++++++++-- extension-node-map.json | 99 ++++++++++++++ node_db/dev/custom-node-list.json | 20 +++ node_db/new/custom-node-list.json | 202 +++++++++++----------------- node_db/new/extension-node-map.json | 99 ++++++++++++++ 5 files changed, 369 insertions(+), 131 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 6fac6385..3ae42bc4 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -813,6 +813,16 @@ "install_type": "git-clone", "description": "Given a set of lists, the node adjusts them so that when used as input to another node all the possible argument permutations are computed." }, + { + "author": "bmad4ever", + "title": "comfyui_wfc_like", + "reference": "https://github.com/bmad4ever/comfyui_wfc_like", + "files": [ + "https://github.com/bmad4ever/comfyui_wfc_like" + ], + "install_type": "git-clone", + "description": "Nodes:Sample (WFC), Generate (WFC), Encode (WFC), Decode (WFC), Custom Temperature Config (WFC), Custom Value Weights (WFC), Empty State (WFC), Filter (WFC), Parallel Multi Gen. (WFC)" + }, { "author": "FizzleDorf", "title": "FizzNodes", @@ -4666,6 +4676,16 @@ "install_type": "git-clone", "description": "Add a node to save images with metadata (PNGInfo) extracted from the input values of each node.\nSince the values are extracted dynamically, values output by various extension nodes can be added to metadata." }, + { + "author": "nkchocoai", + "title": "ComfyUI-Dart", + "reference": "https://github.com/nkchocoai/ComfyUI-Dart", + "files": [ + "https://github.com/nkchocoai/ComfyUI-Dart" + ], + "install_type": "git-clone", + "description": "Add nodes that generates danbooru tags by [a/Dart(Danbooru Tags Transformer)](https://huggingface.co/p1atdev/dart-v1-sft)." + }, { "author": "JaredTherriault", "title": "ComfyUI-JNodes", @@ -5426,6 +5446,56 @@ "install_type": "git-clone", "description": "Nodes:FaceCompare" }, + { + "author": "TheBill2001", + "title": "comfyui-upscale-by-model", + "reference": "https://github.com/TheBill2001/comfyui-upscale-by-model", + "files": [ + "https://github.com/TheBill2001/comfyui-upscale-by-model" + ], + "install_type": "git-clone", + "description": "This custom node allow upscaling an image by a factor using a model." + }, + { + "author": "leoleelxh", + "title": "ComfyUI-LLMs", + "reference": "https://github.com/leoleelxh/ComfyUI-LLMs", + "files": [ + "https://github.com/leoleelxh/ComfyUI-LLMs" + ], + "install_type": "git-clone", + "description": "A minimalist node that calls LLMs, combined with one API, can call all language models, including local models." + }, + { + "author": "hughescr", + "title": "OpenPose Keypoint Extractor", + "reference": "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor", + "files": [ + "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor" + ], + "install_type": "git-clone", + "description": "This is a single node which can take the POSE_KEYPOINT output from the OpenPose extractor node, parse it, and return x,y,width,height bounding boxes around any elements of the OpenPose skeleton" + }, + { + "author": "jkrauss82", + "title": "ULTools for ComfyUI", + "reference": "https://github.com/jkrauss82/ultools-comfyui", + "files": [ + "https://github.com/jkrauss82/ultools-comfyui" + ], + "install_type": "git-clone", + "description": "Nodes:SaveImgAdv, CLIPTextEncodeWithStats. Collection of tools supporting txt2img generation in ComfyUI and other tasks." + }, + { + "author": "hiforce", + "title": "Comfyui HiFORCE Plugin", + "reference": "https://github.com/hiforce/comfyui-hiforce-plugin", + "files": [ + "https://github.com/hiforce/comfyui-hiforce-plugin" + ], + "install_type": "git-clone", + "description": "Custom nodes pack provided by [a/HiFORCE](https://www.hiforce.net/) for ComfyUI. This custom node helps to conveniently enhance images through Sampler, Upscaler, Mask, and more.\nNOTE:You should install [a/ComfyUI-Impact-Pack](https://github.com/ltdrdata/ComfyUI-Impact-Pack). Many optimizations are built upon the foundation of ComfyUI-Impact-Pack." + }, @@ -5755,16 +5825,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "hughescr", - "title": "OpenPose Keypoint Extractor", - "reference": "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor", - "files": [ - "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor" - ], - "install_type": "git-clone", - "description": "This is a single node which can take the POSE_KEYPOINT output from the OpenPose extractor node, parse it, and return x,y,width,height bounding boxes around any elements of the OpenPose skeleton" } ] } diff --git a/extension-node-map.json b/extension-node-map.json index f45002cb..a79cdabd 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2696,6 +2696,18 @@ "title_aux": "ZSuite" } ], + "https://github.com/TheBill2001/comfyui-upscale-by-model": [ + [ + "UpscaleImageByUsingModel" + ], + { + "author": "Tr\u1ea7n Nam Tu\u1ea5n", + "description": "This custom node allow upscaling an image by a factor using a model.", + "nickname": "Upscale Image By (Using Model)", + "title": "Upscale Image By (Using Model)", + "title_aux": "comfyui-upscale-by-model" + } + ], "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": [ [ "ttN busIN", @@ -4031,6 +4043,22 @@ "title_aux": "Lists Cartesian Product" } ], + "https://github.com/bmad4ever/comfyui_wfc_like": [ + [ + "WFC_CustomTemperature_Bmad", + "WFC_CustomValueWeights_Bmad", + "WFC_Decode_BMad", + "WFC_EmptyState_Bmad", + "WFC_Encode_BMad", + "WFC_Filter_Bmad", + "WFC_GenParallel_Bmad", + "WFC_Generate_BMad", + "WFC_SampleNode_BMad" + ], + { + "title_aux": "comfyui_wfc_like" + } + ], "https://github.com/bradsec/ComfyUI_ResolutionSelector": [ [ "ResolutionSelector" @@ -4193,6 +4221,15 @@ "title_aux": "ComfyUI-DynamiCrafter" } ], + "https://github.com/chaojie/ComfyUI-Gemma": [ + [ + "GemmaLoader", + "GemmaRun" + ], + { + "title_aux": "ComfyUI-Gemma" + } + ], "https://github.com/chaojie/ComfyUI-I2VGEN-XL": [ [ "I2VGEN-XL Simple", @@ -5466,6 +5503,7 @@ ], "https://github.com/gokayfem/ComfyUI_VLM_nodes": [ [ + "CreativeArtPromptGenerator", "Internlm", "Joytag", "JsonToText", @@ -5509,6 +5547,23 @@ "title_aux": "Comfyui-Lama" } ], + "https://github.com/hiforce/comfyui-hiforce-plugin": [ + [ + "HfBoolSwitchKSampleStatus", + "HfIterativeLatentUpscale", + "HfLookbackSamplerLoader", + "HfLoopback", + "HfSampler", + "HfSamplerLoader", + "HfSamplerLoopback", + "HfSwitchKSampleStatus", + "HfTwoSamplersForMask", + "HfTwoStepSamplers" + ], + { + "title_aux": "Comfyui HiFORCE Plugin" + } + ], "https://github.com/hinablue/ComfyUI_3dPoseEditor": [ [ "Hina.PoseEditor3D" @@ -5517,6 +5572,14 @@ "title_aux": "ComfyUI 3D Pose Editor" } ], + "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": [ + [ + "Openpose Keypoint Extractor" + ], + { + "title_aux": "OpenPose Keypoint Extractor" + } + ], "https://github.com/hustille/ComfyUI_Fooocus_KSampler": [ [ "KSampler With Refiner (Fooocus)" @@ -5749,6 +5812,15 @@ "title_aux": "ComfyUI-Jjk-Nodes" } ], + "https://github.com/jkrauss82/ultools-comfyui": [ + [ + "CLIPTextEncodeWithStats", + "SaveImgAdv" + ], + { + "title_aux": "ULTools for ComfyUI" + } + ], "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": [ [ "LCMScheduler", @@ -5927,6 +5999,7 @@ "RoundMask", "SaveImageWithAlpha", "ScaleBatchPromptSchedule", + "SingleStepSampling", "SomethingToString", "SoundReactive", "SplitBboxes", @@ -6119,6 +6192,14 @@ "title_aux": "pfg-ComfyUI" } ], + "https://github.com/leoleelxh/ComfyUI-LLMs": [ + [ + "\ud83d\udc35 ComfyUI-LLMs" + ], + { + "title_aux": "ComfyUI-LLMs" + } + ], "https://github.com/lilly1987/ComfyUI_node_Lilly": [ [ "CheckpointLoaderSimpleText", @@ -6163,6 +6244,7 @@ ], "https://github.com/logtd/ComfyUI-TrackingNodes": [ [ + "OpenPoseTrackerNode", "YOLOTrackerNode" ], { @@ -6694,6 +6776,7 @@ "CanvasCreatorBasic", "CanvasCreatorSimple", "CreateRegionalPNGMask", + "EightFloats", "FloatMultiplier", "FourBooleanTrigger", "FourFloats", @@ -6708,6 +6791,8 @@ "SingleBooleanTrigger", "SixBooleanTrigger", "SixFloats", + "StepsAndCfg", + "StepsAndCfgAndWH", "TextBox", "TextWithBooleanSwitchAndCommonTextInput", "TwoBooleanTrigger", @@ -6793,6 +6878,20 @@ "title_aux": "comfyui-NDI" } ], + "https://github.com/nkchocoai/ComfyUI-Dart": [ + [ + "DanbooruTagsTransformerComposePrompt", + "DanbooruTagsTransformerDecode", + "DanbooruTagsTransformerDecodeBySplitedParts", + "DanbooruTagsTransformerGenerate", + "DanbooruTagsTransformerGenerateAdvanced", + "DanbooruTagsTransformerGenerationConfig", + "DanbooruTagsTransformerRearrangedByAnimagine" + ], + { + "title_aux": "ComfyUI-Dart" + } + ], "https://github.com/nkchocoai/ComfyUI-PromptUtilities": [ [ "PromptUtilitiesConstString", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 43130911..8085affd 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -9,6 +9,26 @@ "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": "logtd", + "title": "ComfyUI-FLATTEN", + "reference": "https://github.com/logtd/ComfyUI-FLATTEN", + "files": [ + "https://github.com/logtd/ComfyUI-FLATTEN" + ], + "install_type": "git-clone", + "description": "Load Checkpoint with FLATTEN model, KSampler (Flatten), Unsampler (Flatten), Sample Trajectories" + }, + { + "author": "shadowcz007", + "title": "comfyui-llamafile [WIP]", + "reference": "https://github.com/shadowcz007/comfyui-llamafile", + "files": [ + "https://github.com/shadowcz007/comfyui-llamafile" + ], + "install_type": "git-clone", + "description": "This node is an experimental node aimed at exploring the collaborative way of human-machine creation." + }, { "author": "gameltb", "title": "ComfyUI paper playground", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 7aef58ae..cf151d2d 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,7 +9,87 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel.\nMaking LoRA has never been easier!" }, - + + { + "author": "hiforce", + "title": "Comfyui HiFORCE Plugin", + "reference": "https://github.com/hiforce/comfyui-hiforce-plugin", + "files": [ + "https://github.com/hiforce/comfyui-hiforce-plugin" + ], + "install_type": "git-clone", + "description": "Custom nodes pack provided by [a/HiFORCE](https://www.hiforce.net/) for ComfyUI. This custom node helps to conveniently enhance images through Sampler, Upscaler, Mask, and more.\nNOTE:You should install [a/ComfyUI-Impact-Pack](https://github.com/ltdrdata/ComfyUI-Impact-Pack). Many optimizations are built upon the foundation of ComfyUI-Impact-Pack." + }, + { + "author": "hughescr", + "title": "OpenPose Keypoint Extractor", + "reference": "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor", + "files": [ + "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor" + ], + "install_type": "git-clone", + "description": "This is a single node which can take the POSE_KEYPOINT output from the OpenPose extractor node, parse it, and return x,y,width,height bounding boxes around any elements of the OpenPose skeleton" + }, + { + "author": "bmad4ever", + "title": "comfyui_wfc_like", + "reference": "https://github.com/bmad4ever/comfyui_wfc_like", + "files": [ + "https://github.com/bmad4ever/comfyui_wfc_like" + ], + "install_type": "git-clone", + "description": "Nodes:Sample (WFC), Generate (WFC), Encode (WFC), Decode (WFC), Custom Temperature Config (WFC), Custom Value Weights (WFC), Empty State (WFC), Filter (WFC), Parallel Multi Gen. (WFC)" + }, + { + "author": "jkrauss82", + "title": "ULTools for ComfyUI", + "reference": "https://github.com/jkrauss82/ultools-comfyui", + "files": [ + "https://github.com/jkrauss82/ultools-comfyui" + ], + "install_type": "git-clone", + "description": "Nodes:SaveImgAdv, CLIPTextEncodeWithStats. Collection of tools supporting txt2img generation in ComfyUI and other tasks." + }, + { + "author": "leoleelxh", + "title": "ComfyUI-LLMs", + "reference": "https://github.com/leoleelxh/ComfyUI-LLMs", + "files": [ + "https://github.com/leoleelxh/ComfyUI-LLMs" + ], + "install_type": "git-clone", + "description": "A minimalist node that calls LLMs, combined with one API, can call all language models, including local models." + }, + { + "author": "nkchocoai", + "title": "ComfyUI-Dart", + "reference": "https://github.com/nkchocoai/ComfyUI-Dart", + "files": [ + "https://github.com/nkchocoai/ComfyUI-Dart" + ], + "install_type": "git-clone", + "description": "Add nodes that generates danbooru tags by [a/Dart(Danbooru Tags Transformer)](https://huggingface.co/p1atdev/dart-v1-sft)." + }, + { + "author": "chaojie", + "title": "ComfyUI-Gemma", + "reference": "https://github.com/chaojie/ComfyUI-Gemma", + "files": [ + "https://github.com/chaojie/ComfyUI-Gemma" + ], + "install_type": "git-clone", + "description": "ComfyUI Gemma" + }, + { + "author": "TheBill2001", + "title": "comfyui-upscale-by-model", + "reference": "https://github.com/TheBill2001/comfyui-upscale-by-model", + "files": [ + "https://github.com/TheBill2001/comfyui-upscale-by-model" + ], + "install_type": "git-clone", + "description": "This custom node allow upscaling an image by a factor using a model." + }, { "author": "czcz1024", "title": "Comfyui-FaceCompare", @@ -610,126 +690,6 @@ ], "install_type": "git-clone", "description": "Improve the interactive experience of using ComfyUI, such as making the loading of ComfyUI models more intuitive and making it easier to create model thumbnails" - }, - { - "author": "Chan-0312", - "title": "ComfyUI-IPAnimate", - "reference": "https://github.com/Chan-0312/ComfyUI-IPAnimate", - "files": [ - "https://github.com/Chan-0312/ComfyUI-IPAnimate" - ], - "install_type": "git-clone", - "description": "This is a project that generates videos frame by frame based on IPAdapter+ControlNet. Unlike [a/Steerable-motion](https://github.com/banodoco/Steerable-Motion), we do not rely on AnimateDiff. This decision is primarily due to the fact that the videos generated by AnimateDiff are often blurry. Through frame-by-frame control using IPAdapter+ControlNet, we can produce higher definition and more controllable videos." - }, - { - "author": "LyazS", - "title": "Anime Character Segmentation node for comfyui", - "reference": "https://github.com/LyazS/comfyui-anime-seg", - "files": [ - "https://github.com/LyazS/comfyui-anime-seg" - ], - "install_type": "git-clone", - "description": "A Anime Character Segmentation node for comfyui, based on [this hf space](https://huggingface.co/spaces/skytnt/anime-remove-background)." - }, - { - "author": "zhongpei", - "title": "ComfyUI for InstructIR", - "reference": "https://github.com/zhongpei/ComfyUI-InstructIR", - "files": [ - "https://github.com/zhongpei/ComfyUI-InstructIR" - ], - "install_type": "git-clone", - "description": "Enhancing Image Restoration. (ref:[a/InstructIR](https://github.com/mv-lab/InstructIR))" - }, - { - "author": "nosiu", - "title": "ComfyUI InstantID Faceswapper", - "reference": "https://github.com/nosiu/comfyui-instantId-faceswap", - "files": [ - "https://github.com/nosiu/comfyui-instantId-faceswap" - ], - "install_type": "git-clone", - "description": "Implementation of [a/faceswap](https://github.com/nosiu/InstantID-faceswap/tree/main) based on [a/InstantID](https://github.com/InstantID/InstantID) for ComfyUI. Allows usage of [a/LCM Lora](https://huggingface.co/latent-consistency/lcm-lora-sdxl) which can produce good results in only a few generation steps.\nNOTE:Works ONLY with SDXL checkpoints." - }, - { - "author": "ricklove", - "title": "comfyui-ricklove", - "reference": "https://github.com/ricklove/comfyui-ricklove", - "files": [ - "https://github.com/ricklove/comfyui-ricklove" - ], - "install_type": "git-clone", - "description": "Nodes: Image Crop and Resize by Mask, Image Uncrop, Image Shadow, Optical Flow (Dip), Warp Image with Flow, Image Threshold (Channels), Finetune Variable, Finetune Analyze, Finetune Analyze Batch, ... Misc ComfyUI nodes by Rick Love" - }, - { - "author": "chaojie", - "title": "ComfyUI-Pymunk", - "reference": "https://github.com/chaojie/ComfyUI-Pymunk", - "files": [ - "https://github.com/chaojie/ComfyUI-Pymunk" - ], - "install_type": "git-clone", - "description": "Pymunk is a easy-to-use pythonic 2d physics library that can be used whenever you need 2d rigid body physics from Python" - }, - { - "author": "ZHO-ZHO-ZHO", - "title": "ComfyUI-Qwen-VL-API", - "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API", - "files": [ - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API" - ], - "install_type": "git-clone", - "description": "QWen-VL-Plus & QWen-VL-Max in ComfyUI" - }, - { - "author": "shadowcz007", - "title": "comfyui-ultralytics-yolo", - "reference": "https://github.com/shadowcz007/comfyui-ultralytics-yolo", - "files": [ - "https://github.com/shadowcz007/comfyui-ultralytics-yolo" - ], - "install_type": "git-clone", - "description": "Nodes:Detect By Label." - }, - { - "author": "StartHua", - "title": "ComfyUI_Seg_VITON", - "reference": "https://github.com/StartHua/ComfyUI_Seg_VITON", - "files": [ - "https://github.com/StartHua/ComfyUI_Seg_VITON" - ], - "install_type": "git-clone", - "description": "Nodes:segformer_clothes, segformer_agnostic, segformer_remove_bg, stabel_vition. Nodes for model dress up." - }, - { - "author": "HaydenReeve", - "title": "ComfyUI Better Strings", - "reference": "https://github.com/HaydenReeve/ComfyUI-Better-Strings", - "files": [ - "https://github.com/HaydenReeve/ComfyUI-Better-Strings" - ], - "install_type": "git-clone", - "description": "Strings should be easy, and simple. This extension aims to provide a set of nodes that make working with strings in ComfyUI a little bit easier." - }, - { - "author": "Loewen-Hob", - "title": "Rembg Background Removal Node for ComfyUI", - "reference": "https://github.com/Loewen-Hob/rembg-comfyui-node-better", - "files": [ - "https://github.com/Loewen-Hob/rembg-comfyui-node-better" - ], - "install_type": "git-clone", - "description": "This custom node is based on the [a/rembg-comfyui-node](https://github.com/Jcd1230/rembg-comfyui-node) but provides additional functionality to select ONNX models." - }, - { - "author": "mape", - "title": "mape's ComfyUI Helpers", - "reference": "https://github.com/mape/ComfyUI-mape-Helpers", - "files": [ - "https://github.com/mape/ComfyUI-mape-Helpers" - ], - "install_type": "git-clone", - "description": "A project that combines all my qualify of life improvements for ComyUI. For more info visit: [a/https://comfyui.ma.pe/](https://comfyui.ma.pe/)" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index f45002cb..a79cdabd 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2696,6 +2696,18 @@ "title_aux": "ZSuite" } ], + "https://github.com/TheBill2001/comfyui-upscale-by-model": [ + [ + "UpscaleImageByUsingModel" + ], + { + "author": "Tr\u1ea7n Nam Tu\u1ea5n", + "description": "This custom node allow upscaling an image by a factor using a model.", + "nickname": "Upscale Image By (Using Model)", + "title": "Upscale Image By (Using Model)", + "title_aux": "comfyui-upscale-by-model" + } + ], "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": [ [ "ttN busIN", @@ -4031,6 +4043,22 @@ "title_aux": "Lists Cartesian Product" } ], + "https://github.com/bmad4ever/comfyui_wfc_like": [ + [ + "WFC_CustomTemperature_Bmad", + "WFC_CustomValueWeights_Bmad", + "WFC_Decode_BMad", + "WFC_EmptyState_Bmad", + "WFC_Encode_BMad", + "WFC_Filter_Bmad", + "WFC_GenParallel_Bmad", + "WFC_Generate_BMad", + "WFC_SampleNode_BMad" + ], + { + "title_aux": "comfyui_wfc_like" + } + ], "https://github.com/bradsec/ComfyUI_ResolutionSelector": [ [ "ResolutionSelector" @@ -4193,6 +4221,15 @@ "title_aux": "ComfyUI-DynamiCrafter" } ], + "https://github.com/chaojie/ComfyUI-Gemma": [ + [ + "GemmaLoader", + "GemmaRun" + ], + { + "title_aux": "ComfyUI-Gemma" + } + ], "https://github.com/chaojie/ComfyUI-I2VGEN-XL": [ [ "I2VGEN-XL Simple", @@ -5466,6 +5503,7 @@ ], "https://github.com/gokayfem/ComfyUI_VLM_nodes": [ [ + "CreativeArtPromptGenerator", "Internlm", "Joytag", "JsonToText", @@ -5509,6 +5547,23 @@ "title_aux": "Comfyui-Lama" } ], + "https://github.com/hiforce/comfyui-hiforce-plugin": [ + [ + "HfBoolSwitchKSampleStatus", + "HfIterativeLatentUpscale", + "HfLookbackSamplerLoader", + "HfLoopback", + "HfSampler", + "HfSamplerLoader", + "HfSamplerLoopback", + "HfSwitchKSampleStatus", + "HfTwoSamplersForMask", + "HfTwoStepSamplers" + ], + { + "title_aux": "Comfyui HiFORCE Plugin" + } + ], "https://github.com/hinablue/ComfyUI_3dPoseEditor": [ [ "Hina.PoseEditor3D" @@ -5517,6 +5572,14 @@ "title_aux": "ComfyUI 3D Pose Editor" } ], + "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": [ + [ + "Openpose Keypoint Extractor" + ], + { + "title_aux": "OpenPose Keypoint Extractor" + } + ], "https://github.com/hustille/ComfyUI_Fooocus_KSampler": [ [ "KSampler With Refiner (Fooocus)" @@ -5749,6 +5812,15 @@ "title_aux": "ComfyUI-Jjk-Nodes" } ], + "https://github.com/jkrauss82/ultools-comfyui": [ + [ + "CLIPTextEncodeWithStats", + "SaveImgAdv" + ], + { + "title_aux": "ULTools for ComfyUI" + } + ], "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": [ [ "LCMScheduler", @@ -5927,6 +5999,7 @@ "RoundMask", "SaveImageWithAlpha", "ScaleBatchPromptSchedule", + "SingleStepSampling", "SomethingToString", "SoundReactive", "SplitBboxes", @@ -6119,6 +6192,14 @@ "title_aux": "pfg-ComfyUI" } ], + "https://github.com/leoleelxh/ComfyUI-LLMs": [ + [ + "\ud83d\udc35 ComfyUI-LLMs" + ], + { + "title_aux": "ComfyUI-LLMs" + } + ], "https://github.com/lilly1987/ComfyUI_node_Lilly": [ [ "CheckpointLoaderSimpleText", @@ -6163,6 +6244,7 @@ ], "https://github.com/logtd/ComfyUI-TrackingNodes": [ [ + "OpenPoseTrackerNode", "YOLOTrackerNode" ], { @@ -6694,6 +6776,7 @@ "CanvasCreatorBasic", "CanvasCreatorSimple", "CreateRegionalPNGMask", + "EightFloats", "FloatMultiplier", "FourBooleanTrigger", "FourFloats", @@ -6708,6 +6791,8 @@ "SingleBooleanTrigger", "SixBooleanTrigger", "SixFloats", + "StepsAndCfg", + "StepsAndCfgAndWH", "TextBox", "TextWithBooleanSwitchAndCommonTextInput", "TwoBooleanTrigger", @@ -6793,6 +6878,20 @@ "title_aux": "comfyui-NDI" } ], + "https://github.com/nkchocoai/ComfyUI-Dart": [ + [ + "DanbooruTagsTransformerComposePrompt", + "DanbooruTagsTransformerDecode", + "DanbooruTagsTransformerDecodeBySplitedParts", + "DanbooruTagsTransformerGenerate", + "DanbooruTagsTransformerGenerateAdvanced", + "DanbooruTagsTransformerGenerationConfig", + "DanbooruTagsTransformerRearrangedByAnimagine" + ], + { + "title_aux": "ComfyUI-Dart" + } + ], "https://github.com/nkchocoai/ComfyUI-PromptUtilities": [ [ "PromptUtilitiesConstString", From 00d8b22b9a2732d3be5ae739b1d9c17facab5c52 Mon Sep 17 00:00:00 2001 From: RomanKuschanow Date: Sun, 25 Feb 2024 14:45:52 +0200 Subject: [PATCH 69/72] Update custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 3ae42bc4..d259ae09 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5825,6 +5825,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "kuschanow", + "title": "Advanced Latent Control", + "reference": "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control", + "files": [ + "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control" + ], + "install_type": "git-clone", + "description": "This custom node helps to transform latent in different ways." } ] } From 2a54d98dbf81cf3d6661dc4784a32bb70ff01a12 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 25 Feb 2024 22:50:54 +0900 Subject: [PATCH 70/72] update DB --- custom-node-list.json | 20 ++++++++++---------- extension-node-map.json | 18 +++++++++++++++--- node_db/new/custom-node-list.json | 20 ++++++++++---------- node_db/new/extension-node-map.json | 18 +++++++++++++++--- 4 files changed, 50 insertions(+), 26 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index d259ae09..51506f17 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5496,6 +5496,16 @@ "install_type": "git-clone", "description": "Custom nodes pack provided by [a/HiFORCE](https://www.hiforce.net/) for ComfyUI. This custom node helps to conveniently enhance images through Sampler, Upscaler, Mask, and more.\nNOTE:You should install [a/ComfyUI-Impact-Pack](https://github.com/ltdrdata/ComfyUI-Impact-Pack). Many optimizations are built upon the foundation of ComfyUI-Impact-Pack." }, + { + "author": "kuschanow", + "title": "Advanced Latent Control", + "reference": "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control", + "files": [ + "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control" + ], + "install_type": "git-clone", + "description": "This custom node helps to transform latent in different ways." + }, @@ -5825,16 +5835,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "kuschanow", - "title": "Advanced Latent Control", - "reference": "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control", - "files": [ - "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control" - ], - "install_type": "git-clone", - "description": "This custom node helps to transform latent in different ways." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index a79cdabd..ac64236b 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1130,6 +1130,7 @@ ], "https://github.com/Inzaniak/comfyui-ranbooru": [ [ + "LockSeed", "PromptBackground", "PromptLimit", "PromptMix", @@ -1137,7 +1138,8 @@ "PromptRemove", "Ranbooru", "RanbooruURL", - "RandomPicturePath" + "RandomPicturePath", + "TimestampFileName" ], { "title_aux": "Ranbooru for ComfyUI" @@ -2011,6 +2013,14 @@ "title_aux": "ComfyUI-RenderRiftNodes" } ], + "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": [ + [ + "LatentMirror" + ], + { + "title_aux": "Advanced Latent Control" + } + ], "https://github.com/Ryuukeisyou/comfyui_face_parsing": [ [ "BBoxListItemSelect(FaceParsing)", @@ -4393,6 +4403,7 @@ "LayerUtility: ImageChannelSplit", "LayerUtility: ImageMaskScaleAs", "LayerUtility: ImageOpacity", + "LayerUtility: ImageScaleByAspectRatio", "LayerUtility: ImageScaleRestore", "LayerUtility: ImageShift", "LayerUtility: LayerImageTransform", @@ -5988,6 +5999,7 @@ "ImageUpscaleWithModelBatched", "InjectNoiseToLatent", "InsertImageBatchByIndexes", + "Intrinsic_lora_sampling", "NormalizeLatent", "NormalizedAmplitudeToMask", "OffsetMask", @@ -5999,7 +6011,6 @@ "RoundMask", "SaveImageWithAlpha", "ScaleBatchPromptSchedule", - "SingleStepSampling", "SomethingToString", "SoundReactive", "SplitBboxes", @@ -6886,7 +6897,8 @@ "DanbooruTagsTransformerGenerate", "DanbooruTagsTransformerGenerateAdvanced", "DanbooruTagsTransformerGenerationConfig", - "DanbooruTagsTransformerRearrangedByAnimagine" + "DanbooruTagsTransformerRearrangedByAnimagine", + "DanbooruTagsTransformerRemoveTagToken" ], { "title_aux": "ComfyUI-Dart" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index cf151d2d..ca8695a4 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "kuschanow", + "title": "Advanced Latent Control", + "reference": "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control", + "files": [ + "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control" + ], + "install_type": "git-clone", + "description": "This custom node helps to transform latent in different ways." + }, { "author": "hiforce", "title": "Comfyui HiFORCE Plugin", @@ -680,16 +690,6 @@ ], "install_type": "git-clone", "description": "An implementation of NSFW Detection for ComfyUI" - }, - { - "author": "AIGODLIKE", - "title": "AIGODLIKE-ComfyUI-Studio", - "reference": "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio", - "files": [ - "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio" - ], - "install_type": "git-clone", - "description": "Improve the interactive experience of using ComfyUI, such as making the loading of ComfyUI models more intuitive and making it easier to create model thumbnails" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index a79cdabd..ac64236b 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1130,6 +1130,7 @@ ], "https://github.com/Inzaniak/comfyui-ranbooru": [ [ + "LockSeed", "PromptBackground", "PromptLimit", "PromptMix", @@ -1137,7 +1138,8 @@ "PromptRemove", "Ranbooru", "RanbooruURL", - "RandomPicturePath" + "RandomPicturePath", + "TimestampFileName" ], { "title_aux": "Ranbooru for ComfyUI" @@ -2011,6 +2013,14 @@ "title_aux": "ComfyUI-RenderRiftNodes" } ], + "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": [ + [ + "LatentMirror" + ], + { + "title_aux": "Advanced Latent Control" + } + ], "https://github.com/Ryuukeisyou/comfyui_face_parsing": [ [ "BBoxListItemSelect(FaceParsing)", @@ -4393,6 +4403,7 @@ "LayerUtility: ImageChannelSplit", "LayerUtility: ImageMaskScaleAs", "LayerUtility: ImageOpacity", + "LayerUtility: ImageScaleByAspectRatio", "LayerUtility: ImageScaleRestore", "LayerUtility: ImageShift", "LayerUtility: LayerImageTransform", @@ -5988,6 +5999,7 @@ "ImageUpscaleWithModelBatched", "InjectNoiseToLatent", "InsertImageBatchByIndexes", + "Intrinsic_lora_sampling", "NormalizeLatent", "NormalizedAmplitudeToMask", "OffsetMask", @@ -5999,7 +6011,6 @@ "RoundMask", "SaveImageWithAlpha", "ScaleBatchPromptSchedule", - "SingleStepSampling", "SomethingToString", "SoundReactive", "SplitBboxes", @@ -6886,7 +6897,8 @@ "DanbooruTagsTransformerGenerate", "DanbooruTagsTransformerGenerateAdvanced", "DanbooruTagsTransformerGenerationConfig", - "DanbooruTagsTransformerRearrangedByAnimagine" + "DanbooruTagsTransformerRearrangedByAnimagine", + "DanbooruTagsTransformerRemoveTagToken" ], { "title_aux": "ComfyUI-Dart" From aed16687caab1b2d6e4d7873c26ed484b410ae36 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 25 Feb 2024 23:18:20 +0900 Subject: [PATCH 71/72] fix: reboot button occassionally doesn't work --- js/comfyui-manager.js | 4 ++-- js/common.js | 10 +++++----- js/snapshot.js | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index 9f7224ec..46cd5924 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -624,12 +624,12 @@ async function updateAll(update_check_checkbox, manager_dialog) { } app.ui.dialog.show( - "ComfyUI and all extensions have been updated to the latest version.
To apply the updated custom node, please ComfyUI. And refresh browser.
" + "ComfyUI and all extensions have been updated to the latest version.
To apply the updated custom node, please ComfyUI. And refresh browser.
" +failed_list +updated_list ); - const rebootButton = document.getElementById('cm-reboot-button'); + const rebootButton = document.getElementById('cm-reboot-button5'); rebootButton.addEventListener("click", function() { if(rebootAPI()) { diff --git a/js/common.js b/js/common.js index a45bf75f..0815c1eb 100644 --- a/js/common.js +++ b/js/common.js @@ -67,7 +67,7 @@ export async function install_checked_custom_node(grid_rows, target_i, caller, m } await caller.invalidateControl(); - caller.updateMessage("
To apply the installed/updated/disabled/enabled custom node, please ComfyUI. And refresh browser.", 'cm-reboot-button'); + caller.updateMessage("
To apply the installed/updated/disabled/enabled custom node, please ComfyUI. And refresh browser.", 'cm-reboot-button1'); } }; @@ -92,9 +92,9 @@ export async function install_pip(packages) { const res = await api.fetchApi(`/customnode/install/pip?packages=${packages}`); if(res.status == 200) { - app.ui.dialog.show(`PIP package installation is processed.
To apply the pip packages, please click the button in ComfyUI.`); + app.ui.dialog.show(`PIP package installation is processed.
To apply the pip packages, please click the button in ComfyUI.`); - const rebootButton = document.getElementById('cm-reboot-button'); + const rebootButton = document.getElementById('cm-reboot-button3'); const self = this; rebootButton.addEventListener("click", rebootAPI); @@ -124,9 +124,9 @@ export async function install_via_git_url(url, manager_dialog) { const res = await api.fetchApi(`/customnode/install/git_url?url=${url}`); if(res.status == 200) { - app.ui.dialog.show(`'${url}' is installed
To apply the installed custom node, please ComfyUI.`); + app.ui.dialog.show(`'${url}' is installed
To apply the installed custom node, please ComfyUI.`); - const rebootButton = document.getElementById('cm-reboot-button'); + const rebootButton = document.getElementById('cm-reboot-button4'); const self = this; rebootButton.addEventListener("click", diff --git a/js/snapshot.js b/js/snapshot.js index 2e26df55..e2eed3f4 100644 --- a/js/snapshot.js +++ b/js/snapshot.js @@ -23,7 +23,7 @@ async function restore_snapshot(target) { } finally { await SnapshotManager.instance.invalidateControl(); - SnapshotManager.instance.updateMessage("
To apply the snapshot, please ComfyUI. And refresh browser.", 'cm-reboot-button'); + SnapshotManager.instance.updateMessage("
To apply the snapshot, please ComfyUI. And refresh browser.", 'cm-reboot-button2'); } } } From 9b91591ca138bb9cdf5385c7a0143a0e6a58b189 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 25 Feb 2024 23:39:31 +0900 Subject: [PATCH 72/72] update DB --- custom-node-list.json | 4 ++-- extension-node-map.json | 5 +++-- node_db/new/extension-node-map.json | 5 +++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 51506f17..890b36eb 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1890,13 +1890,13 @@ }, { "author": "Ttl", - "title": "ComfyUI Neural network latent upscale custom node", + "title": "ComfyUI Neural Network Latent Upscale", "reference": "https://github.com/Ttl/ComfyUi_NNLatentUpscale", "files": [ "https://github.com/Ttl/ComfyUi_NNLatentUpscale" ], "install_type": "git-clone", - "description": "A custom ComfyUI node designed for rapid latent upscaling using a compact neural network, eliminating the need for VAE-based decoding and encoding." + "description": "Nodes:NNLatentUpscale, A custom ComfyUI node designed for rapid latent upscaling using a compact neural network, eliminating the need for VAE-based decoding and encoding." }, { "author": "spro", diff --git a/extension-node-map.json b/extension-node-map.json index ac64236b..2062b501 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2015,7 +2015,8 @@ ], "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": [ [ - "LatentMirror" + "LatentMirror", + "LatentShift" ], { "title_aux": "Advanced Latent Control" @@ -2824,7 +2825,7 @@ "NNLatentUpscale" ], { - "title_aux": "ComfyUI Neural network latent upscale custom node" + "title_aux": "ComfyUI Neural Network Latent Upscale" } ], "https://github.com/Umikaze-job/select_folder_path_easy": [ diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index ac64236b..2062b501 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2015,7 +2015,8 @@ ], "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": [ [ - "LatentMirror" + "LatentMirror", + "LatentShift" ], { "title_aux": "Advanced Latent Control" @@ -2824,7 +2825,7 @@ "NNLatentUpscale" ], { - "title_aux": "ComfyUI Neural network latent upscale custom node" + "title_aux": "ComfyUI Neural Network Latent Upscale" } ], "https://github.com/Umikaze-job/select_folder_path_easy": [