update DB
This commit is contained in:
@@ -1,5 +1,55 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "stalkervr",
|
||||
"title": "comfyui-custom-path-nodes [UNSAFE]",
|
||||
"reference": "https://github.com/stalkervr/comfyui-custom-path-nodes",
|
||||
"files": [
|
||||
"https://github.com/stalkervr/comfyui-custom-path-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes for path handling and image cropping.[w/This nodepack has a vulnerability that allows remote access to arbitrary file paths.]"
|
||||
},
|
||||
{
|
||||
"author": "vovler",
|
||||
"title": "comfyui-vovlertools",
|
||||
"reference": "https://github.com/vovler/ComfyUI-vovlerTools",
|
||||
"files": [
|
||||
"https://github.com/vovler/ComfyUI-vovlerTools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Advanced ComfyUI nodes for WD14 tagging, image filtering, and CLIP to TensorRT conversion"
|
||||
},
|
||||
{
|
||||
"author": "ELiZswe",
|
||||
"title": "ComfyUI-ELiZTools",
|
||||
"reference": "https://github.com/ELiZswe/ComfyUI-ELiZTools",
|
||||
"files": [
|
||||
"https://github.com/ELiZswe/ComfyUI-ELiZTools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ELIZ Tools"
|
||||
},
|
||||
{
|
||||
"author": "yamanacn",
|
||||
"title": "comfyui_qwenbbox",
|
||||
"reference": "https://github.com/yamanacn/comfyui_qwenbbox",
|
||||
"files": [
|
||||
"https://github.com/yamanacn/comfyui_qwenbbox"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Load Qwen Model (v2), Qwen Bbox Detection, Prepare BBox for SAM (v2)"
|
||||
},
|
||||
{
|
||||
"author": "mikheys",
|
||||
"title": "ComfyUI-mikheys",
|
||||
"reference": "https://github.com/mikheys/ComfyUI-mikheys",
|
||||
"files": [
|
||||
"https://github.com/mikheys/ComfyUI-mikheys"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: WAN Optimal Resolution Selector, WAN Show Image Dimensions"
|
||||
},
|
||||
{
|
||||
"author": "iacoposk8",
|
||||
"title": "ComfyUI XOR Pickle Nodes",
|
||||
|
||||
@@ -1637,6 +1637,14 @@
|
||||
"title_aux": "ComfyUI-Extend-Resolution"
|
||||
}
|
||||
],
|
||||
"https://github.com/ELiZswe/ComfyUI-ELiZTools": [
|
||||
[
|
||||
"ELiZMeshUVWrap"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ELiZTools"
|
||||
}
|
||||
],
|
||||
"https://github.com/EQXai/ComfyUI_EQX": [
|
||||
[
|
||||
"CountFaces_EQX",
|
||||
@@ -3555,6 +3563,7 @@
|
||||
"PipemindSDXL15AspectRatio",
|
||||
"PipemindSaveImageWTxt",
|
||||
"PipemindShowText",
|
||||
"PipemindShowTextFind",
|
||||
"PipemindTokenCounter",
|
||||
"RandomLineFromDropdown",
|
||||
"SelectLineFromDropdown",
|
||||
@@ -3673,7 +3682,8 @@
|
||||
"ReicaGCPWriteImageNode",
|
||||
"ReicaHTTPNotification",
|
||||
"ReicaInsertAnythingNode",
|
||||
"ReicaReadImageUrl",
|
||||
"ReicaLoadLoopImagesFromURLs",
|
||||
"ReicaLoadLoopImagesFromURLsSkipErrors",
|
||||
"ReicaTextImageDisplay",
|
||||
"ReicaTryOffDiffGenerator",
|
||||
"ReicaTryOffDiffLoader",
|
||||
@@ -7203,6 +7213,16 @@
|
||||
"title_aux": "LaserCutterFull and Deptherize Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/mikheys/ComfyUI-mikheys": [
|
||||
[
|
||||
"WanImageDimensions",
|
||||
"WanOptimalResolution",
|
||||
"\u0418\u043c\u044f\u0414\u043b\u044fComfyUI"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-mikheys"
|
||||
}
|
||||
],
|
||||
"https://github.com/minhtuannhn/comfyui-gemini-studio": [
|
||||
[
|
||||
"GetFileNameFromURL"
|
||||
@@ -8371,6 +8391,25 @@
|
||||
"title_aux": "comfyui-lingshang"
|
||||
}
|
||||
],
|
||||
"https://github.com/stalkervr/comfyui-custom-path-nodes": [
|
||||
[
|
||||
"BatchImageCrop",
|
||||
"ContextPipeIn",
|
||||
"ContextPipeOut",
|
||||
"ContextPipeReroute",
|
||||
"ImageGridCropper",
|
||||
"PathPipeIn",
|
||||
"PathPipeOut",
|
||||
"PathPipeReroute",
|
||||
"PromptPartConcatenation",
|
||||
"PromptPartJoin",
|
||||
"SavePath",
|
||||
"StringConcatenation"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-custom-path-nodes [UNSAFE]"
|
||||
}
|
||||
],
|
||||
"https://github.com/steelan9199/ComfyUI-Teeth": [
|
||||
[
|
||||
"teeth FindContours",
|
||||
@@ -8793,6 +8832,20 @@
|
||||
"title_aux": "ComfyUI Simple Image Tools [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/vovler/ComfyUI-vovlerTools": [
|
||||
[
|
||||
"DualCLIPTensorRTLoader",
|
||||
"DualCLIPTensorRTTextEncode",
|
||||
"DualCLIPToTensorRT",
|
||||
"WD14BlackListLoader",
|
||||
"WD14TaggerAndImageFilterer",
|
||||
"WD14TensorRTModelLoader",
|
||||
"WDTaggerONNXtoTENSORRT"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-vovlertools"
|
||||
}
|
||||
],
|
||||
"https://github.com/wTechArtist/ComfyUI_VVL_SAM2": [
|
||||
[
|
||||
"SAM1AutoEverything",
|
||||
@@ -9066,7 +9119,10 @@
|
||||
"CLIPLoaderXZ",
|
||||
"CLIPTextEncodeXZ",
|
||||
"ImageResizeKJ",
|
||||
"LastFrameXZ"
|
||||
"ImageResizeXZ",
|
||||
"LastFrameXZ",
|
||||
"TripleCLIPLoaderXZ",
|
||||
"WanImageToVideoXZ"
|
||||
],
|
||||
{
|
||||
"title_aux": "xzuynodes-ComfyUI"
|
||||
@@ -9092,6 +9148,16 @@
|
||||
"title_aux": "comfyui_qwen_object [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/yamanacn/comfyui_qwenbbox": [
|
||||
[
|
||||
"BBoxToSAM_v2",
|
||||
"LoadQwenModel_v2",
|
||||
"QwenBbox"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui_qwenbbox"
|
||||
}
|
||||
],
|
||||
"https://github.com/yanhuifair/ComfyUI-FairLab": [
|
||||
[
|
||||
"AppendTagsNode",
|
||||
@@ -9266,6 +9332,7 @@
|
||||
],
|
||||
"https://github.com/zackabrams/ComfyUI-KeySyncWrapper": [
|
||||
[
|
||||
"KeySyncAdvanced",
|
||||
"KeySyncWrapper"
|
||||
],
|
||||
{
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,56 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "DriftJohnson",
|
||||
"title": "DJZ-Nodes [REMOVED]",
|
||||
"id": "DJZ-Nodes",
|
||||
"reference": "https://github.com/MushroomFleet/DJZ-Nodes",
|
||||
"files": [
|
||||
"https://github.com/MushroomFleet/DJZ-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "AspectSize and other nodes"
|
||||
},
|
||||
{
|
||||
"author": "DriftJohnson",
|
||||
"title": "KokoroTTS Node [REMOVED]",
|
||||
"reference": "https://github.com/MushroomFleet/DJZ-KokoroTTS",
|
||||
"files": [
|
||||
"https://github.com/MushroomFleet/DJZ-KokoroTTS"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This node provides advanced text-to-speech functionality powered by KokoroTTS. Follow the instructions below to install, configure, and use the node within your portable ComfyUI installation."
|
||||
},
|
||||
{
|
||||
"author": "MushroomFleet",
|
||||
"title": "DJZ-Pedalboard [REMOVED]",
|
||||
"reference": "https://github.com/MushroomFleet/DJZ-Pedalboard",
|
||||
"files": [
|
||||
"https://github.com/MushroomFleet/DJZ-Pedalboard"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This project provides a collection of custom nodes designed for enhanced audio effects in ComfyUI. With an intuitive pedalboard interface, users can easily integrate and manipulate various audio effects within their workflows."
|
||||
},
|
||||
{
|
||||
"author": "MushroomFleet",
|
||||
"title": "SVG Suite for ComfyUI [REMOVED]",
|
||||
"reference": "https://github.com/MushroomFleet/svg-suite",
|
||||
"files": [
|
||||
"https://github.com/MushroomFleet/svg-suite"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "SVG Suite is an advanced set of nodes for converting images to SVG in ComfyUI, expanding upon the functionality of ComfyUI-ToSVG."
|
||||
},
|
||||
{
|
||||
"author": "joeriben",
|
||||
"title": "AI4ArtsEd Ollama Prompt Node [DEPRECATED]",
|
||||
"reference": "https://github.com/joeriben/ai4artsed_comfyui",
|
||||
"files": [
|
||||
"https://github.com/joeriben/ai4artsed_comfyui"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Experimental nodes for ComfyUI. For more, see [a/https://kubi-meta.de/ai4artsed](https://kubi-meta.de/ai4artsed) A custom ComfyUI node for stylistic and cultural transformation of input text using local LLMs served via Ollama. This node allows you to combine a free-form prompt (e.g. translation, poetic recoding, genre shift) with externally supplied text in the ComfyUI graph. The result is processed via an Ollama-hosted model and returned as plain text."
|
||||
},
|
||||
{
|
||||
"author": "bento234",
|
||||
"title": "ComfyUI-bento-toolbox [REMOVED]",
|
||||
|
||||
@@ -1,5 +1,106 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "lucak5s",
|
||||
"title": "ComfyUI GFPGAN",
|
||||
"reference": "https://github.com/lucak5s/comfyui_gfpgan",
|
||||
"files": [
|
||||
"https://github.com/lucak5s/comfyui_gfpgan"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Face restoration with GFPGAN."
|
||||
},
|
||||
{
|
||||
"author": "Yuan-ManX",
|
||||
"title": "ComfyUI-OmniGen2",
|
||||
"reference": "https://github.com/Yuan-ManX/ComfyUI-OmniGen2",
|
||||
"files": [
|
||||
"https://github.com/Yuan-ManX/ComfyUI-OmniGen2"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI-OmniGen2 is now available in ComfyUI, OmniGen2 is a powerful and efficient unified multimodal model. Its architecture is composed of two key components: a 3B Vision-Language Model (VLM) and a 4B diffusion model."
|
||||
},
|
||||
{
|
||||
"author": "aleolidev",
|
||||
"title": "Kaizen Package",
|
||||
"id": "kaizen_package",
|
||||
"reference": "https://github.com/aleolidev/comfy_kaizen_package",
|
||||
"files": [
|
||||
"https://github.com/aleolidev/comfy_kaizen_package"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A collection of custom image processing nodes for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "joeriben",
|
||||
"title": "AI4ArtsEd Nodes",
|
||||
"reference": "https://github.com/joeriben/ai4artsed_comfyui_nodes",
|
||||
"files": [
|
||||
"https://github.com/joeriben/ai4artsed_comfyui_nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI nodes for the project AI for Arts Education"
|
||||
},
|
||||
{
|
||||
"author": "DebugPadawan",
|
||||
"title": "DebugPadawan's ComfyUI Essentials",
|
||||
"reference": "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials",
|
||||
"files": [
|
||||
"https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Essential custom nodes for ComfyUI workflows"
|
||||
},
|
||||
{
|
||||
"author": "rookiepsi",
|
||||
"title": "Blur Mask",
|
||||
"reference": "https://github.com/rookiepsi/comfypsi_blur_mask",
|
||||
"files": [
|
||||
"https://github.com/rookiepsi/comfypsi_blur_mask"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom node for ComfyUI that applies a Gaussian blur to a mask."
|
||||
},
|
||||
{
|
||||
"author": "dseditor",
|
||||
"title": "ComfyUI-ListHelper",
|
||||
"reference": "https://github.com/dseditor/ComfyUI-ListHelper",
|
||||
"files": [
|
||||
"https://github.com/dseditor/ComfyUI-ListHelper"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "The ListHelper collection is a comprehensive set of custom nodes for ComfyUI that provides powerful list manipulation capabilities. This collection includes audio processing, text splitting, and number generation tools for enhanced workflow automation."
|
||||
},
|
||||
{
|
||||
"author": "Maxed-Out-99",
|
||||
"title": "ComfyUI-MaxedOut",
|
||||
"reference": "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut",
|
||||
"files": [
|
||||
"https://github.com/Maxed-Out-99/ComfyUI-MaxedOut"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom ComfyUI nodes used in Maxed Out workflows (SDXL, Flux, etc.)"
|
||||
},
|
||||
{
|
||||
"author": "smthemex",
|
||||
"title": "ComfyUI_SongGeneration",
|
||||
"reference": "https://github.com/smthemex/ComfyUI_SongGeneration",
|
||||
"files": [
|
||||
"https://github.com/smthemex/ComfyUI_SongGeneration"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "[a/SongGeneration](https://github.com/tencent-ailab/SongGeneration):High-Quality Song Generation with Multi-Preference Alignment (SOTA),you can try VRAM>12G"
|
||||
},
|
||||
{
|
||||
"author": "NumZ",
|
||||
"title": "ComfyUI-SeedVR2_VideoUpscaler",
|
||||
"reference": "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler",
|
||||
"files": [
|
||||
"https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A Non official custom nodes for ComfyUI that enables Upscale Video generation using [a/SeedVR2](https://github.com/ByteDance-Seed/SeedVR)."
|
||||
},
|
||||
{
|
||||
"author": "834t",
|
||||
"title": "Scene Composer for ComfyUI",
|
||||
@@ -10,16 +111,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "An intuitive, all-in-one node for ComfyUI that brings a powerful, layer-based regional prompting workflow directly into your graph. Say goodbye to managing countless Conditioning (Set Area) nodes and hello to drawing your creative vision."
|
||||
},
|
||||
{
|
||||
"author": "Kartel-ai",
|
||||
"title": "ComfyUI-8iPlayer",
|
||||
"reference": "https://github.com/Kartel-ai/ComfyUI-8iPlayer",
|
||||
"files": [
|
||||
"https://github.com/Kartel-ai/ComfyUI-8iPlayer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI custom node for interactive 8i volumetric video playback and frame capture."
|
||||
},
|
||||
{
|
||||
"author": "quasiblob",
|
||||
"title": "ComfyUI-EsesImageAdjustments",
|
||||
|
||||
@@ -3855,6 +3855,20 @@
|
||||
"title_aux": "Pipeline Parallel ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": [
|
||||
[
|
||||
"DebugPadawan_ConditionalString",
|
||||
"DebugPadawan_DebugPrint",
|
||||
"DebugPadawan_ListInfo",
|
||||
"DebugPadawan_TextJoiner",
|
||||
"DebugPadawan_TextSplitter",
|
||||
"DebugPadawan_TextToJSON",
|
||||
"DebugPadawan_WaitNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "DebugPadawan's ComfyUI Essentials"
|
||||
}
|
||||
],
|
||||
"https://github.com/Deep-Neko/ComfyUI_ascii_art": [
|
||||
[
|
||||
"AsciiGenerator"
|
||||
@@ -4382,6 +4396,19 @@
|
||||
"title_aux": "ComfyUI-ReLight"
|
||||
}
|
||||
],
|
||||
"https://github.com/Erehr/ComfyUI-EreNodes": [
|
||||
[
|
||||
"ErePromptCloud",
|
||||
"ErePromptFilter",
|
||||
"ErePromptMultiSelect",
|
||||
"ErePromptMultiline",
|
||||
"ErePromptRandomizer",
|
||||
"ErePromptToggle"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-EreNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": [
|
||||
[
|
||||
"Batch_joy_caption_two",
|
||||
@@ -5750,8 +5777,8 @@
|
||||
],
|
||||
"https://github.com/HighDoping/ComfyUI_ASSSSA": [
|
||||
[
|
||||
"ASSSubtitleCache",
|
||||
"ASSSubtitleReader",
|
||||
"ASSSubtitleSave",
|
||||
"FFMpegSettings",
|
||||
"MultilineTextInput",
|
||||
"SubtitleEmbedding",
|
||||
@@ -6753,14 +6780,6 @@
|
||||
"title_aux": "ComfyUI-Paint-by-Example"
|
||||
}
|
||||
],
|
||||
"https://github.com/Kartel-ai/ComfyUI-8iPlayer": [
|
||||
[
|
||||
"3DImage"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-8iPlayer"
|
||||
}
|
||||
],
|
||||
"https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": [
|
||||
[
|
||||
"AdvancedNoisePatterns",
|
||||
@@ -8099,6 +8118,18 @@
|
||||
"title_aux": "ComfyUI Secure API Call"
|
||||
}
|
||||
],
|
||||
"https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": [
|
||||
[
|
||||
"Flux Empty Latent Image",
|
||||
"Flux Image Scale To Total Pixels (Flux Safe)",
|
||||
"Image Scale To Total Pixels (SDXL Safe)",
|
||||
"Prompt With Guidance (Flux)",
|
||||
"Sdxl Empty Latent Image"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-MaxedOut"
|
||||
}
|
||||
],
|
||||
"https://github.com/McKlinton2/comfyui-mcklinton-pack": [
|
||||
[
|
||||
"ColormaskNode",
|
||||
@@ -8543,205 +8574,6 @@
|
||||
"title_aux": "ComfyUI-TextOverlay"
|
||||
}
|
||||
],
|
||||
"https://github.com/MushroomFleet/DJZ-KokoroTTS": [
|
||||
[
|
||||
"KokoroTTS_LoadVoice_v1",
|
||||
"KokoroTTS_SaveVoice_v1",
|
||||
"KokoroTTS_v1",
|
||||
"KokoroTTS_v2",
|
||||
"KokoroTTS_v3",
|
||||
"KokoroTTS_v4",
|
||||
"KokoroTTS_v5"
|
||||
],
|
||||
{
|
||||
"title_aux": "KokoroTTS Node"
|
||||
}
|
||||
],
|
||||
"https://github.com/MushroomFleet/DJZ-Nodes": [
|
||||
[
|
||||
"AnamorphicEffect",
|
||||
"AspectSize",
|
||||
"AspectSizeV2",
|
||||
"BatchAlphaComposite",
|
||||
"BatchOffset",
|
||||
"BatchRangeInsert",
|
||||
"BatchRangeSwap",
|
||||
"BatchThief",
|
||||
"BlackBarsV1",
|
||||
"BlackBarsV2",
|
||||
"BlackBarsV3",
|
||||
"BorderCompositeAlpha",
|
||||
"BracketCleaner",
|
||||
"CRT_Effect_v1",
|
||||
"CathodeRayEffect",
|
||||
"ClassicFilmEffect",
|
||||
"CombineAudio",
|
||||
"DJZ-LoadLatent",
|
||||
"DJZ-LoadLatentV2",
|
||||
"DJZDatamosh",
|
||||
"DJZDatamoshV2",
|
||||
"DatasetWordcloud",
|
||||
"DeadPixelEffect",
|
||||
"DepthBasedPixelization",
|
||||
"DinskyPlus",
|
||||
"DinskyPlusV2",
|
||||
"DjzDatabendingV1",
|
||||
"DjzDatamoshV3",
|
||||
"DjzDatamoshV4",
|
||||
"DjzDatamoshV5",
|
||||
"DjzDatamoshV6",
|
||||
"DjzDatamoshV7",
|
||||
"DjzDatamoshV8",
|
||||
"FilmGateWeave",
|
||||
"FilmGrainEffect",
|
||||
"FilmGrainEffect_v2",
|
||||
"FishEyeEffect",
|
||||
"FishEyeV2",
|
||||
"FractalGenerator",
|
||||
"FractalGeneratorV2",
|
||||
"FractalGeneratorV3",
|
||||
"GSL_Filter_V1",
|
||||
"HalationBloom",
|
||||
"ImageInterleavedUpscaler",
|
||||
"ImageInterleavedUpscalerV2",
|
||||
"ImageSizeAdjuster",
|
||||
"ImageSizeAdjusterV2",
|
||||
"ImageSizeAdjusterV3",
|
||||
"JitterEffect",
|
||||
"KeyframeBasedUpscalerV1",
|
||||
"KinescopeEffectV1",
|
||||
"LensLeaks",
|
||||
"LoadTextDirectory",
|
||||
"LoadVideoDirectory",
|
||||
"LoadVideoDirectoryV2",
|
||||
"MotionBlending",
|
||||
"NoiseFactory",
|
||||
"NoiseFactoryV2",
|
||||
"NoiseFactoryV3",
|
||||
"NonSquarePixelsV1",
|
||||
"PanavisionLensV2",
|
||||
"ParametricMeshGen",
|
||||
"ParametricMeshGenV2",
|
||||
"ProjectFilePathNode",
|
||||
"ProjectFolderPathNode",
|
||||
"PromptCleaner",
|
||||
"PromptCleanerV2",
|
||||
"PromptDupeRemover",
|
||||
"PromptDupeRemoverV2",
|
||||
"PromptInject",
|
||||
"PromptInjectV2",
|
||||
"PromptSwap",
|
||||
"RetroVideoText",
|
||||
"ScreensaverGenerator",
|
||||
"ScreensaverGeneratorV2",
|
||||
"ScreensaverGeneratorV3",
|
||||
"SequentialNumberGenerator",
|
||||
"StringChaos",
|
||||
"StringWeights",
|
||||
"Technicolor3Strip_v1",
|
||||
"Technicolor3Strip_v2",
|
||||
"ThinkSeeker",
|
||||
"ThreeToneStyler",
|
||||
"TrianglesPlus",
|
||||
"TrianglesPlusV2",
|
||||
"UncleanSpeech",
|
||||
"VGA_Effect_v1",
|
||||
"VHS_Effect_V3",
|
||||
"VHS_Effect_v1",
|
||||
"VHS_Effect_v2",
|
||||
"VideoBitClamp",
|
||||
"VideoChromaticAberration",
|
||||
"VideoCorridorV1",
|
||||
"VideoCubeV1",
|
||||
"VideoFilmDamage",
|
||||
"VideoInterlaceFastV4",
|
||||
"VideoInterlaceGANV3",
|
||||
"VideoInterlaced",
|
||||
"VideoInterlacedV2",
|
||||
"VideoMazeV1",
|
||||
"VideoMazeV2",
|
||||
"VideoNoiseFactory",
|
||||
"VideoPyramidV1",
|
||||
"VideoRingPainter",
|
||||
"VideoTemperatureV1",
|
||||
"VideoText",
|
||||
"VideoTextV2",
|
||||
"VideoTimecode",
|
||||
"VideoTrails",
|
||||
"VideoTrailsV2",
|
||||
"VideoVignettingV1",
|
||||
"VoiceEffects",
|
||||
"VoiceEffects2",
|
||||
"WaveletCompose",
|
||||
"WaveletDecompose",
|
||||
"WinampViz",
|
||||
"WinampVizV2",
|
||||
"ZenkaiControlPromptV1",
|
||||
"ZenkaiDepthPrompt",
|
||||
"ZenkaiImagePromptV1",
|
||||
"ZenkaiImagePromptV2",
|
||||
"ZenkaiPoseMap",
|
||||
"ZenkaiPrompt",
|
||||
"ZenkaiPromptV2",
|
||||
"ZenkaiPromptV3",
|
||||
"ZenkaiPromptV4",
|
||||
"ZenkaiPromptV5",
|
||||
"ZenkaiWildcard",
|
||||
"ZenkaiWildcardV2",
|
||||
"Zenkai_IMPv1",
|
||||
"djzTiling",
|
||||
"djzTilingV2"
|
||||
],
|
||||
{
|
||||
"author": "DJZ-Nodes",
|
||||
"title_aux": "DJZ-Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/MushroomFleet/DJZ-Pedalboard": [
|
||||
[
|
||||
"DJZ_Pedalboard"
|
||||
],
|
||||
{
|
||||
"title_aux": "DJZ-Pedalboard"
|
||||
}
|
||||
],
|
||||
"https://github.com/MushroomFleet/svg-suite": [
|
||||
[
|
||||
"ConvertImageFileToSVG",
|
||||
"ConvertRasterToVectorAdvanced",
|
||||
"ConvertRawBytesToSVG",
|
||||
"SVGAdvancedPreview",
|
||||
"SVGArtGrid",
|
||||
"SVGArtGridDimensionsCalculator",
|
||||
"SVGArtGridV2",
|
||||
"SVGArtGridV3",
|
||||
"SVGArtGridV4",
|
||||
"SVGAttributeManipulation",
|
||||
"SVGBatchColorReplacer",
|
||||
"SVGColorExtractor",
|
||||
"SVGColorManipulation",
|
||||
"SVGColorReplacer",
|
||||
"SVGCompressAdvanced",
|
||||
"SVGCreateStyle",
|
||||
"SVGDefs",
|
||||
"SVGElementManipulator",
|
||||
"SVGElementSelector",
|
||||
"SVGElementStyler",
|
||||
"SVGOptimizePresets",
|
||||
"SVGPathManipulation",
|
||||
"SVGScourOptimize",
|
||||
"SVGStringReplace",
|
||||
"SVGStyler",
|
||||
"SVGStylesManager",
|
||||
"SVGThemeColorizer",
|
||||
"SVGViewBox",
|
||||
"SaveSVGAdvanced",
|
||||
"ZenkaiSVG_V1"
|
||||
],
|
||||
{
|
||||
"title_aux": "SVG Suite for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/MuziekMagie/ComfyUI-Matchering": [
|
||||
[
|
||||
"Matchering",
|
||||
@@ -12657,7 +12489,9 @@
|
||||
"FluxResolutionNode",
|
||||
"ImageSizeDetectorNode",
|
||||
"SD15ResolutionNode",
|
||||
"SDXLResolutionNode"
|
||||
"SDXLResolutionNode",
|
||||
"WAN21AdvancedResolutionNode",
|
||||
"WAN21ResolutionNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Image Size Tool"
|
||||
@@ -12764,11 +12598,14 @@
|
||||
],
|
||||
"https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": [
|
||||
[
|
||||
"LoadImageAndExtractMetadataTlant",
|
||||
"LoadRandomTxtFileTlant",
|
||||
"LoadRandomTxtFileTlantV2",
|
||||
"LoadRandomTxtFileTlantV3",
|
||||
"OllamaPromptsGeneratorTlant",
|
||||
"OllamaSimpleTextGeneratorTlant"
|
||||
"OllamaSimpleTextGeneratorTlant",
|
||||
"RandomImageLoaderTlant",
|
||||
"ReasoningLLMOutputCleaner"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-OllamaPromptsGeneratorTlant"
|
||||
@@ -13897,6 +13734,17 @@
|
||||
"title_aux": "ComfyUI-Muyan-TTS"
|
||||
}
|
||||
],
|
||||
"https://github.com/Yuan-ManX/ComfyUI-OmniGen2": [
|
||||
[
|
||||
"LoadOmniGen2Image",
|
||||
"LoadOmniGen2Model",
|
||||
"OmniGen2",
|
||||
"SaveOmniGen2Image"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-OmniGen2"
|
||||
}
|
||||
],
|
||||
"https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": [
|
||||
[
|
||||
"Long Text Generation",
|
||||
@@ -15037,6 +14885,14 @@
|
||||
"title_aux": "Caching to not Waste"
|
||||
}
|
||||
],
|
||||
"https://github.com/aleolidev/comfy_kaizen_package": [
|
||||
[
|
||||
"KaizenImageComposite"
|
||||
],
|
||||
{
|
||||
"title_aux": "Kaizen Package"
|
||||
}
|
||||
],
|
||||
"https://github.com/alessandroperilli/apw_nodes": [
|
||||
[
|
||||
"APW_CloudImageSize",
|
||||
@@ -15356,6 +15212,7 @@
|
||||
],
|
||||
"https://github.com/arcum42/ComfyUI_SageUtils": [
|
||||
[
|
||||
"SageSetWildcardText",
|
||||
"Sage_AdvSamplerInfo",
|
||||
"Sage_CacheMaintenance",
|
||||
"Sage_CheckLorasForUpdates",
|
||||
@@ -15369,10 +15226,12 @@
|
||||
"Sage_ConstructLLMPromptExtra",
|
||||
"Sage_ConstructMetadata",
|
||||
"Sage_ConstructMetadataLite",
|
||||
"Sage_CubiqImageResize",
|
||||
"Sage_DualCLIPTextEncode",
|
||||
"Sage_DualCLIPTextEncodeLumina2",
|
||||
"Sage_EmptyLatentImagePassthrough",
|
||||
"Sage_GetFileHash",
|
||||
"Sage_GuessResolutionByRatio",
|
||||
"Sage_HiDreamE1_Instruction",
|
||||
"Sage_JoinText",
|
||||
"Sage_KSampler",
|
||||
@@ -15401,6 +15260,7 @@
|
||||
"Sage_QuickResPicker",
|
||||
"Sage_SamplerInfo",
|
||||
"Sage_SaveImageWithMetadata",
|
||||
"Sage_SaveText",
|
||||
"Sage_SetText",
|
||||
"Sage_TextWeight",
|
||||
"Sage_TilingInfo",
|
||||
@@ -20761,6 +20621,22 @@
|
||||
"title_aux": "primitive-types"
|
||||
}
|
||||
],
|
||||
"https://github.com/dseditor/ComfyUI-ListHelper": [
|
||||
[
|
||||
"AudioListCombine",
|
||||
"AudioListGenerator",
|
||||
"AudioToFrameCount",
|
||||
"CeilDivide",
|
||||
"LoadVideoPath",
|
||||
"MergeVideoFilename",
|
||||
"NumberListGenerator",
|
||||
"PromptListGenerator",
|
||||
"SaveVideoPath"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ListHelper"
|
||||
}
|
||||
],
|
||||
"https://github.com/dseditor/ComfyUI-ScheduledTask": [
|
||||
[
|
||||
"DailyPromptScheduler",
|
||||
@@ -24939,6 +24815,21 @@
|
||||
"title_aux": "ComfyUI_HuggingFace_Downloader"
|
||||
}
|
||||
],
|
||||
"https://github.com/joeriben/ai4artsed_comfyui_nodes": [
|
||||
[
|
||||
"ai4artsed_openrouter_key",
|
||||
"ai4artsed_prompt_interception",
|
||||
"ai4artsed_random_artform_generator",
|
||||
"ai4artsed_random_instruction_generator",
|
||||
"ai4artsed_random_language_selector",
|
||||
"ai4artsed_stabilitai_key",
|
||||
"ai4artsed_t5_clip_fusion",
|
||||
"ai4artsed_text_remix"
|
||||
],
|
||||
{
|
||||
"title_aux": "AI4ArtsEd Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": [
|
||||
[
|
||||
"InspyrenetRembg",
|
||||
@@ -28672,6 +28563,14 @@
|
||||
"title_aux": "ComfyUI CrewAI"
|
||||
}
|
||||
],
|
||||
"https://github.com/lucak5s/comfyui_gfpgan": [
|
||||
[
|
||||
"GFPGANRestorer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI GFPGAN"
|
||||
}
|
||||
],
|
||||
"https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": [
|
||||
[
|
||||
"CatvtonFluxSampler",
|
||||
@@ -30591,6 +30490,14 @@
|
||||
"title_aux": "ComfyUI-FlowChain"
|
||||
}
|
||||
],
|
||||
"https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": [
|
||||
[
|
||||
"SeedVR2"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-SeedVR2_VideoUpscaler"
|
||||
}
|
||||
],
|
||||
"https://github.com/numz/Comfyui-Orpheus": [
|
||||
[
|
||||
"orpheus",
|
||||
@@ -31303,6 +31210,7 @@
|
||||
],
|
||||
"https://github.com/plugcrypt/CRT-Nodes": [
|
||||
[
|
||||
"AutopromptProcessor",
|
||||
"Boolean Transform",
|
||||
"CLIPTextEncodeFluxMerged",
|
||||
"CRT Post-Process Suite",
|
||||
@@ -31310,6 +31218,7 @@
|
||||
"CRT_UpscaleModelAdv",
|
||||
"ClearPreprocessorCache",
|
||||
"ClearStyleModelCache",
|
||||
"ClearStyleModelDualCache",
|
||||
"FaceEnhancementPipeline",
|
||||
"FaceEnhancementPipelineWithInjection",
|
||||
"FancyNoteNode",
|
||||
@@ -31322,6 +31231,7 @@
|
||||
"FluxTiledSamplerCustomAdvanced",
|
||||
"ImageLoaderCrawl",
|
||||
"LatentNoiseInjectionSampler",
|
||||
"LoadImageResize",
|
||||
"Lora Loader Str",
|
||||
"MaskEmptyFloatNode",
|
||||
"MaskPassOrPlaceholder",
|
||||
@@ -31335,6 +31245,8 @@
|
||||
"SimpleToggleNode",
|
||||
"SmartControlNetApply",
|
||||
"SmartStyleModelApply",
|
||||
"SmartStyleModelApplyDual",
|
||||
"SmartStyleModelApplyWithVision",
|
||||
"Toggle Lora Unet Blocks L1",
|
||||
"Toggle Lora Unet Blocks L2",
|
||||
"Video Duration Calculator"
|
||||
@@ -32157,6 +32069,14 @@
|
||||
"title_aux": "ComfyUIFlexiLoRALoader"
|
||||
}
|
||||
],
|
||||
"https://github.com/rookiepsi/comfypsi_blur_mask": [
|
||||
[
|
||||
"comfypsi_blur_mask"
|
||||
],
|
||||
{
|
||||
"title_aux": "Blur Mask"
|
||||
}
|
||||
],
|
||||
"https://github.com/rookiepsi/comfyui-extended": [
|
||||
[
|
||||
"ImageLiquify",
|
||||
@@ -32726,7 +32646,9 @@
|
||||
[
|
||||
"LanPaint_KSampler",
|
||||
"LanPaint_KSamplerAdvanced",
|
||||
"LanPaint_MaskBlend"
|
||||
"LanPaint_MaskBlend",
|
||||
"LanPaint_SamplerCustom",
|
||||
"LanPaint_SamplerCustomAdvanced"
|
||||
],
|
||||
{
|
||||
"title_aux": "LanPaint"
|
||||
@@ -33807,6 +33729,16 @@
|
||||
"title_aux": "ComfyUI_Sapiens"
|
||||
}
|
||||
],
|
||||
"https://github.com/smthemex/ComfyUI_SongGeneration": [
|
||||
[
|
||||
"SongGeneration_Sampler",
|
||||
"SongGeneration_Stage1",
|
||||
"SongGeneration_Stage2"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_SongGeneration"
|
||||
}
|
||||
],
|
||||
"https://github.com/smthemex/ComfyUI_Sonic": [
|
||||
[
|
||||
"SONICSampler",
|
||||
|
||||
Reference in New Issue
Block a user