From 9f2323d1fba3e660482c384fd240a1eea0266154 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 2 Apr 2024 00:43:44 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 91 +++++++++++++- extension-node-map.json | 136 ++++++++++++++++++++- node_db/dev/custom-node-list.json | 10 -- node_db/new/custom-node-list.json | 182 ++++++++++++++-------------- node_db/new/extension-node-map.json | 136 ++++++++++++++++++++- 5 files changed, 449 insertions(+), 106 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 631eaed..98bb6ec 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3452,6 +3452,16 @@ "install_type": "git-clone", "description": "Unofficial implementation of [a/DepthFM](https://github.com/CompVis/depth-fm) for ComfyUI" }, + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI-BiRefNet-ZHO", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO" + ], + "install_type": "git-clone", + "description": "Better version for [a/BiRefNet](https://github.com/zhengpeng7/birefnet) in ComfyUI | Both img and video" + }, { "author": "kenjiqq", "title": "qq-nodes-comfyui", @@ -5798,6 +5808,16 @@ "install_type": "git-clone", "description": "Nodes:Apply Ref UNet, Ref Sampler, Ref Sampler Custom" }, + { + "author": "logtd", + "title": "ComfyUI-FLATTEN", + "reference": "https://github.com/logtd/ComfyUI-FLATTEN", + "files": [ + "https://github.com/logtd/ComfyUI-FLATTEN" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes to use [a/FLATTEN: optical FLow-guided ATTENtion for consistent text-to-video editing](https://github.com/yrcong/flatten)." + }, { "author": "Big-Idea-Technology", "title": "ImageTextOverlay Node for ComfyUI", @@ -6698,7 +6718,76 @@ "install_type": "git-clone", "description": "This initiative represents a solo venture dedicated to integrating a stereopsis effect within ComfyUI (Stable Diffusion). Presently, the project is focused on the refinement of node categorization within a unified framework, as it is in the early stages of development. However, it has achieved functionality in a fundamental capacity. By processing a video through the Side-by-Side (SBS) node and applying Frame Delay to one of the inputs, it facilitates the creation of a stereopsis effect. This effect is compatible with any Virtual Reality headset that supports SBS video playback, offering a practical application in immersive media experiences." }, - + { + "author": "nickve28", + "title": "Nich Comfy Utils", + "reference": "https://github.com/nickve28/nich-comfy-utils", + "files": [ + "https://github.com/nickve28/nich-comfy-utils" + ], + "install_type": "git-clone", + "description": "Nodes:Image from Dir Selector (Nich)" + }, + { + "author": "frankchieng", + "title": "ComfyUI_Aniportrait", + "reference": "https://github.com/frankchieng/ComfyUI_Aniportrait", + "files": [ + "https://github.com/frankchieng/ComfyUI_Aniportrait" + ], + "install_type": "git-clone", + "description": "This is unofficial implementation of [a/AniPortrait](https://github.com/Zejun-Yang/AniPortrait) in ComfyUI custom_node,cuz i have routine jobs,so i will update this project when i have time" + }, + { + "author": "BlakeOne", + "title": "ComfyUI SchedulerMixer", + "reference": "https://github.com/BlakeOne/ComfyUI-SchedulerMixer", + "files": [ + "https://github.com/BlakeOne/ComfyUI-SchedulerMixer" + ], + "install_type": "git-clone", + "description": "Create a custom scheduler from a weighted average of the built-in schedulers" + }, + { + "author": "BlakeOne", + "title": "ComfyUI FastImageListToImageBatch", + "reference": "https://github.com/BlakeOne/ComfyUI-FastImageListToImageBatch", + "files": [ + "https://github.com/BlakeOne/ComfyUI-FastImageListToImageBatch" + ], + "install_type": "git-clone", + "description": "Quickly convert a list of images to a batch of images. All images must be the same size. Great for long videos." + }, + { + "author": "kale4eat", + "title": "ComfyUI_demucus", + "reference": "https://github.com/kale4eat/ComfyUI-path-util", + "files": [ + "https://github.com/kale4eat/ComfyUI-path-util" + ], + "install_type": "git-clone", + "description": "Path utility for ComfyUI" + }, + { + "author": "kale4eat", + "title": "ComfyUI-string-util", + "reference": "https://github.com/kale4eat/ComfyUI-string-util", + "files": [ + "https://github.com/kale4eat/ComfyUI-string-util" + ], + "install_type": "git-clone", + "description": "String utility for ComfyUI" + }, + { + "author": "kale4eat", + "title": "ComfyUI-text-file-util", + "reference": "https://github.com/kale4eat/ComfyUI-text-file-util", + "files": [ + "https://github.com/kale4eat/ComfyUI-text-file-util" + ], + "install_type": "git-clone", + "description": "Text file utility for ComfyUI" + }, diff --git a/extension-node-map.json b/extension-node-map.json index 9357acb..fb5dcc7 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -328,6 +328,7 @@ "Load Images Pair Batch", "Merge Tag", "Move Tag To Top", + "Reserve Tag", "Save Images Pair" ], { @@ -554,6 +555,22 @@ "title_aux": "ComfyUI-Path-Helper" } ], + "https://github.com/BlakeOne/ComfyUI-FastImageListToImageBatch": [ + [ + "FastImageListToImageBatch" + ], + { + "title_aux": "ComfyUI FastImageListToImageBatch" + } + ], + "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": [ + [ + "SchedulerMixer" + ], + { + "title_aux": "ComfyUI SchedulerMixer" + } + ], "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": [ [ "BNK_AddCLIPSDXLParams", @@ -766,6 +783,7 @@ "PrimereStyleLoader", "PrimereStylePile", "PrimereTextOutput", + "PrimereUpscaleModel", "PrimereVAE", "PrimereVAELoader", "PrimereVAESelector", @@ -1333,6 +1351,10 @@ "Moondream Interrogator" ], { + "author": "AlexL", + "description": "An implementation of the moondream visual LLM", + "nickname": "Hangover-Moondream", + "title": "ComfyUI-Hangover-Moondream", "title_aux": "ComfyUI-Hangover-Moondream" } ], @@ -1344,6 +1366,10 @@ "Save Image w/o Metadata" ], { + "author": "AlexL", + "description": "Scales an input image into a given box size, whereby the aspect ratio keeps retained.", + "nickname": "Hangover-Image_Scale_Bouning_Box", + "title": "ComfyUI-Hangover-Image_Scale_Bouning_Box", "title_aux": "ComfyUI-Hangover-Nodes" } ], @@ -1352,6 +1378,10 @@ "Recognize Anything Model (RAM++)" ], { + "author": "AlexL", + "description": "An implementation of the Recognize Anything Model (RAM++) for ComfyUI. The counterpart of Segment Anything Model (SAM).", + "nickname": "Hangover-Recognize_Anything", + "title": "ComfyUI-Hangover-Recognize_Anything", "title_aux": "Recognize Anything Model (RAM++) for ComfyUI" } ], @@ -2157,6 +2187,7 @@ "DoubleClipTextEncode", "HashText", "IndoorBackgrounds", + "IntFloatDict", "LandscapeBackgrounds", "NatureColours", "OptimalCrop", @@ -4013,6 +4044,15 @@ "title_aux": "ComfyUI-BRIA_AI-RMBG" } ], + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": [ + [ + "BiRefNet_ModelLoader_Zho", + "BiRefNet_Zho" + ], + { + "title_aux": "ComfyUI-BiRefNet-ZHO" + } + ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": [ [ "DepthFM_Literative_Zho", @@ -4188,6 +4228,7 @@ "AudioToFFTs", "BatchAmplitudeSchedule", "ClipAmplitude", + "FloatArrayToGraph", "GateNormalizedAmplitude", "LoadAudio", "NormalizeAmplitude", @@ -6693,6 +6734,20 @@ "title_aux": "RF Nodes" } ], + "https://github.com/frankchieng/ComfyUI_Aniportrait": [ + [ + "AniPortrait_Audio2Video", + "AniPortrait_Audio_Path", + "AniPortrait_Generate_Ref_Pose", + "AniPortrait_LoadVideoPath", + "AniPortrait_Pose_Gen_Video", + "AniPortrait_Ref_Image_Path", + "AniPortrait_Video_Gen_Pose" + ], + { + "title_aux": "ComfyUI_Aniportrait" + } + ], "https://github.com/gemell1/ComfyUI_GMIC": [ [ "GmicCliWrapper", @@ -7322,6 +7377,60 @@ "title_aux": "ComfyUI-Transformers" } ], + "https://github.com/kale4eat/ComfyUI-path-util": [ + [ + "path_util_PathAbspath", + "path_util_PathBasename", + "path_util_PathDirname", + "path_util_PathExists", + "path_util_PathIsdir", + "path_util_PathIsfile", + "path_util_PathJoin", + "path_util_PathRelpath", + "path_util_PathSplitext" + ], + { + "title_aux": "ComfyUI_demucus" + } + ], + "https://github.com/kale4eat/ComfyUI-string-util": [ + [ + "string_util_Str", + "string_util_StrConcat", + "string_util_StrCount", + "string_util_StrEndsWith", + "string_util_StrEqual", + "string_util_StrFind", + "string_util_StrFormat", + "string_util_StrJoin", + "string_util_StrLen", + "string_util_StrLower", + "string_util_StrLstrip", + "string_util_StrNotEqual", + "string_util_StrReplace", + "string_util_StrRstrip", + "string_util_StrSlice", + "string_util_StrSplit", + "string_util_StrStartsWith", + "string_util_StrStrip", + "string_util_StrUpper" + ], + { + "title_aux": "ComfyUI-string-util" + } + ], + "https://github.com/kale4eat/ComfyUI-text-file-util": [ + [ + "text_file_util_ReadAllLines", + "text_file_util_ReadAllText", + "text_file_util_WriteText", + "text_file_util_WriteTextLines", + "text_file_util_WriteTextWithSequentialNumbering" + ], + { + "title_aux": "ComfyUI-text-file-util" + } + ], "https://github.com/kenjiqq/qq-nodes-comfyui": [ [ "Any List", @@ -7768,6 +7877,19 @@ "title_aux": "comfyui-easyapi-nodes" } ], + "https://github.com/logtd/ComfyUI-FLATTEN": [ + [ + "ApplyFlattenAttentionNode", + "CreateFlowNoiseNode", + "FlattenCheckpointLoaderNode", + "KSamplerFlattenNode", + "TrajectoryNode", + "UnsamplerFlattenNode" + ], + { + "title_aux": "ComfyUI-FLATTEN" + } + ], "https://github.com/logtd/ComfyUI-InstanceDiffusion": [ [ "ApplyScaleUModelNode", @@ -7835,8 +7957,7 @@ ], "https://github.com/longgui0318/comfyui-oms-diffusion": [ [ - "Additional Features With Attention", - "Extract Features With Unet" + "Additional Features With Attention" ], { "title_aux": "comfyui-oms-diffusion" @@ -8402,6 +8523,7 @@ "CreateMaskWithCanvas", "CreateRegionalPNGMask", "EightFloats", + "EvenOrOdd", "FloatMultiplication", "FourBooleanTrigger", "FourFloats", @@ -8492,6 +8614,14 @@ "title_aux": "ComfyUI-NegiTools" } ], + "https://github.com/nickve28/nich-comfy-utils": [ + [ + "Image from Dir Selector (Nich)" + ], + { + "title_aux": "Nich Comfy Utils" + } + ], "https://github.com/nicolai256/comfyUI_Nodes_nicolai256/raw/main/yugioh-presets.py": [ [ "yugioh_Presets" @@ -9743,6 +9873,7 @@ "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [ [ "CaptureWebcam", + "ImageResize_Padding", "LatentDelay", "LoadWebcamImage", "SaveImagetoPath" @@ -10234,6 +10365,7 @@ "easy if", "easy imageInsetCrop", "easy imagePixelPerfect", + "easy imageRatio", "easy imageRemBg", "easy imageRemoveBG", "easy imageSave", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 64e0271..e449c20 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -229,16 +229,6 @@ "install_type": "git-clone", "description": "I made these nodes for experimenting so it's far from perfect but at least it is entertaining!\nIt uses cosine similarities or smallest euclidean distances to find the closest tokens." }, - { - "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]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 9360956..96703e9 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -8,8 +8,98 @@ "install_type": "git-clone", "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": "logtd", + "title": "ComfyUI-FLATTEN", + "reference": "https://github.com/logtd/ComfyUI-FLATTEN", + "files": [ + "https://github.com/logtd/ComfyUI-FLATTEN" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes to use [a/FLATTEN: optical FLow-guided ATTENtion for consistent text-to-video editing](https://github.com/yrcong/flatten)." + }, + { + "author": "BlakeOne", + "title": "ComfyUI SchedulerMixer", + "reference": "https://github.com/BlakeOne/ComfyUI-SchedulerMixer", + "files": [ + "https://github.com/BlakeOne/ComfyUI-SchedulerMixer" + ], + "install_type": "git-clone", + "description": "Create a custom scheduler from a weighted average of the built-in schedulers" + }, + { + "author": "BlakeOne", + "title": "ComfyUI FastImageListToImageBatch", + "reference": "https://github.com/BlakeOne/ComfyUI-FastImageListToImageBatch", + "files": [ + "https://github.com/BlakeOne/ComfyUI-FastImageListToImageBatch" + ], + "install_type": "git-clone", + "description": "Quickly convert a list of images to a batch of images. All images must be the same size. Great for long videos." + }, + { + "author": "frankchieng", + "title": "ComfyUI_Aniportrait", + "reference": "https://github.com/frankchieng/ComfyUI_Aniportrait", + "files": [ + "https://github.com/frankchieng/ComfyUI_Aniportrait" + ], + "install_type": "git-clone", + "description": "This is unofficial implementation of [a/AniPortrait](https://github.com/Zejun-Yang/AniPortrait) in ComfyUI custom_node,cuz i have routine jobs,so i will update this project when i have time" + }, + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI-BiRefNet-ZHO", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO" + ], + "install_type": "git-clone", + "description": "Better version for [a/BiRefNet](https://github.com/zhengpeng7/birefnet) in ComfyUI | Both img and video" + }, + { + "author": "kale4eat", + "title": "ComfyUI_demucus", + "reference": "https://github.com/kale4eat/ComfyUI-path-util", + "files": [ + "https://github.com/kale4eat/ComfyUI-path-util" + ], + "install_type": "git-clone", + "description": "Path utility for ComfyUI" + }, + { + "author": "kale4eat", + "title": "ComfyUI-string-util", + "reference": "https://github.com/kale4eat/ComfyUI-string-util", + "files": [ + "https://github.com/kale4eat/ComfyUI-string-util" + ], + "install_type": "git-clone", + "description": "String utility for ComfyUI" + }, + { + "author": "kale4eat", + "title": "ComfyUI-text-file-util", + "reference": "https://github.com/kale4eat/ComfyUI-text-file-util", + "files": [ + "https://github.com/kale4eat/ComfyUI-text-file-util" + ], + "install_type": "git-clone", + "description": "Text file utility for ComfyUI" + }, + { + "author": "nickve28", + "title": "Nich Comfy Utils", + "reference": "https://github.com/nickve28/nich-comfy-utils", + "files": [ + "https://github.com/nickve28/nich-comfy-utils" + ], + "install_type": "git-clone", + "description": "Nodes:Image from Dir Selector (Nich)" + }, { "author": "Hangover3832", "title": "Recognize Anything Model (RAM++) for ComfyUI", @@ -601,96 +691,6 @@ ], "install_type": "git-clone", "description": "Nodes:Merge Tag, Clear Tag, Add Tag, Load Images Pair Batch, Save Images Pair" - }, - { - "author": "vsevolod-oparin", - "title": "Kandinsky 2.2 ComfyUI Plugin", - "reference": "https://github.com/vsevolod-oparin/comfyui-kandinsky22", - "files": [ - "https://github.com/vsevolod-oparin/comfyui-kandinsky22" - ], - "install_type": "git-clone", - "description": "Nodes provide an options to combine prior and decoder models of Kandinsky 2.2." - }, - { - "author": "Xyem", - "title": "Xycuno Oobabooga", - "reference": "https://github.com/Xyem/Xycuno-Oobabooga", - "files": [ - "https://github.com/Xyem/Xycuno-Oobabooga" - ], - "install_type": "git-clone", - "description": "Xycuno Oobabooga provides custom nodes for ComfyUI, for sending requests to an [a/Oobabooga](https://github.com/oobabooga/text-generation-webui) instance to assist in creating prompt texts." - }, - { - "author": "CozyMantis", - "title": "Cozy Reference Pose Generator", - "reference": "https://github.com/cozymantis/pose-generator-comfyui-node", - "files": [ - "https://github.com/cozymantis/pose-generator-comfyui-node" - ], - "install_type": "git-clone", - "description": "Generate OpenPose face/body reference poses in ComfyUI with ease. Made with 💚 by the CozyMantis squad." - }, - { - "author": "CozyMantis", - "title": "Cozy Utils", - "reference": "https://github.com/cozymantis/cozy-utils-comfyui-nodes", - "files": [ - "https://github.com/cozymantis/cozy-utils-comfyui-nodes" - ], - "install_type": "git-clone", - "description": "Various cozy nodes, made with 💚 by the CozyMantis squad." - }, - { - "author": "Chan-0312", - "title": "ComfyUI-EasyDeforum", - "reference": "https://github.com/Chan-0312/ComfyUI-EasyDeforum", - "files": [ - "https://github.com/Chan-0312/ComfyUI-EasyDeforum" - ], - "install_type": "git-clone", - "description": "Nodes:Easy2DDeforum (Chan)" - }, - { - "author": "if-ai", - "title": "ComfyUI-IF_AI_tools", - "reference": "https://github.com/if-ai/ComfyUI-IF_AI_tools", - "files": [ - "https://github.com/if-ai/ComfyUI-IF_AI_tools" - ], - "install_type": "git-clone", - "description": "Various AI tools to use in Comfy UI. Starting with VL and prompt making tools using Ollma as backend will evolve as I find time." - }, - { - "author": "shi3z", - "title": "ComfyUI_Memeplex_DALLE", - "reference": "https://github.com/shi3z/ComfyUI_Memeplex_DALLE", - "files": [ - "https://github.com/shi3z/ComfyUI_Memeplex_DALLE" - ], - "install_type": "git-clone", - "description": "You can use memeplex and DALL-E thru ComfyUI. You need API keys." - }, - { - "author": "cdb-boop", - "title": "ComfyUI Bringing Old Photos Back to Life", - "reference": "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life", - "files": [ - "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life" - ], - "install_type": "git-clone", - "description": "Enhance old or low-quality images in ComfyUI. Optional features include automatic scratch removal and face enhancement. Based on Microsoft's Bringing-Old-Photos-Back-to-Life. Requires installing models, so see instructions here: https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life." - }, - { - "author": "kingzcheung", - "title": "ComfyUI_kkTranslator_nodes", - "reference": "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes", - "files": [ - "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes" - ], - "install_type": "git-clone", - "description": "These nodes are mainly used to translate prompt words from other languages into English. PromptTranslateToText implements prompt word translation based on Helsinki NLP translation model.It doesn't require internet connection。" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 9357acb..fb5dcc7 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -328,6 +328,7 @@ "Load Images Pair Batch", "Merge Tag", "Move Tag To Top", + "Reserve Tag", "Save Images Pair" ], { @@ -554,6 +555,22 @@ "title_aux": "ComfyUI-Path-Helper" } ], + "https://github.com/BlakeOne/ComfyUI-FastImageListToImageBatch": [ + [ + "FastImageListToImageBatch" + ], + { + "title_aux": "ComfyUI FastImageListToImageBatch" + } + ], + "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": [ + [ + "SchedulerMixer" + ], + { + "title_aux": "ComfyUI SchedulerMixer" + } + ], "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": [ [ "BNK_AddCLIPSDXLParams", @@ -766,6 +783,7 @@ "PrimereStyleLoader", "PrimereStylePile", "PrimereTextOutput", + "PrimereUpscaleModel", "PrimereVAE", "PrimereVAELoader", "PrimereVAESelector", @@ -1333,6 +1351,10 @@ "Moondream Interrogator" ], { + "author": "AlexL", + "description": "An implementation of the moondream visual LLM", + "nickname": "Hangover-Moondream", + "title": "ComfyUI-Hangover-Moondream", "title_aux": "ComfyUI-Hangover-Moondream" } ], @@ -1344,6 +1366,10 @@ "Save Image w/o Metadata" ], { + "author": "AlexL", + "description": "Scales an input image into a given box size, whereby the aspect ratio keeps retained.", + "nickname": "Hangover-Image_Scale_Bouning_Box", + "title": "ComfyUI-Hangover-Image_Scale_Bouning_Box", "title_aux": "ComfyUI-Hangover-Nodes" } ], @@ -1352,6 +1378,10 @@ "Recognize Anything Model (RAM++)" ], { + "author": "AlexL", + "description": "An implementation of the Recognize Anything Model (RAM++) for ComfyUI. The counterpart of Segment Anything Model (SAM).", + "nickname": "Hangover-Recognize_Anything", + "title": "ComfyUI-Hangover-Recognize_Anything", "title_aux": "Recognize Anything Model (RAM++) for ComfyUI" } ], @@ -2157,6 +2187,7 @@ "DoubleClipTextEncode", "HashText", "IndoorBackgrounds", + "IntFloatDict", "LandscapeBackgrounds", "NatureColours", "OptimalCrop", @@ -4013,6 +4044,15 @@ "title_aux": "ComfyUI-BRIA_AI-RMBG" } ], + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": [ + [ + "BiRefNet_ModelLoader_Zho", + "BiRefNet_Zho" + ], + { + "title_aux": "ComfyUI-BiRefNet-ZHO" + } + ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": [ [ "DepthFM_Literative_Zho", @@ -4188,6 +4228,7 @@ "AudioToFFTs", "BatchAmplitudeSchedule", "ClipAmplitude", + "FloatArrayToGraph", "GateNormalizedAmplitude", "LoadAudio", "NormalizeAmplitude", @@ -6693,6 +6734,20 @@ "title_aux": "RF Nodes" } ], + "https://github.com/frankchieng/ComfyUI_Aniportrait": [ + [ + "AniPortrait_Audio2Video", + "AniPortrait_Audio_Path", + "AniPortrait_Generate_Ref_Pose", + "AniPortrait_LoadVideoPath", + "AniPortrait_Pose_Gen_Video", + "AniPortrait_Ref_Image_Path", + "AniPortrait_Video_Gen_Pose" + ], + { + "title_aux": "ComfyUI_Aniportrait" + } + ], "https://github.com/gemell1/ComfyUI_GMIC": [ [ "GmicCliWrapper", @@ -7322,6 +7377,60 @@ "title_aux": "ComfyUI-Transformers" } ], + "https://github.com/kale4eat/ComfyUI-path-util": [ + [ + "path_util_PathAbspath", + "path_util_PathBasename", + "path_util_PathDirname", + "path_util_PathExists", + "path_util_PathIsdir", + "path_util_PathIsfile", + "path_util_PathJoin", + "path_util_PathRelpath", + "path_util_PathSplitext" + ], + { + "title_aux": "ComfyUI_demucus" + } + ], + "https://github.com/kale4eat/ComfyUI-string-util": [ + [ + "string_util_Str", + "string_util_StrConcat", + "string_util_StrCount", + "string_util_StrEndsWith", + "string_util_StrEqual", + "string_util_StrFind", + "string_util_StrFormat", + "string_util_StrJoin", + "string_util_StrLen", + "string_util_StrLower", + "string_util_StrLstrip", + "string_util_StrNotEqual", + "string_util_StrReplace", + "string_util_StrRstrip", + "string_util_StrSlice", + "string_util_StrSplit", + "string_util_StrStartsWith", + "string_util_StrStrip", + "string_util_StrUpper" + ], + { + "title_aux": "ComfyUI-string-util" + } + ], + "https://github.com/kale4eat/ComfyUI-text-file-util": [ + [ + "text_file_util_ReadAllLines", + "text_file_util_ReadAllText", + "text_file_util_WriteText", + "text_file_util_WriteTextLines", + "text_file_util_WriteTextWithSequentialNumbering" + ], + { + "title_aux": "ComfyUI-text-file-util" + } + ], "https://github.com/kenjiqq/qq-nodes-comfyui": [ [ "Any List", @@ -7768,6 +7877,19 @@ "title_aux": "comfyui-easyapi-nodes" } ], + "https://github.com/logtd/ComfyUI-FLATTEN": [ + [ + "ApplyFlattenAttentionNode", + "CreateFlowNoiseNode", + "FlattenCheckpointLoaderNode", + "KSamplerFlattenNode", + "TrajectoryNode", + "UnsamplerFlattenNode" + ], + { + "title_aux": "ComfyUI-FLATTEN" + } + ], "https://github.com/logtd/ComfyUI-InstanceDiffusion": [ [ "ApplyScaleUModelNode", @@ -7835,8 +7957,7 @@ ], "https://github.com/longgui0318/comfyui-oms-diffusion": [ [ - "Additional Features With Attention", - "Extract Features With Unet" + "Additional Features With Attention" ], { "title_aux": "comfyui-oms-diffusion" @@ -8402,6 +8523,7 @@ "CreateMaskWithCanvas", "CreateRegionalPNGMask", "EightFloats", + "EvenOrOdd", "FloatMultiplication", "FourBooleanTrigger", "FourFloats", @@ -8492,6 +8614,14 @@ "title_aux": "ComfyUI-NegiTools" } ], + "https://github.com/nickve28/nich-comfy-utils": [ + [ + "Image from Dir Selector (Nich)" + ], + { + "title_aux": "Nich Comfy Utils" + } + ], "https://github.com/nicolai256/comfyUI_Nodes_nicolai256/raw/main/yugioh-presets.py": [ [ "yugioh_Presets" @@ -9743,6 +9873,7 @@ "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [ [ "CaptureWebcam", + "ImageResize_Padding", "LatentDelay", "LoadWebcamImage", "SaveImagetoPath" @@ -10234,6 +10365,7 @@ "easy if", "easy imageInsetCrop", "easy imagePixelPerfect", + "easy imageRatio", "easy imageRemBg", "easy imageRemoveBG", "easy imageSave",