update DB

This commit is contained in:
Dr.Lt.Data 2025-03-03 18:27:15 +09:00
parent c7248c2d47
commit c150eec2b6
8 changed files with 3015 additions and 2899 deletions

View File

@ -7223,6 +7223,17 @@
"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": "nosiu",
"title": "comfyui-text-randomizer",
"id": "comfyui-text-randomizer",
"reference": "https://github.com/nosiu/comfyui-text-randomizer",
"files": [
"https://github.com/nosiu/comfyui-text-randomizer"
],
"install_type": "git-clone",
"description": "A simple text randomizer for ComfyUI that can generate random and surprising results"
},
{
"author": "LyazS",
"title": "Anime Character Segmentation node for comfyui",
@ -17864,6 +17875,16 @@
"install_type": "git-clone",
"description": "Another comfy implementation for the short video generation project PKU-YuanGroup/Open-Sora-Plan, supporting latest 1.3.0 and 1.2.0 and image to video feature, etc."
},
{
"author": "bombax-xiaoice",
"title": "ComfyUI-DisPose",
"reference": "https://github.com/bombax-xiaoice/ComfyUI-DisPose",
"files": [
"https://github.com/bombax-xiaoice/ComfyUI-DisPose"
],
"install_type": "git-clone",
"description": "ComfyUI supports over lihxxx/DisPose, which generates a new video with a reference video as poses and a reference image as everything else."
},
{
"author": "chenbaiyujason",
"title": "ComfyUI-SCStepFun",
@ -21726,6 +21747,28 @@
"install_type": "git-clone",
"description": "This package provides a custom node to ComfyUI to send a message and image by means of a webhook"
},
{
"author": "mr7thing",
"title": "Circle Pattern Processor for ComfyUI",
"reference": "https://github.com/mr7thing/circle_pattern_processor",
"files": [
"https://github.com/mr7thing/circle_pattern_processor"
],
"install_type": "git-clone",
"description": "This is a custom node for ComfyUI that can detect circular patterns in an image and generate a standardized circular output."
},
{
"author": "TheWhykiki",
"title": "Whykiki ComfyUI Toolset",
"reference": "https://github.com/TheWhykiki/Whykiki-ComfyUIToolset",
"files": [
"https://github.com/TheWhykiki/Whykiki-ComfyUIToolset"
],
"install_type": "git-clone",
"description": "A collection of useful nodes for ComfyUI that provide various workflow enhancements."
},

View File

