update DB

This commit is contained in:
Dr.Lt.Data 2024-07-23 22:05:08 +09:00
parent 2cfffcfba0
commit 35f077c6cc
11 changed files with 2121 additions and 1803 deletions

View File

@ -8871,7 +8871,7 @@
"https://github.com/smthemex/ComfyUI_Streamv2v_Plus"
],
"install_type": "git-clone",
"description": "[a/StreamV2V](https://github.com/Jeff-LiangF/streamv2v) for ComfyUI"
"description": "using [a/StreamV2V](https://github.com/Jeff-LiangF/streamv2v) in ComfyUI"
},
{
"author": "choey",
@ -9372,6 +9372,17 @@
"install_type": "git-clone",
"description": "A prompt helper. Use templates from [a/https://prompter.fofr.ai](https://prompter.fofr.ai) in ComfyUI."
},
{
"author": "fofr",
"title": "comfyui-fofr-toolkit",
"id": "fofr-toolkit",
"reference": "https://github.com/fofr/comfyui-fofr-toolkit",
"files": [
"https://github.com/fofr/comfyui-fofr-toolkit"
],
"install_type": "git-clone",
"description": "Nodes:Incrementer, Width and height from aspect ratio. A simple set of tooling nodes."
},
{
"author": "fofr",
"title": "comfyui-replicate",
@ -11178,17 +11189,6 @@
"install_type": "git-clone",
"description": "a comfyui custom node, which can select value from inputs"
},
{
"author": "mingqizhang",
"title": "ComfyUI_InSPyResNet_zmq",
"id": "inspy",
"reference": "https://github.com/mingqizhang/ComfyUI_InSPyResNet_zmq",
"files": [
"https://github.com/mingqizhang/ComfyUI_InSPyResNet_zmq"
],
"install_type": "git-clone",
"description": "Nodes:INSPY removebg ModelLoader, INSPY RMBG"
},
{
"author": "GreenLandisaLie",
"title": "AuraSR-ComfyUI",
@ -11511,7 +11511,7 @@
"https://github.com/JackEllie/ComfyUI_AI_Assistant"
],
"install_type": "git-clone",
"description": "Provides two additional preprocessors and a prompt organizing tool.[Original Project](https://github.com/tori29umai0123/AI-Assistant/blob/main/README.md?plain=1)."
"description": "ComfyUI native implementation of [a/AI-Assistant](https://github.com/tori29umai0123/AI-Assistant)."
},
{
"author": "APZmedia",
@ -11789,7 +11789,7 @@
{
"author": "wootwootwootwoot",
"title": "ComfyUI-RK-Sampler",
"id": "rk-sampler",
"id": "rk_sampler",
"reference": "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler",
"files": [
"https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler"
@ -11806,7 +11806,7 @@
"https://github.com/TechnoByteJS/ComfyUI-TechNodes"
],
"install_type": "git-clone",
"description": "ComfyUI nodes for merging, testing and more. SDNext Merge, VAE Merge, MBW Layers, Repeat VAE, Quantization."
"description": "ComfyUI nodes for merging, testing and more.\nNOTE: SDNext Merge, VAE Merge, MBW Layers, Repeat VAE, Quantization."
},
{
"author": "Fantasy AI Studio",
@ -11819,8 +11819,37 @@
"install_type": "git-clone",
"description": "Various custom nodes for ComfyUI"
},
{
"author": "MuziekMagie",
"title": "ComfyUI-Matchering",
"id": "matchering",
"reference": "https://github.com/MuziekMagie/ComfyUI-Matchering",
"files": [
"https://github.com/MuziekMagie/ComfyUI-Matchering"
],
"install_type": "git-clone",
"description": "A [a/Matchering](https://github.com/sergree/matchering)-node for ComfyUI.\nNOTE: You take TWO audio files and feed them into Matchering"
},
{
"author": "filliptm",
"title": "ComfyUI_FL-Trainer",
"reference": "https://github.com/filliptm/ComfyUI_FL-Trainer",
"files": [
"https://github.com/filliptm/ComfyUI_FL-Trainer"
],
"install_type": "git-clone",
"description": "Train Image Loras on both sd1.5 and SDXL. This repo git clones the pieces needed to train. It pops open a second terminal window do do the training. It will also display the inference samples in the node itself so you can track the results."
},
{
"author": "neverbiasu",
"title": "ComfyUI ImageCaptioner",
"reference": "https://github.com/neverbiasu/ComfyUI-ImageCaptioner",
"files": [
"https://github.com/neverbiasu/ComfyUI-ImageCaptioner"
],
"install_type": "git-clone",
"description": "A ComfyUI extension for generating captions for your images. Runs on your own system, no external services used, no filter."
},
@ -12195,17 +12224,6 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "wootwootwootwoot",
"title": "ComfyUI-RK-Sampler",
"id": "rk_sampler",
"reference": "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler",
"files": [
"https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler"
],
"install_type": "git-clone",
"description": "Batched Runge-Kutta Samplers for ComfyUI"
}
]
}

View File