@ -9887,6 +9887,14 @@
"title_aux": "Anyline"
}
],
"https://github.com/TheWhykiki/Whykiki-ComfyUIToolset": [
[
"SequentialImageLoaderV8"
],
{
"title_aux": "Whykiki ComfyUI Toolset"
}
],
"https://github.com/ThepExcel/aiangelgallery-comfyui": [
[
"ThepExcel_AiAngel_MultilineTextChoiceNode"
@ -12889,6 +12897,16 @@
"title_aux": "ComfyUI-Allegro"
}
],
"https://github.com/bombax-xiaoice/ComfyUI-DisPose": [
[
"DisPoseDecoder",
"DisPoseLoader",
"DisPoseSampler"
],
{
"title_aux": "ComfyUI-DisPose"
}
],
"https://github.com/bombax-xiaoice/ComfyUI-MagicDance": [
[
"LoadMagicDanceModel",
@ -21364,6 +21382,7 @@
"JsonUnpack",
"LoadImageFromFolder",
"LoadLoraFromFolder",
"LoadPromptsFromFolder",
"PresetSizeLatent",
"SamplerSettings",
"ShowTranslateString",
@ -23380,6 +23399,16 @@
"title_aux": "ComfyUI_Seamless_Patten"
}
],
"https://github.com/mr7thing/circle_pattern_processor": [
[
"CirclePatternProcessor",
"CirclePatternSVGExporter",
"ImageBinarizer"
],
{
"title_aux": "Circle Pattern Processor for ComfyUI"
}
],
"https://github.com/mrchipset/ComfyUI-SaveImageS3": [
[
"SaveImageS3"
@ -23983,6 +24012,18 @@
"title_aux": "ComfyUI InstantID Faceswapper"
}
],
"https://github.com/nosiu/comfyui-text-randomizer": [
[
"ConcatText",
"RandomTextChoice",
"RandomizeText",
"RandomizeTextWithCheck",
"ShowText"
],
{
"title_aux": "comfyui-text-randomizer"
}
],
"https://github.com/noxinias/ComfyUI_NoxinNodes": [
[
"NoxinChime",

File diff suppressed because it is too large Load Diff

View File

@ -12,6 +12,36 @@
{
"author": "StoryWalker",
"title": "comfyui_flux_collection_advanced [WIP]",
"reference": "https://github.com/StoryWalker/comfyui_flux_collection_advanced",
"files": [
"https://github.com/StoryWalker/comfyui_flux_collection_advanced"
],
"install_type": "git-clone",
"description": "This is a collection focused in give a little more flexibility in the use of Flux models."
},
{
"author": "KurtHokke",
"title": "ComfyUI_KurtHokke-Nodes",
"reference": "https://github.com/KurtHokke/ComfyUI_KurtHokke-Nodes",
"files": [
"https://github.com/KurtHokke/ComfyUI_KurtHokke-Nodes"
],
"install_type": "git-clone",
"description": "ComfyUI_KurtHokke-Nodes"
},
{
"author": "OSAnimate",
"title": "ComfyUI-SpriteSheetMaker [WIP]",
"reference": "https://github.com/OSAnimate/ComfyUI-SpriteSheetMaker",
"files": [
"https://github.com/OSAnimate/ComfyUI-SpriteSheetMaker"
],
"install_type": "git-clone",
"description": "The sprite sheet maker node is a simple way to create sprite sheets and image grids."
},
{
"author": "BuffMcBigHuge",
"title": "ComfyUI-Buff-Nodes [WIP]",

View File

@ -1436,6 +1436,14 @@
"title_aux": "ComfyUI_North_Noise [WIP]"
}
],
"https://github.com/OSAnimate/ComfyUI-SpriteSheetMaker": [
[
"SpriteSheetMaker"
],
{
"title_aux": "ComfyUI-SpriteSheetMaker [WIP]"
}
],
"https://github.com/PATATAJEC/Patatajec-Nodes": [
[
"FilePrefixSwitcher",
@ -1775,6 +1783,16 @@
"title_aux": "Comfyui_leffa"
}
],
"https://github.com/StoryWalker/comfyui_flux_collection_advanced": [
[
"Example",
"FluxImageUpscaler",
"FluxLoader"
],
{
"title_aux": "comfyui_flux_collection_advanced [WIP]"
}
],
"https://github.com/TSFSean/ComfyUI-TSFNodes": [
[
"GyroOSC"
@ -3983,9 +4001,11 @@
"WanVideoModelLoader",
"WanVideoSampler",
"WanVideoTeaCache",
"WanVideoTextEmbedBridge",
"WanVideoTextEncode",
"WanVideoTorchCompileSettings",
"WanVideoVAELoader"
"WanVideoVAELoader",
"WanVideoVRAMManagement"
],
{
"title_aux": "ComfyUI-WanVideoWrapper [WIP]"

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,47 @@
{
"author": "bombax-xiaoice",
"title": "ComfyUI-DisPose",
"reference": "https://github.com/bombax-xiaoice/ComfyUI-DisPose",
"files": [
"https://github.com/bombax-xiaoice/ComfyUI-DisPose"
],
"install_type": "git-clone",
"description": "ComfyUI supports over lihxxx/DisPose, which generates a new video with a reference video as poses and a reference image as everything else."
},
{
"author": "TheWhykiki",
"title": "Whykiki ComfyUI Toolset",
"reference": "https://github.com/TheWhykiki/Whykiki-ComfyUIToolset",
"files": [
"https://github.com/TheWhykiki/Whykiki-ComfyUIToolset"
],
"install_type": "git-clone",
"description": "A collection of useful nodes for ComfyUI that provide various workflow enhancements."
},
{
"author": "nosiu",
"title": "comfyui-text-randomizer",
"id": "comfyui-text-randomizer",
"reference": "https://github.com/nosiu/comfyui-text-randomizer",
"files": [
"https://github.com/nosiu/comfyui-text-randomizer"
],
"install_type": "git-clone",
"description": "A simple text randomizer for ComfyUI that can generate random and surprising results"
},
{
"author": "mr7thing",
"title": "Circle Pattern Processor for ComfyUI",
"reference": "https://github.com/mr7thing/circle_pattern_processor",
"files": [
"https://github.com/mr7thing/circle_pattern_processor"
],
"install_type": "git-clone",
"description": "This is a custom node for ComfyUI that can detect circular patterns in an image and generate a standardized circular output."
},
{
"author": "keit",
"title": "ComfyUI-Image-Toolkit",
@ -651,141 +692,6 @@
],
"install_type": "git-clone",
"description": "Nodes that I needed but couldnt find, so ended up making."
},
{
"author": "AIFSH",
"title": "SemiChat-ComfyUI",
"reference": "https://github.com/AIFSH/SemiChat-ComfyUI",
"files": [
"https://github.com/AIFSH/SemiChat-ComfyUI"
],
"install_type": "git-clone",
"description": "A ComfyUI chat node based on SemiUI."
},
{
"author": "AIDC-AI",
"title": "ComfyUI-Copilot",
"id": "ComfyUI-Copilot",
"reference": "https://github.com/AIDC-AI/ComfyUI-Copilot",
"files": [
"https://github.com/AIDC-AI/ComfyUI-Copilot"
],
"install_type": "git-clone",
"description": "Your Intelligent Assistant for Comfy-UI."
},
{
"author": "RodrigoSKohl",
"title": "Interior Design for Comfyui",
"reference": "https://github.com/RodrigoSKohl/StableDesign-for-ComfyUI",
"files": [
"https://github.com/RodrigoSKohl/StableDesign-for-ComfyUI"
],
"install_type": "git-clone",
"description": "This node is based on MykolaL/StableDesign"
},
{
"author": "attashe",
"title": "ComfyUI-FluxRegionAttention",
"reference": "https://github.com/attashe/ComfyUI-FluxRegionAttention",
"files": [
"https://github.com/attashe/ComfyUI-FluxRegionAttention"
],
"install_type": "git-clone",
"description": "Implement Region Attention for Flux model. Add node RegionAttention that takes a regions - mask + condition, mask could be set from comfyui masks or bbox in FluxRegionBBOX node.\nThis code is not optimized and has a memory leak. If you caught a OOM just try run a query againg - works on my RTX3080. For generation it uses a usual prompt that have influence to all picture and a regions that have their own prompts.\nBase prompt good for setup background and style of image. This is train-free technique and results not always stable - sometimes need to try several seeds or change prompt."
},
{
"author": "yas-ponotech",
"title": "ComfyUI-Stability-AI-API",
"reference": "https://github.com/yhayano-ponotech/comfyui-stability-ai-api",
"files": [
"https://github.com/yhayano-ponotech/comfyui-stability-ai-api"
],
"install_type": "git-clone",
"description": "A collection of custom nodes for using the Stability AI API in ComfyUI."
},
{
"author": "HJH-AILab",
"title": "ComfyUI_StableAnimator",
"reference": "https://github.com/HJH-AILab/ComfyUI_StableAnimator",
"files": [
"https://github.com/HJH-AILab/ComfyUI_StableAnimator"
],
"install_type": "git-clone",
"description": "ComfyUI nodes for StableAnimator"
},
{
"author": "kevinmcmahondev",
"title": "KMCDev Nodes",
"reference": "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments",
"files": [
"https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments"
],
"install_type": "git-clone",
"description": "A ComfyUI node that provides advanced image adjustment filters and controls for image manipulation"
},
{
"author": "lunarring",
"title": "bitalino_comfy",
"reference": "https://github.com/lunarring/bitalino_comfy",
"files": [
"https://github.com/lunarring/bitalino_comfy"
],
"install_type": "git-clone",
"description": "A package implementing a Bitalino device ComfyUI custom node."
},
{
"author": "Hellfiredragon",
"title": "comfyui-image-manipulation",
"reference": "https://github.com/Hellfiredragon/comfyui-image-manipulation",
"files": [
"https://github.com/Hellfiredragon/comfyui-image-manipulation"
],
"install_type": "git-clone",
"description": "Custom nodes to manipulate images in ComfyUI"
},
{
"author": "Mohammadreza Mohseni",
"title": "ComfyUI Mohseni Kit",
"id": "mohseni-kit",
"reference": "https://github.com/mohseni-mr/ComfyUI-Mohseni-Kit",
"files": [
"https://github.com/mohseni-mr/ComfyUI-Mohseni-Kit"
],
"install_type": "git-clone",
"description": "A collection of useful nodes for ComfyUI, including Float Preview for live image visualization."
},
{
"author": "TheAIDoctor",
"title": "The AI Doctors Clinical Tools",
"id": "AIDocCT",
"reference": "https://github.com/BlueprintCoding/ComfyUI_AIDocsClinicalTools",
"files": [
"https://github.com/BlueprintCoding/ComfyUI_AIDocsClinicalTools"
],
"install_type": "git-clone",
"description": "Nodes: Multi Int and Multi Text; allows for the creation of multiple int and multiple string storage and output from a single node. Multi Float coming soon."
},
{
"author": "CY-CHENYUE",
"title": "ComfyUI-Free-GPU",
"id": "ComfyUI-Free-GPU",
"reference": "https://github.com/CY-CHENYUE/ComfyUI-Free-GPU",
"files": [
"https://github.com/CY-CHENYUE/ComfyUI-Free-GPU"
],
"description": "ComfyUI-Free-GPU provides a node for releasing RAM and VRAM in ComfyUI.",
"install_type": "git-clone"
},
{
"author": "BuffMcBigHuge",
"title": "ComfyUI-Zonos",
"reference": "https://github.com/BuffMcBigHuge/ComfyUI-Zonos",
"files": [
"https://github.com/BuffMcBigHuge/ComfyUI-Zonos"
],
"install_type": "git-clone",
"description": "TTS with Zyphra Zonos"
}
]
}

View File

@ -9887,6 +9887,14 @@
"title_aux": "Anyline"
}
],
"https://github.com/TheWhykiki/Whykiki-ComfyUIToolset": [
[
"SequentialImageLoaderV8"
],
{
"title_aux": "Whykiki ComfyUI Toolset"
}
],
"https://github.com/ThepExcel/aiangelgallery-comfyui": [
[
"ThepExcel_AiAngel_MultilineTextChoiceNode"
@ -12889,6 +12897,16 @@
"title_aux": "ComfyUI-Allegro"
}
],
"https://github.com/bombax-xiaoice/ComfyUI-DisPose": [
[
"DisPoseDecoder",
"DisPoseLoader",
"DisPoseSampler"
],
{
"title_aux": "ComfyUI-DisPose"
}
],
"https://github.com/bombax-xiaoice/ComfyUI-MagicDance": [
[
"LoadMagicDanceModel",
@ -21364,6 +21382,7 @@
"JsonUnpack",
"LoadImageFromFolder",
"LoadLoraFromFolder",
"LoadPromptsFromFolder",
"PresetSizeLatent",
"SamplerSettings",
"ShowTranslateString",
@ -23380,6 +23399,16 @@
"title_aux": "ComfyUI_Seamless_Patten"
}
],
"https://github.com/mr7thing/circle_pattern_processor": [
[
"CirclePatternProcessor",
"CirclePatternSVGExporter",
"ImageBinarizer"
],
{
"title_aux": "Circle Pattern Processor for ComfyUI"
}
],
"https://github.com/mrchipset/ComfyUI-SaveImageS3": [
[
"SaveImageS3"
@ -23983,6 +24012,18 @@
"title_aux": "ComfyUI InstantID Faceswapper"
}
],
"https://github.com/nosiu/comfyui-text-randomizer": [
[
"ConcatText",
"RandomTextChoice",
"RandomizeText",
"RandomizeTextWithCheck",
"ShowText"
],
{
"title_aux": "comfyui-text-randomizer"
}
],
"https://github.com/noxinias/ComfyUI_NoxinNodes": [
[
"NoxinChime",