@ -753,7 +753,8 @@
"ETN_MergeImageTile",
"ETN_NSFWFilter",
"ETN_SendImageWebSocket",
"ETN_TileLayout"
"ETN_TileLayout",
"ETN_Translate"
],
{
"title_aux": "ComfyUI Nodes for External Tooling"
@ -1164,7 +1165,9 @@
],
"https://github.com/BetaDoggo/ComfyUI-VideoPlayer": [
[
"LoadFrame"
"LoadFrame",
"LoadJPGFrame",
"LoadVideoFrame"
],
{
"title_aux": "ComfyUI Video Player"
@ -3590,6 +3593,16 @@
"title_aux": "ComfyUI-TextOverlay"
}
],
"https://github.com/MuziekMagie/ComfyUI-Matchering": [
[
"Matchering",
"MatcheringAdvanced",
"MatcheringLimiterConfig"
],
{
"title_aux": "ComfyUI-Matchering"
}
],
"https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": [
[
"3D_GenerateDepthImage",
@ -4711,7 +4724,8 @@
],
"https://github.com/StartHua/Comfyui_segformer_b2_clothes": [
[
"segformer_b2_clothes"
"segformer_b2_clothes",
"segformer_b3_fashion"
],
{
"title_aux": "comfyui_segformer_b2_clothes"
@ -5437,7 +5451,8 @@
"TripoAPIDraft",
"TripoAnimateRetargetNode",
"TripoAnimateRigNode",
"TripoGLBViewer"
"TripoGLBViewer",
"TripoRefineModel"
],
{
"title_aux": "Tripo for ComfyUI"
@ -7880,6 +7895,9 @@
"LayerMask: RemBgUltra",
"LayerMask: RmBgUltra V2",
"LayerMask: SegformerB2ClothesUltra",
"LayerMask: SegformerClothesPipelineLoader",
"LayerMask: SegformerFashionPipelineLoader",
"LayerMask: SegformerUltraV2",
"LayerMask: SegmentAnythingUltra",
"LayerMask: SegmentAnythingUltra V2",
"LayerMask: Shadow & Highlight Mask",
@ -9505,6 +9523,24 @@
"title_aux": "Pixelization"
}
],
"https://github.com/filliptm/ComfyUI_FL-Trainer": [
[
"FL_ImageCaptionSaver",
"FL_KohyaSSAdvConfig",
"FL_KohyaSSDatasetConfig",
"FL_KohyaSSInitWorkspace",
"FL_KohyaSSTrain",
"FL_Kohya_EasyTrain",
"FL_LoadImagesFromDirectoryPath",
"FL_SliderLoraAdvConfig",
"FL_SliderLoraDatasetConfig",
"FL_SliderLoraInitWorkspace",
"FL_SliderLoraTrain"
],
{
"title_aux": "ComfyUI_FL-Trainer"
}
],
"https://github.com/filliptm/ComfyUI_Fill-Nodes": [
[
"FL_Ascii",
@ -9706,6 +9742,16 @@
"title_aux": "ComfyUI-Prompter-fofrAI"
}
],
"https://github.com/fofr/comfyui-fofr-toolkit": [
[
"Incrementer \ud83e\udeb4",
"Width and height for scaling image to ideal resolution \ud83e\udeb4",
"Width and height from aspect ratio \ud83e\udeb4"
],
{
"title_aux": "comfyui-fofr-toolkit"
}
],
"https://github.com/forever22777/comfyui-self-guidance": [
[
"CLIPConditioning",
@ -10251,19 +10297,9 @@
"Griptape Display: Text",
"Griptape Driver: Amazon Bedrock Stable Diffusion",
"Griptape Driver: Amazon Bedrock Titan",
"Griptape Driver: Amazon OpenSearch Vector Store",
"Griptape Driver: Azure MongoDB Vector Store",
"Griptape Driver: DuckDuckGo WebSearch",
"Griptape Driver: Google WebSearch",
"Griptape Driver: Azure OpenAI Image Generation",
"Griptape Driver: Leonardo.AI",
"Griptape Driver: Local Vector Store",
"Griptape Driver: Marqo Vector Store",
"Griptape Driver: MongoDB Atlas Vector Store",
"Griptape Driver: OpenAI Image Generation",
"Griptape Driver: PGVector Vector Store",
"Griptape Driver: Pinecone Vector Store",
"Griptape Driver: Qdrant Vector Store",
"Griptape Driver: Redis Vector Store",
"Griptape Embedding Driver: Amazon Bedrock Titan",
"Griptape Embedding Driver: Amazon SageMaker Jumpstart",
"Griptape Embedding Driver: Azure OpenAI",
@ -10307,6 +10343,7 @@
"Griptape Run: Text to Speech",
"Griptape Run: Tool Task",
"Griptape Run: Toolkit Task",
"Griptape Save: Text",
"Griptape Set: Default Agent",
"Griptape Text To Speech Driver: ElevenLabs",
"Griptape Text To Speech Driver: OpenAI",
@ -10319,9 +10356,19 @@
"Griptape Tool: VectorStore",
"Griptape Tool: WebScraper",
"Griptape Tool: WebSearch",
"Griptape Vector Store Driver: Amazon OpenSearch",
"Griptape Vector Store Driver: Azure MongoDB",
"Griptape Vector Store Driver: Local",
"Griptape Vector Store Driver: Marqo",
"Griptape Vector Store Driver: MongoDB Atlas",
"Griptape Vector Store Driver: PGVector",
"Griptape Vector Store Driver: Pinecone",
"Griptape Vector Store Driver: Qdrant",
"Griptape Vector Store Driver: Redis",
"Griptape Vector Store: Add Text",
"Griptape Vector Store: Query",
"Grptape Driver: Azure OpenAI Image Generation"
"Griptape WebSearch Driver: DuckDuckGo",
"Griptape WebSearch Driver: Google"
],
{
"author": "Jason Schleifer",
@ -10463,6 +10510,8 @@
"CosyVoice",
"Dingding",
"Dingding_tool",
"FeishuGetHistory",
"FeishuSendMsg",
"KG_csv_toolkit_developer",
"KG_csv_toolkit_user",
"KG_json_toolkit_developer",
@ -11342,7 +11391,8 @@
],
"https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": [
[
"InspyrenetRembg"
"InspyrenetRembg",
"InspyrenetRembgAdvanced"
],
{
"title_aux": "ComfyUI-Inspyrenet-Rembg"
@ -12252,10 +12302,14 @@
"https://github.com/leestuartx/ComfyUI-GG": [
[
"AddPaddingToImage",
"ForLoopNode",
"ImageMetadataExtractor",
"InputNode",
"MetadataExtractBySeed",
"MetadataExtractorBySeed",
"ResizeImageProportionally"
"OutputNode",
"ResizeImageProportionally",
"WorkspaceNode"
],
{
"title_aux": "ComfyUI-GG"
@ -13337,16 +13391,6 @@
"title_aux": "ComfyUI - Mask Bounding Box"
}
],
"https://github.com/mingqizhang/ComfyUI_InSPyResNet_zmq": [
[
"INSPY removebg Apply",
"INSPY removebg ModelLoader",
"INSPY removebg ModelLoaderFromPath"
],
{
"title_aux": "ComfyUI_InSPyResNet_zmq"
}
],
"https://github.com/mirabarukaso/ComfyUI_Mira": [
[
"BooleanListInterpreter1",
@ -13518,6 +13562,15 @@
"title_aux": "ComfyUI-NegiTools"
}
],
"https://github.com/neverbiasu/ComfyUI-ImageCaptioner": [
[
"DashscopeConfig",
"ImageCaptioner"
],
{
"title_aux": "ComfyUI ImageCaptioner"
}
],
"https://github.com/nickve28/ComfyUI-Nich-Utils": [
[
"Image from Dir Selector (Nich)",
@ -14761,6 +14814,7 @@
"BizyAirKolorsVAEEncode",
"BizyAirLeReS_DepthMapPreprocessor",
"BizyAirLineArtPreprocessor",
"BizyAirMZChatGLM3TextEncode",
"BizyAirM_LSDPreprocessor",
"BizyAirMetric3D_DepthMapPreprocessor",
"BizyAirMetric3D_NormalMapPreprocessor",
@ -15051,6 +15105,7 @@
],
"https://github.com/smthemex/ComfyUI_Streamv2v_Plus": [
[
"Stream_Lora_Loader",
"Stream_Model_Loader",
"Stream_Sampler"
],
@ -15169,6 +15224,7 @@
"LatentNormalizeShuffle",
"LatentStats",
"MedianFilterImage",
"ModelTest",
"NormalMapSimple",
"OffsetLatentImage",
"PrintSigmas",

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,18 @@
{
"author": "maepopi",
"title": "Diffusers-in-ComfyUI",
"reference": "https://github.com/maepopi/Diffusers-in-ComfyUI",
"files": [
"https://github.com/maepopi/Diffusers-in-ComfyUI"
],
"install_type": "git-clone",
"description": "This is a custom node allowing the use of the diffusers pipeline into ComfyUI. Based on [a/Limitex/ComfyUI-Diffusers](https://github.com/Limitex/ComfyUI-Diffusers)"
},
{
"author": "hotpizzatactics",
"title": "ComfyUI-WaterMark-Detector",
@ -41,7 +53,7 @@
"https://github.com/AIFSH/IMAGDressing-ComfyUI"
],
"install_type": "git-clone",
"description": "Nodes:IMAGDressingNode"
"description": "Nodes:IMAGDressingNode, TextNode"
},
{
"author": "BetaDoggo",
@ -115,16 +127,6 @@
"install_type": "git-clone",
"description": "NODES: LygiaProgram, LygiaUniforms"
},
{
"author": "filliptm",
"title": "ComfyUI_FL-Trainer [WIP]",
"reference": "https://github.com/filliptm/ComfyUI_FL-Trainer",
"files": [
"https://github.com/filliptm/ComfyUI_FL-Trainer"
],
"install_type": "git-clone",
"description": "Trainer nodes based on KohyaSS trainer."
},
{
"author": "SpaceWarpStudio",
"title": "ComfyUI_Remaker_FaceSwap",
@ -259,17 +261,6 @@
"install_type": "git-clone",
"description": "Custom ComfyUI nodes to run [a/fal-ai/AuraSR](https://huggingface.co/fal-ai/AuraSR) model.[w/This node cannot be installed simultaneously with AIFSH/ComfyUI-AuraSR due to overlapping repository names.]"
},
{
"author": "mingqizhang",
"title": "ComfyUI_AEMatter_zmq",
"id": "aematter",
"reference": "https://github.com/mingqizhang/ComfyUI_AEMatter_zmq",
"files": [
"https://github.com/mingqizhang/ComfyUI_AEMatter_zmq"
],
"install_type": "git-clone",
"description": "Nodes:AEMatter_ModelLoader, Create_Trimap, AEMatter_Apply, Mask_Transfor, Replace_Background, Gaussian_Filter, Guide_Filter, Improved_Aplha_Composite"
},
{
"author": "m-ai-studio",
"title": "mai-prompt-progress",
@ -313,17 +304,6 @@
"install_type": "git-clone",
"description": "A simple node to load image from local path or http url. You can find this node from 'image' category."
},
{
"author": "mingqizhang",
"title": "ComfyUI_AEMatter_zmq",
"id": "aematter-zmq",
"reference": "https://github.com/mingqizhang/ComfyUI_AEMatter_zmq",
"files": [
"https://github.com/mingqizhang/ComfyUI_AEMatter_zmq"
],
"install_type": "git-clone",
"description": "Nodes:AEMatter_ModelLoader, Create_Trimap, AEMatter_Apply, Mask_Transfor, Replace_Background, Gaussian_Filter, Guide_Filter"
},
{
"author": "majorsauce",
"title": "comfyui_indieTools [WIP]",
@ -357,16 +337,6 @@
"install_type": "copy",
"description": "Some additional audio utilites for use on top of Sample Diffusion ComfyUI Extension"
},
{
"author": "mingqizhang",
"title": "ComfyUI_AEMatter_zmq",
"reference": "https://github.com/mingqizhang/ComfyUI_AEMatter_zmq",
"files": [
"https://github.com/mingqizhang/ComfyUI_AEMatter_zmq"
],
"install_type": "git-clone",
"description": "Nodes:AEMatter_ModelLoader, Create_Trimap, AEMatter_Apply, Mask_Transfor, Replace_Background, Gaussian_Filter, Guide_Filter."
},
{
"author": "nat-chan",
"title": "comfyui-paint",
@ -615,6 +585,17 @@
"install_type": "git-clone",
"description": "Nodes:BetterImageDimensions, SDXLDimensions, PureRatio"
},
{
"author": "endman100",
"title": "ComfyUI-augmentation",
"id": "augmentation",
"reference": "https://github.com/endman100/ComfyUI-augmentation",
"files": [
"https://github.com/endman100/ComfyUI-augmentation"
],
"install_type": "git-clone",
"description": "Nodes:RamdomFlipImage (endman100)"
},
{
"author": "endman100",
"title": "ComfyUI Nodes: SaveConditioning and LoadConditioning",

View File

@ -204,6 +204,15 @@
"title_aux": "ComfyUI-ViViD"
}
],
"https://github.com/AIFSH/IMAGDressing-ComfyUI": [
[
"IMAGDressingNode",
"TextNode"
],
{
"title_aux": "IMAGDressing-ComfyUI"
}
],
"https://github.com/ALatentPlace/ComfyUI_yanc": [
[
"> Clear Text",
@ -284,6 +293,27 @@
"title_aux": "execution-inversion-demo-comfyui"
}
],
"https://github.com/BetaDoggo/ComfyUI-LogicGates": [
[
"AND",
"BitMemory",
"BoolToString",
"ByteMemory",
"ByteToBits",
"CreateByte",
"NAND",
"NOR",
"NOT",
"ON",
"OR",
"SWITCH",
"XNOR",
"XOR"
],
{
"title_aux": "ComfyUI-LogicGates"
}
],
"https://github.com/BlueDangerX/ComfyUI-BDXNodes": [
[
"BDXTestInt",
@ -347,14 +377,6 @@
"title_aux": "ComfyUI-MusicGen [WIP]"
}
],
"https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": [
[
"LuminaDiffusersNode"
],
{
"title_aux": "ComfyUI-Lumina-Next-SFT-DiffusersWrapper [WIP]"
}
],
"https://github.com/ExponentialML/ComfyUI_LiveDirector": [
[
"LiveDirector"
@ -421,6 +443,7 @@
"GR Image/Depth Mask",
"GR Mask Create",
"GR Mask Create Random",
"GR Mask Create Random Multi",
"GR Mask Resize",
"GR Multi Mask Create",
"GR Onomatopoeia",
@ -471,6 +494,28 @@
"title_aux": "comfyui-terminal-command [UNSAFE]"
}
],
"https://github.com/JichaoLiang/Immortal_comfyUI": [
[
"AppendNode",
"ApplyVoiceConversion",
"ImAppendVideoNode",
"ImApplyWav2lip",
"ImDumpEntity",
"LoadPackage",
"MergeNode",
"NewNode",
"SaveImagePath",
"SaveToDirectory",
"SetEvent",
"SetNodeMapping",
"SetProperties",
"batchNodes",
"redirectToNode"
],
{
"title_aux": "Immortal_comfyUI"
}
],
"https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": [
[
"SaveImagePlus"
@ -626,14 +671,6 @@
"title_aux": "ComfyUI-Waveform-Extensions"
}
],
"https://github.com/NitramDom/ComfyUI_FacialFlip": [
[
"Swapper"
],
{
"title_aux": "ComfyUI_FacialFlip"
}
],
"https://github.com/PluMaZero/ComfyUI-SpaceFlower": [
[
"SpaceFlower_HangulPrompt",
@ -780,7 +817,9 @@
],
"https://github.com/VisionExp/ve_custom_comfyui_nodes": [
[
"LoadImgFromInputUrl"
"LoadImgFromInputUrl",
"assets/Asset Image",
"render3d/Render Node"
],
{
"title_aux": "ve_custom_comfyui_nodes"
@ -836,6 +875,19 @@
"title_aux": "ComfyUI-PuLID-ZHO [WIP]"
}
],
"https://github.com/adityathiru/ComfyUI-LLMs": [
[
"Model",
"Model V2",
"Predict",
"Predict V2",
"Prompt Builder",
"Text Field"
],
{
"title_aux": "ComfyUI LLMs [WIP]"
}
],
"https://github.com/alexisrolland/ComfyUI-AuraSR": [
[
"RunAuraSR",
@ -970,7 +1022,9 @@
"FaceAlign",
"FaceAlignImageProcess",
"FaceAlignMaskProcess",
"ImageFillColorByMask"
"ImageFillColorByMask",
"ImageTransposeAdvance",
"LoadImageAdvance"
],
{
"title_aux": "comfyui-tiny-utils"
@ -1038,6 +1092,7 @@
"AlignYourStepsScheduler",
"BasicGuider",
"BasicScheduler",
"BetaSamplingScheduler",
"CFGGuider",
"CLIPAttentionMultiply",
"CLIPLoader",
@ -1195,6 +1250,7 @@
"SaveLatent",
"SelfAttentionGuidance",
"SetLatentNoiseMask",
"SetUnionControlNetType",
"SolidMask",
"SplitImageWithAlpha",
"SplitSigmas",
@ -1304,6 +1360,14 @@
"title_aux": "ComfyUI_WcpD_Utility_Kit"
}
],
"https://github.com/drmbt/comfyui-dreambait-nodes": [
[
"Aspect Pad Image For Outpainting"
],
{
"title_aux": "comfyui-dreambait-nodes"
}
],
"https://github.com/eigenpunk/ComfyUI-audio": [
[
"ApplyVoiceFixer",
@ -1365,6 +1429,14 @@
"title_aux": "ComfyUI Nodes: SaveConditioning and LoadConditioning"
}
],
"https://github.com/endman100/ComfyUI-augmentation": [
[
"RamdomFlipImage (endman100)"
],
{
"title_aux": "ComfyUI-augmentation"
}
],
"https://github.com/ericbeyer/guidance_interval": [
[
"Guidance Interval"
@ -1438,6 +1510,29 @@
"title_aux": "ComfyUI-Horidream"
}
],
"https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": [
[
"AdaptiveThresholding",
"AdvancedWatermarkEnhancement",
"AdvancedWaveletWatermarkEnhancement",
"CLAHEEnhancement",
"CannyDWTWatermarkEnhancement",
"ColorLevelWatermarkEnhancement",
"CombineEnhancements",
"ComprehensiveImageEnhancement",
"DenoisingFilter",
"EdgeDetection",
"FlexibleCombineEnhancements",
"HighPassFilter",
"ImprovedGrayColorEnhancement",
"MorphologicalOperations",
"TextureEnhancement",
"WatermarkEnhancement"
],
{
"title_aux": "ComfyUI-WaterMark-Detector"
}
],
"https://github.com/houdinii/comfy-magick": [
[
"AdaptiveBlur",
@ -1884,6 +1979,16 @@
"title_aux": "ComfyUI-Workflow-Component [WIP]"
}
],
"https://github.com/maepopi/Diffusers-in-ComfyUI": [
[
"CreatePipeline",
"GenerateImage",
"Load_B_Lora"
],
{
"title_aux": "Diffusers-in-ComfyUI"
}
],
"https://github.com/majorsauce/comfyui_indieTools": [
[
"IndCutByMask",
@ -1908,6 +2013,7 @@
[
"marduk191_5_text_string",
"marduk191_5way_text_switch",
"marduk191_s_random_latent",
"marduk191_workflow_settings"
],
{
@ -1935,12 +2041,22 @@
"title_aux": "ComfyUI mashb1t nodes"
}
],
"https://github.com/melMass/ComfyUI-Lygia": [
[
"LygiaProgram",
"LygiaUniforms"
],
{
"title_aux": "ComfyUI-Lygia"
}
],
"https://github.com/mikeymcfish/FishTools": [
[
"AnaglyphCreator",
"AnaglyphCreatorPro",
"Deptherize",
"LaserCutterFull"
"LaserCutterFull",
"ShadowMap"
],
{
"author": "Fish",
@ -1950,21 +2066,6 @@
"title_aux": "LaserCutterFull and Deptherize Nodes"
}
],
"https://github.com/mingqizhang/ComfyUI_AEMatter_zmq": [
[
"AEMatter_Apply",
"AEMatter_ModelLoader",
"Create_Trimap",
"Gaussian_Filter",
"Guide_Filter",
"Improved_Aplha_Composite",
"Mask_Transfor",
"Replace_Background"
],
{
"title_aux": "ComfyUI_AEMatter_zmq"
}
],
"https://github.com/mut-ex/comfyui-gligengui-node": [
[
"GLIGEN_GUI"
@ -2094,40 +2195,7 @@
],
"https://github.com/redhottensors/ComfyUI-ODE": [
[
"Blended Transition [DVB]",
"Calculation [DVB]",
"Create Frame Set [DVB]",
"Divide [DVB]",
"Fade From Black [DVB]",
"Fade To Black [DVB]",
"Float Input [DVB]",
"For Each Done [DVB]",
"For Each Filename [DVB]",
"Frame Set Append [DVB]",
"Frame Set Frame Dimensions Scaled [DVB]",
"Frame Set Index Offset [DVB]",
"Frame Set Merger [DVB]",
"Frame Set Reindex [DVB]",
"Frame Set Repeat [DVB]",
"Frame Set Reverse [DVB]",
"Frame Set Split Beginning [DVB]",
"Frame Set Split End [DVB]",
"Frame Set Splitter [DVB]",
"Generate Inbetween Frames [DVB]",
"Int Input [DVB]",
"Linear Camera Pan [DVB]",
"Linear Camera Roll [DVB]",
"Linear Camera Zoom [DVB]",
"Load Image From Path [DVB]",
"Multiply [DVB]",
"ODESamplerSelect",
"Sine Camera Pan [DVB]",
"Sine Camera Roll [DVB]",
"Sine Camera Zoom [DVB]",
"String Input [DVB]",
"Text Input [DVB]",
"Trace Memory Allocation [DVB]",
"Unwrap Frame Set [DVB]"
"ODESamplerSelect"
],
{
"author": "RedHotTensors",
@ -2165,6 +2233,23 @@
"title_aux": "comfyui-CLIPSeg"
}
],
"https://github.com/shadowcz007/comfyui-hydit-lowvram": [
[
"DiffusersCLIPLoader",
"DiffusersCheckpointLoader",
"DiffusersClipTextEncode",
"DiffusersControlNetLoader",
"DiffusersLoraLoader",
"DiffusersModelMakeup",
"DiffusersPipelineLoader",
"DiffusersSampler",
"DiffusersSchedulerLoader",
"DiffusersVAELoader"
],
{
"title_aux": "comfyui-hydit"
}
],
"https://github.com/shadowcz007/comfyui-musicgen": [
[
"AudioPlay",
@ -2348,6 +2433,18 @@
"title_aux": "ComfyUI-clip-interrogator [WIP]"
}
],
"https://github.com/walterFeng/ComfyUI-Image-Utils": [
[
"Calculate Image Brightness",
"Calculate Image Contrast",
"Calculate Image Saturation",
"Color Similarity Checker",
"Load Image (By Url)"
],
{
"title_aux": "ComfyUI-Image-Utils"
}
],
"https://github.com/willblaschko/ComfyUI-Unload-Models": [
[
"DeleteAnyObject",

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,28 @@
},
{
"author": "mingqizhang",
"title": "ComfyUI_InSPyResNet_zmq [REMOVED]",
"id": "inspy",
"reference": "https://github.com/mingqizhang/ComfyUI_InSPyResNet_zmq",
"files": [
"https://github.com/mingqizhang/ComfyUI_InSPyResNet_zmq"
],
"install_type": "git-clone",
"description": "Nodes:INSPY removebg ModelLoader, INSPY RMBG"
},
{
"author": "mingqizhang",
"title": "ComfyUI_AEMatter_zmq [REMOVED]",
"id": "aematter",
"reference": "https://github.com/mingqizhang/ComfyUI_AEMatter_zmq",
"files": [
"https://github.com/mingqizhang/ComfyUI_AEMatter_zmq"
],
"install_type": "git-clone",
"description": "Nodes:AEMatter_ModelLoader, Create_Trimap, AEMatter_Apply, Mask_Transfor, Replace_Background, Gaussian_Filter, Guide_Filter, Improved_Aplha_Composite"
},
{
"author": "bradsec",
"title": "ComfyUI_StringTools [REMOVED]",

View File

@ -13,6 +13,48 @@
{
"author": "filliptm",
"title": "ComfyUI_FL-Trainer",
"reference": "https://github.com/filliptm/ComfyUI_FL-Trainer",
"files": [
"https://github.com/filliptm/ComfyUI_FL-Trainer"
],
"install_type": "git-clone",
"description": "Train Image Loras on both sd1.5 and SDXL. This repo git clones the pieces needed to train. It pops open a second terminal window do do the training. It will also display the inference samples in the node itself so you can track the results."
},
{
"author": "MuziekMagie",
"title": "ComfyUI-Matchering",
"id": "matchering",
"reference": "https://github.com/MuziekMagie/ComfyUI-Matchering",
"files": [
"https://github.com/MuziekMagie/ComfyUI-Matchering"
],
"install_type": "git-clone",
"description": "A [a/Matchering](https://github.com/sergree/matchering)-node for ComfyUI.\nNOTE: You take TWO audio files and feed them into Matchering"
},
{
"author": "neverbiasu",
"title": "ComfyUI ImageCaptioner",
"reference": "https://github.com/neverbiasu/ComfyUI-ImageCaptioner",
"files": [
"https://github.com/neverbiasu/ComfyUI-ImageCaptioner"
],
"install_type": "git-clone",
"description": "A ComfyUI extension for generating captions for your images. Runs on your own system, no external services used, no filter."
},
{
"author": "fofr",
"title": "comfyui-fofr-toolkit",
"id": "fofr-toolkit",
"reference": "https://github.com/fofr/comfyui-fofr-toolkit",
"files": [
"https://github.com/fofr/comfyui-fofr-toolkit"
],
"install_type": "git-clone",
"description": "Nodes:Incrementer, Width and height from aspect ratio. A simple set of tooling nodes."
},
{
"author": "Fantasy AI Studio",
"title": "FAI-Node",
@ -391,7 +433,7 @@
"https://github.com/JackEllie/ComfyUI_AI_Assistant"
],
"install_type": "git-clone",
"description": "Provides two additional preprocessors and a prompt organizing tool.[Original Project](https://github.com/tori29umai0123/AI-Assistant/blob/main/README.md?plain=1)."
"description": "ComfyUI native implementation of [a/AI-Assistant](https://github.com/tori29umai0123/AI-Assistant)."
},
{
"author": "3D-MeshTool",
@ -652,37 +694,6 @@
],
"install_type": "git-clone",
"description": "ComfyS3 helpful util nodes for dynamic workflows"
},
{
"author": "wTechArtist",
"title": "ComfyUI-CustomNodes",
"reference": "https://github.com/wTechArtist/ComfyUI-CustomNodes",
"files": [
"https://github.com/wTechArtist/ComfyUI-CustomNodes"
],
"install_type": "git-clone",
"description": "Nodes:Image Blending Mode Mask"
},
{
"author": "bradsec",
"title": "ComfyUI_StringTools",
"id": "stringtools",
"reference": "https://github.com/bradsec/ComfyUI_StringTools",
"files": [
"https://github.com/bradsec/ComfyUI_StringTools"
],
"install_type": "git-clone",
"description": "Some simple string tools to modify text and strings in ComfyUI."
},
{
"author": "bluevisor",
"title": "ComfyUI_PS_Blend_Node",
"reference": "https://github.com/bluevisor/ComfyUI_PS_Blend_Node",
"files": [
"https://github.com/bluevisor/ComfyUI_PS_Blend_Node"
],
"install_type": "git-clone",
"description": "This repository contains a simple custom node for ComfyUI that implements familiar PS-style blend modes using PyTorch. The PSBlendNode allows you to blend two images together using a variety of blend modes and an opacity parameter."
}
]
}

View File

@ -753,7 +753,8 @@
"ETN_MergeImageTile",
"ETN_NSFWFilter",
"ETN_SendImageWebSocket",
"ETN_TileLayout"
"ETN_TileLayout",
"ETN_Translate"
],
{
"title_aux": "ComfyUI Nodes for External Tooling"
@ -1164,7 +1165,9 @@
],
"https://github.com/BetaDoggo/ComfyUI-VideoPlayer": [
[
"LoadFrame"
"LoadFrame",
"LoadJPGFrame",
"LoadVideoFrame"
],
{
"title_aux": "ComfyUI Video Player"
@ -3590,6 +3593,16 @@
"title_aux": "ComfyUI-TextOverlay"
}
],
"https://github.com/MuziekMagie/ComfyUI-Matchering": [
[
"Matchering",
"MatcheringAdvanced",
"MatcheringLimiterConfig"
],
{
"title_aux": "ComfyUI-Matchering"
}
],
"https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": [
[
"3D_GenerateDepthImage",
@ -4711,7 +4724,8 @@
],
"https://github.com/StartHua/Comfyui_segformer_b2_clothes": [
[
"segformer_b2_clothes"
"segformer_b2_clothes",
"segformer_b3_fashion"
],
{
"title_aux": "comfyui_segformer_b2_clothes"
@ -5437,7 +5451,8 @@
"TripoAPIDraft",
"TripoAnimateRetargetNode",
"TripoAnimateRigNode",
"TripoGLBViewer"
"TripoGLBViewer",
"TripoRefineModel"
],
{
"title_aux": "Tripo for ComfyUI"
@ -7880,6 +7895,9 @@
"LayerMask: RemBgUltra",
"LayerMask: RmBgUltra V2",
"LayerMask: SegformerB2ClothesUltra",
"LayerMask: SegformerClothesPipelineLoader",
"LayerMask: SegformerFashionPipelineLoader",
"LayerMask: SegformerUltraV2",
"LayerMask: SegmentAnythingUltra",
"LayerMask: SegmentAnythingUltra V2",
"LayerMask: Shadow & Highlight Mask",
@ -9505,6 +9523,24 @@
"title_aux": "Pixelization"
}
],
"https://github.com/filliptm/ComfyUI_FL-Trainer": [
[
"FL_ImageCaptionSaver",
"FL_KohyaSSAdvConfig",
"FL_KohyaSSDatasetConfig",
"FL_KohyaSSInitWorkspace",
"FL_KohyaSSTrain",
"FL_Kohya_EasyTrain",
"FL_LoadImagesFromDirectoryPath",
"FL_SliderLoraAdvConfig",
"FL_SliderLoraDatasetConfig",
"FL_SliderLoraInitWorkspace",
"FL_SliderLoraTrain"
],
{
"title_aux": "ComfyUI_FL-Trainer"
}
],
"https://github.com/filliptm/ComfyUI_Fill-Nodes": [
[
"FL_Ascii",
@ -9706,6 +9742,16 @@
"title_aux": "ComfyUI-Prompter-fofrAI"
}
],
"https://github.com/fofr/comfyui-fofr-toolkit": [
[
"Incrementer \ud83e\udeb4",
"Width and height for scaling image to ideal resolution \ud83e\udeb4",
"Width and height from aspect ratio \ud83e\udeb4"
],
{
"title_aux": "comfyui-fofr-toolkit"
}
],
"https://github.com/forever22777/comfyui-self-guidance": [
[
"CLIPConditioning",
@ -10251,19 +10297,9 @@
"Griptape Display: Text",
"Griptape Driver: Amazon Bedrock Stable Diffusion",
"Griptape Driver: Amazon Bedrock Titan",
"Griptape Driver: Amazon OpenSearch Vector Store",
"Griptape Driver: Azure MongoDB Vector Store",
"Griptape Driver: DuckDuckGo WebSearch",
"Griptape Driver: Google WebSearch",
"Griptape Driver: Azure OpenAI Image Generation",
"Griptape Driver: Leonardo.AI",
"Griptape Driver: Local Vector Store",
"Griptape Driver: Marqo Vector Store",
"Griptape Driver: MongoDB Atlas Vector Store",
"Griptape Driver: OpenAI Image Generation",
"Griptape Driver: PGVector Vector Store",
"Griptape Driver: Pinecone Vector Store",
"Griptape Driver: Qdrant Vector Store",
"Griptape Driver: Redis Vector Store",
"Griptape Embedding Driver: Amazon Bedrock Titan",
"Griptape Embedding Driver: Amazon SageMaker Jumpstart",
"Griptape Embedding Driver: Azure OpenAI",
@ -10307,6 +10343,7 @@
"Griptape Run: Text to Speech",
"Griptape Run: Tool Task",
"Griptape Run: Toolkit Task",
"Griptape Save: Text",
"Griptape Set: Default Agent",
"Griptape Text To Speech Driver: ElevenLabs",
"Griptape Text To Speech Driver: OpenAI",
@ -10319,9 +10356,19 @@
"Griptape Tool: VectorStore",
"Griptape Tool: WebScraper",
"Griptape Tool: WebSearch",
"Griptape Vector Store Driver: Amazon OpenSearch",
"Griptape Vector Store Driver: Azure MongoDB",
"Griptape Vector Store Driver: Local",
"Griptape Vector Store Driver: Marqo",
"Griptape Vector Store Driver: MongoDB Atlas",
"Griptape Vector Store Driver: PGVector",
"Griptape Vector Store Driver: Pinecone",
"Griptape Vector Store Driver: Qdrant",
"Griptape Vector Store Driver: Redis",
"Griptape Vector Store: Add Text",
"Griptape Vector Store: Query",
"Grptape Driver: Azure OpenAI Image Generation"
"Griptape WebSearch Driver: DuckDuckGo",
"Griptape WebSearch Driver: Google"
],
{
"author": "Jason Schleifer",
@ -10463,6 +10510,8 @@
"CosyVoice",
"Dingding",
"Dingding_tool",
"FeishuGetHistory",
"FeishuSendMsg",
"KG_csv_toolkit_developer",
"KG_csv_toolkit_user",
"KG_json_toolkit_developer",
@ -11342,7 +11391,8 @@
],
"https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": [
[
"InspyrenetRembg"
"InspyrenetRembg",
"InspyrenetRembgAdvanced"
],
{
"title_aux": "ComfyUI-Inspyrenet-Rembg"
@ -12252,10 +12302,14 @@
"https://github.com/leestuartx/ComfyUI-GG": [
[
"AddPaddingToImage",
"ForLoopNode",
"ImageMetadataExtractor",
"InputNode",
"MetadataExtractBySeed",
"MetadataExtractorBySeed",
"ResizeImageProportionally"
"OutputNode",
"ResizeImageProportionally",
"WorkspaceNode"
],
{
"title_aux": "ComfyUI-GG"
@ -13337,16 +13391,6 @@
"title_aux": "ComfyUI - Mask Bounding Box"
}
],
"https://github.com/mingqizhang/ComfyUI_InSPyResNet_zmq": [
[
"INSPY removebg Apply",
"INSPY removebg ModelLoader",
"INSPY removebg ModelLoaderFromPath"
],
{
"title_aux": "ComfyUI_InSPyResNet_zmq"
}
],
"https://github.com/mirabarukaso/ComfyUI_Mira": [
[
"BooleanListInterpreter1",
@ -13518,6 +13562,15 @@
"title_aux": "ComfyUI-NegiTools"
}
],
"https://github.com/neverbiasu/ComfyUI-ImageCaptioner": [
[
"DashscopeConfig",
"ImageCaptioner"
],
{
"title_aux": "ComfyUI ImageCaptioner"
}
],
"https://github.com/nickve28/ComfyUI-Nich-Utils": [
[
"Image from Dir Selector (Nich)",
@ -14761,6 +14814,7 @@
"BizyAirKolorsVAEEncode",
"BizyAirLeReS_DepthMapPreprocessor",
"BizyAirLineArtPreprocessor",
"BizyAirMZChatGLM3TextEncode",
"BizyAirM_LSDPreprocessor",
"BizyAirMetric3D_DepthMapPreprocessor",
"BizyAirMetric3D_NormalMapPreprocessor",
@ -15051,6 +15105,7 @@
],
"https://github.com/smthemex/ComfyUI_Streamv2v_Plus": [
[
"Stream_Lora_Loader",
"Stream_Model_Loader",
"Stream_Sampler"
],
@ -15169,6 +15224,7 @@
"LatentNormalizeShuffle",
"LatentStats",
"MedianFilterImage",
"ModelTest",
"NormalMapSimple",
"OffsetLatentImage",
"PrintSigmas",

View File

@ -249,6 +249,17 @@
],
"install_type": "git-clone",
"description": "Mira's Simple Wildcard Node"
},
{
"author": "BetaDoggo",
"title": "ComfyUI Tetris",
"id": "tetris",
"reference": "https://github.com/BetaDoggo/ComfyUI-Tetris",
"files": [
"https://github.com/BetaDoggo/ComfyUI-Tetris"
],
"install_type": "git-clone",
"description": "The primitive node and dummy input are required because comfy doesn't accept requests with identical graphs. You'll also need a show text node. I like the one from ComfyUI-Custom-Scripts. I got the generic tetris remake from claude so it may or may not be ripped from somewhere else."
}
]
}

View File

@ -488,6 +488,7 @@ def gen_json(node_info):
print("------------------------------------------------------")
print(e)
print("------------------------------------------------------")
node_list_json = {}
metadata_in_url = {}
if git_url not in data: