You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1738 lines
83 KiB
1738 lines
83 KiB
{ |
|
"custom_nodes": [ |
|
{ |
|
"author": "Dr.Lt.Data", |
|
"title": "ComfyUI-Manager", |
|
"reference": "https://github.com/ltdrdata/ComfyUI-Manager", |
|
"files": [ |
|
"https://github.com/ltdrdata/ComfyUI-Manager" |
|
], |
|
"install_type": "git-clone", |
|
"description": "ComfyUI-Manager itself is also a custom node." |
|
}, |
|
{ |
|
"author": "Dr.Lt.Data", |
|
"title": "ComfyUI Impact Pack", |
|
"reference": "https://github.com/ltdrdata/ComfyUI-Impact-Pack", |
|
"files": [ |
|
"https://github.com/ltdrdata/ComfyUI-Impact-Pack" |
|
], |
|
"install_type": "git-clone", |
|
"description": "This extension offers various detector nodes and detailer nodes that allow you to configure a workflow that automatically enhances facial details. And provide iterative upscaler.<BR><p style='background-color: black; color: red;'>NOTE:MMDetDetectorProvider and other legacy nodes are disabled by default. If you want to activate these nodes and use them, please edit the impact-pack.ini file in the ComfyUI-Impact-Pack directory and change 'mmdet_skip = True' to 'mmdet_skip = False.' </p>" |
|
}, |
|
{ |
|
"author": "comfyanonymous", |
|
"title": "ComfyUI_experiments/sampler_tonemap", |
|
"reference": "https://github.com/comfyanonymous/ComfyUI_experiments", |
|
"files": [ |
|
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sampler_tonemap.py" |
|
], |
|
"install_type": "copy", |
|
"description": "ModelSamplerTonemapNoiseTest a node that makes the sampler use a simple tonemapping algorithm to tonemap the noise. It will let you use higher CFG without breaking the image. To using higher CFG lower the multiplier value. Similar to Dynamic Thresholding extension of A1111." |
|
}, |
|
{ |
|
"author": "comfyanonymous", |
|
"title": "ComfyUI_experiments/sampler_rescalecfg", |
|
"reference": "https://github.com/comfyanonymous/ComfyUI_experiments", |
|
"files": [ |
|
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sampler_rescalecfg.py" |
|
], |
|
"install_type": "copy", |
|
"description": "RescaleClassifierFreeGuidance improves the problem of images being degraded by high CFG.To using higher CFG lower the multiplier value. Similar to Dynamic Thresholding extension of A1111. (<a href='https://arxiv.org/abs/2305.08891' target='blank'/>reference paper</a>)" |
|
}, |
|
{ |
|
"author": "comfyanonymous", |
|
"title": "ComfyUI_experiments/advanced_model_merging", |
|
"reference": "https://github.com/comfyanonymous/ComfyUI_experiments", |
|
"files": [ |
|
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/advanced_model_merging.py" |
|
], |
|
"install_type": "copy", |
|
"description": "This provides a detailed model merge feature based on block weight. ModelMergeBlock, in vanilla ComfyUI, allows for adjusting the ratios of input/middle/output layers, but this node provides ratio adjustments for all blocks within each layer." |
|
}, |
|
{ |
|
"author": "comfyanonymous", |
|
"title": "ComfyUI_experiments/sdxl_model_merging", |
|
"reference": "https://github.com/comfyanonymous/ComfyUI_experiments", |
|
"files": [ |
|
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sdxl_model_merging.py" |
|
], |
|
"install_type": "copy", |
|
"description": "These nodes provide the capability to merge SDXL base models." |
|
}, |
|
{ |
|
"author": "comfyanonymous", |
|
"title": "ComfyUI_experiments/reference_only", |
|
"reference": "https://github.com/comfyanonymous/ComfyUI_experiments", |
|
"files": [ |
|
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/reference_only.py" |
|
], |
|
"install_type": "copy", |
|
"description": "This node provides functionality corresponding to Reference only in Controlnet." |
|
}, |
|
{ |
|
"author": "Stability-AI", |
|
"title": "stability-ComfyUI-nodes", |
|
"reference": "https://github.com/Stability-AI/stability-ComfyUI-nodes", |
|
"files": [ |
|
"https://github.com/Stability-AI/stability-ComfyUI-nodes" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: ColorBlend, ControlLoraSave, GetImageSize. NOTE: Control-LoRA recolor example uses these nodes." |
|
}, |
|
{ |
|
"author": "Fannovel16", |
|
"title": "ControlNet Preprocessors", |
|
"reference": "https://github.com/Fannovel16/comfy_controlnet_preprocessors", |
|
"files": [ |
|
"https://github.com/Fannovel16/comfy_controlnet_preprocessors" |
|
], |
|
"install_type": "git-clone", |
|
"description": "ControlNet Preprocessors. (To use this extension, you need to download the required model file from <B>Install Models</B>)<BR> <p style='background-color: black; color: red;'>NOTE: To use nodes belonging to <B>controlnet v1</b> such as <B>Canny_Edge_Preprocessor, MIDAS_Depth_Map_Preprocessor, Uniformer_SemSegPreprocessor, etc.</B>, you need to copy the <font color='white'>config.yaml.example</font> file to <font color='white'>config.yaml</font> and change <font color='white'>skip_v1: True</font> to <font color='white'>skip_v1: False</font>.</p>" |
|
}, |
|
{ |
|
"author": "Fannovel16", |
|
"title": "(WIP) ComfyUI's ControlNet Preprocessors auxiliary models", |
|
"reference": "https://github.com/Fannovel16/comfyui_controlnet_aux", |
|
"files": [ |
|
"https://github.com/Fannovel16/comfyui_controlnet_aux" |
|
], |
|
"install_type": "git-clone", |
|
"description": "This is a WIP rework of comfyui_controlnet_preprocessors based on ControlNet auxiliary models by 🤗. I think the old repo isn't good enough to maintain. All old workflow will still be work with this repo but the version option won't do anything. Almost all v1 preprocessors are replaced by v1.1 except those doesn't apppear in v1.1. <p style='background-color: black; color: red;'>NOTE: Please refrain from using the controlnet preprocessor alongside this installation, as it may lead to conflicts and prevent proper recognition.</p>" |
|
}, |
|
{ |
|
"author": "Fannovel16", |
|
"title": "ComfyUI-Frame-Interpolation", |
|
"reference": "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation", |
|
"files": [ |
|
"https://github.com/Fannovel16/ComfyUI-Frame-Interpolation" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: KSampler Gradually Adding More Denoise (efficient)" |
|
}, |
|
{ |
|
"author": "Fannovel16", |
|
"title": "ComfyUI-Loopchain", |
|
"reference": "https://github.com/Fannovel16/ComfyUI-Loopchain", |
|
"files": [ |
|
"https://github.com/Fannovel16/ComfyUI-Loopchain" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: EmptyLatentImageLoop" |
|
}, |
|
{ |
|
"author": "biegert", |
|
"title": "CLIPSeg", |
|
"reference": "https://github.com/biegert/ComfyUI-CLIPSeg", |
|
"files": [ |
|
"https://github.com/biegert/ComfyUI-CLIPSeg/raw/main/custom_nodes/clipseg.py" |
|
], |
|
"install_type": "copy", |
|
"description": "The CLIPSeg node generates a binary mask for a given input image and text prompt." |
|
}, |
|
{ |
|
"author": "BlenderNeko", |
|
"title": "ComfyUI Cutoff", |
|
"reference": "https://github.com/BlenderNeko/ComfyUI_Cutoff", |
|
"files": [ |
|
"https://github.com/BlenderNeko/ComfyUI_Cutoff" |
|
], |
|
"install_type": "git-clone", |
|
"description": "These custom nodes provides features that allow for better control over the effects of the text prompt." |
|
}, |
|
{ |
|
"author": "BlenderNeko", |
|
"title": "Advanced CLIP Text Encode", |
|
"reference": "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb", |
|
"files": [ |
|
"https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Advanced CLIP Text Encode (if you need A1111 like prompt. you need this. But Cutoff node includes this feature, already.)" |
|
}, |
|
{ |
|
"author": "BlenderNeko", |
|
"title": "ComfyUI Noise", |
|
"reference": "https://github.com/BlenderNeko/ComfyUI_Noise", |
|
"files": [ |
|
"https://github.com/BlenderNeko/ComfyUI_Noise" |
|
], |
|
"install_type": "git-clone", |
|
"description": "This extension contains 6 nodes for ComfyUI that allows for more control and flexibility over the noise." |
|
}, |
|
{ |
|
"author": "BlenderNeko", |
|
"title": "Tiled sampling for ComfyUI", |
|
"reference": "https://github.com/BlenderNeko/ComfyUI_TiledKSampler", |
|
"files": [ |
|
"https://github.com/BlenderNeko/ComfyUI_TiledKSampler" |
|
], |
|
"install_type": "git-clone", |
|
"description": "This extension contains a tiled sampler for ComfyUI. It allows for denoising larger images by splitting it up into smaller tiles and denoising these. It tries to minimize any seams for showing up in the end result by gradually denoising all tiles one step at the time and randomizing tile positions for every step." |
|
}, |
|
{ |
|
"author": "BlenderNeko", |
|
"title": "(WIP) SeeCoder", |
|
"reference": "https://github.com/BlenderNeko/ComfyUI_SeeCoder", |
|
"files": [ |
|
"https://github.com/BlenderNeko/ComfyUI_SeeCoder" |
|
], |
|
"install_type": "git-clone", |
|
"description": "It provides the capability to generate CLIP from an image input, unlike unCLIP, which works in all models. (To use this extension, you need to download the required model file from <B>Install Models</B>)" |
|
}, |
|
{ |
|
"author": "LucianoCirino", |
|
"title": "Efficiency Nodes for ComfyUI", |
|
"reference": "https://github.com/LucianoCirino/efficiency-nodes-comfyui", |
|
"files": [ |
|
"https://github.com/LucianoCirino/efficiency-nodes-comfyui" |
|
], |
|
"install_type": "git-clone", |
|
"description": "A collection of ComfyUI custom nodes to help streamline workflows and reduce total node count." |
|
}, |
|
{ |
|
"author": "Derfuu", |
|
"title": "Derfuu_ComfyUI_ModdedNodes", |
|
"reference": "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes", |
|
"files": [ |
|
"https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Automate calculation depending on image sizes or something you want." |
|
}, |
|
{ |
|
"author": "paulo-coronado", |
|
"title": "comfy_clip_blip_node", |
|
"reference": "https://github.com/paulo-coronado/comfy_clip_blip_node", |
|
"files": [ |
|
"https://github.com/paulo-coronado/comfy_clip_blip_node" |
|
], |
|
"install_type": "git-clone", |
|
"apt_dependency": [ |
|
"rustc", |
|
"cargo" |
|
], |
|
"description": "CLIPTextEncodeBLIP: This custom node provides a CLIP Encoder that is capable of receiving images as input." |
|
}, |
|
{ |
|
"author": "Davemane42", |
|
"title": "Visual Area Conditioning / Latent composition", |
|
"reference": "https://github.com/Davemane42/ComfyUI_Dave_CustomNode", |
|
"files": [ |
|
"https://github.com/Davemane42/ComfyUI_Dave_CustomNode" |
|
], |
|
"install_type": "git-clone", |
|
"description": "This tool provides custom nodes that allow visualization and configuration of area conditioning and latent composite." |
|
}, |
|
{ |
|
"author": "WASasquatch", |
|
"title": "WAS Node Suite", |
|
"reference": "https://github.com/WASasquatch/was-node-suite-comfyui", |
|
"pip": ["numba"], |
|
"files": [ |
|
"https://github.com/WASasquatch/was-node-suite-comfyui" |
|
], |
|
"install_type": "git-clone", |
|
"description": "A node suite for ComfyUI with many new nodes, such as image processing, text processing, and more." |
|
}, |
|
{ |
|
"author": "WASasquatch", |
|
"title": "ComfyUI Preset Merger", |
|
"reference": "https://github.com/WASasquatch/ComfyUI_Preset_Merger", |
|
"files": [ |
|
"https://github.com/WASasquatch/ComfyUI_Preset_Merger" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: ModelMergeByPreset. Merge checkpoint models by preset" |
|
}, |
|
{ |
|
"author": "WASasquatch", |
|
"title": "PPF_Noise_ComfyUI", |
|
"reference": "https://github.com/WASasquatch/PPF_Noise_ComfyUI", |
|
"files": [ |
|
"https://github.com/WASasquatch/PPF_Noise_ComfyUI" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: WAS_PFN_Latent. Perlin Power Fractal Noisey Latents" |
|
}, |
|
{ |
|
"author": "omar92", |
|
"title": "Quality of life Suit:V2", |
|
"reference": "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92", |
|
"files": [ |
|
"https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92" |
|
], |
|
"install_type": "git-clone", |
|
"description": "openAI suite, String suite, Latent Tools, Image Tools: These custom nodes provide expanded functionality for image and string processing, latent processing, as well as the ability to interface with models such as ChatGPT/DallE-2." |
|
}, |
|
{ |
|
"author": "lilly1987", |
|
"title": "simple wildcard for ComfyUI", |
|
"reference": "https://github.com/lilly1987/ComfyUI_node_Lilly", |
|
"files": [ |
|
"https://github.com/lilly1987/ComfyUI_node_Lilly" |
|
], |
|
"install_type": "git-clone", |
|
"description": "These custom nodes provides a feature to insert arbitrary inputs through wildcards in the prompt. Additionally, this tool provides features that help simplify workflows, such as VAELoaderDecoder and SimplerSample." |
|
}, |
|
{ |
|
"author": "sylym", |
|
"title": "Vid2vid", |
|
"reference": "https://github.com/sylym/comfy_vid2vid", |
|
"files": [ |
|
"https://github.com/sylym/comfy_vid2vid" |
|
], |
|
"install_type": "git-clone", |
|
"description": "A node suite for ComfyUI that allows you to load image sequence and generate new image sequence with different styles or content." |
|
}, |
|
{ |
|
"author": "EllangoK", |
|
"title": "ComfyUI-post-processing-nodes", |
|
"reference": "https://github.com/EllangoK/ComfyUI-post-processing-nodes", |
|
"files": [ |
|
"https://github.com/EllangoK/ComfyUI-post-processing-nodes" |
|
], |
|
"install_type": "git-clone", |
|
"description": "A collection of post processing nodes for ComfyUI, simply download this repo and drag." |
|
}, |
|
{ |
|
"author": "LEv145", |
|
"title": "ImagesGrid", |
|
"reference": "https://github.com/LEv145/images-grid-comfy-plugin", |
|
"files": [ |
|
"https://github.com/LEv145/images-grid-comfy-plugin" |
|
], |
|
"install_type": "git-clone", |
|
"description": "This tool provides a viewer node that allows for checking multiple outputs in a grid, similar to the X/Y Plot extension." |
|
}, |
|
{ |
|
"author": "diontimmer", |
|
"title": "ComfyUI-Vextra-Nodes", |
|
"reference": "https://github.com/diontimmer/ComfyUI-Vextra-Nodes", |
|
"files": [ |
|
"https://github.com/diontimmer/ComfyUI-Vextra-Nodes" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: Pixel Sort, Swap Color Mode, Solid Color, Glitch This, Add Text To Image, Play Sound, Prettify Prompt, Generate Noise, Flatten Colors" |
|
}, |
|
{ |
|
"author": "hnmr293", |
|
"title": "ComfyUI-nodes-hnmr", |
|
"reference": "https://github.com/hnmr293/ComfyUI-nodes-hnmr", |
|
"files": [ |
|
"https://github.com/hnmr293/ComfyUI-nodes-hnmr" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Provide various custom nodes for Latent, Sampling, Model, Loader, Image, Text" |
|
}, |
|
{ |
|
"author": "BadCafeCode", |
|
"title": "Masquerade Nodes", |
|
"reference": "https://github.com/BadCafeCode/masquerade-nodes-comfyui", |
|
"files": [ |
|
"https://github.com/BadCafeCode/masquerade-nodes-comfyui" |
|
], |
|
"install_type": "git-clone", |
|
"description": "This is a node pack for ComfyUI, primarily dealing with masks." |
|
}, |
|
{ |
|
"author": "guoyk93", |
|
"title": "y.k.'s ComfyUI node suite", |
|
"reference": "https://github.com/guoyk93/yk-node-suite-comfyui", |
|
"files": [ |
|
"https://github.com/guoyk93/yk-node-suite-comfyui" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: YKImagePadForOutpaint, YKMaskToImage" |
|
}, |
|
{ |
|
"author": "Jcd1230", |
|
"title": "Rembg Background Removal Node for ComfyUI", |
|
"reference": "https://github.com/Jcd1230/rembg-comfyui-node", |
|
"files": [ |
|
"https://github.com/Jcd1230/rembg-comfyui-node" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: Image Remove Background (rembg)" |
|
}, |
|
{ |
|
"author": "gamert", |
|
"title": "ComfyUI_tagger", |
|
"reference": "https://github.com/gamert/ComfyUI_tagger", |
|
"pip": ["gradio"], |
|
"files": [ |
|
"https://github.com/gamert/ComfyUI_tagger" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: CLIPTextEncodeTaggerDD, ImageTaggerDD. <p style='background-color: black; color: red;'>WARNING: Installing the current version is causing an issue where ComfyUI fails to start.</p>" |
|
}, |
|
{ |
|
"author": "YinBailiang", |
|
"title": "MergeBlockWeighted_fo_ComfyUI", |
|
"reference": "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI", |
|
"files": [ |
|
"https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: MergeBlockWeighted" |
|
}, |
|
{ |
|
"author": "trojblue", |
|
"title": "trNodes", |
|
"reference": "https://github.com/trojblue/trNodes", |
|
"files": [ |
|
"https://github.com/trojblue/trNodes" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: image_layering, color_correction, model_router" |
|
}, |
|
{ |
|
"author": "szhublox", |
|
"title": "Auto-MBW", |
|
"reference": "https://github.com/szhublox/ambw_comfyui", |
|
"files": [ |
|
"https://github.com/szhublox/ambw_comfyui" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Auto-MBW for ComfyUI loosely based on sdweb-auto-MBW. Nodes: auto merge block weighted" |
|
}, |
|
{ |
|
"author": "city96", |
|
"title": "ComfyUI_NetDist", |
|
"reference": "https://github.com/city96/ComfyUI_NetDist", |
|
"files": [ |
|
"https://github.com/city96/ComfyUI_NetDist" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Run ComfyUI workflows on multiple local GPUs/networked machines. Nodes: Remote images, Local Remote control" |
|
}, |
|
{ |
|
"author": "city96", |
|
"title": "Latent-Interposer", |
|
"reference": "https://github.com/city96/SD-Latent-Interposer", |
|
"files": [ |
|
"https://github.com/city96/SD-Latent-Interposer" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Custom node to convert the lantents between SDXL and SD v1.5 directly without the VAE decoding/encoding step." |
|
}, |
|
{ |
|
"author": "city96", |
|
"title": "SD-Advanced-Noise", |
|
"reference": "https://github.com/city96/SD-Advanced-Noise", |
|
"files": [ |
|
"https://github.com/city96/SD-Advanced-Noise" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: LatentGaussianNoise, MathEncode. An experimental custom node that generates latent noise directly by utilizing the linear characteristics of the latent space." |
|
}, |
|
{ |
|
"author": "city96", |
|
"title": "SD-Latent-Upscaler", |
|
"reference": "https://github.com/city96/SD-Latent-Upscaler", |
|
"files": [ |
|
"https://github.com/city96/SD-Latent-Upscaler" |
|
], |
|
"pip": ["huggingface-hub"], |
|
"install_type": "git-clone", |
|
"description": "Upscaling stable diffusion latents using a small neural network." |
|
}, |
|
{ |
|
"author": "Kaharos94", |
|
"title": "ComfyUI-Saveaswebp", |
|
"reference": "https://github.com/Kaharos94/ComfyUI-Saveaswebp", |
|
"files": [ |
|
"https://github.com/Kaharos94/ComfyUI-Saveaswebp" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Save a picture as Webp file in Comfy + Workflow loading" |
|
}, |
|
{ |
|
"author": "chenbaiyujason", |
|
"title": "sc-node-comfyui", |
|
"reference": "https://github.com/chenbaiyujason/sc-node-comfyui", |
|
"files": [ |
|
"https://github.com/chenbaiyujason/sc-node-comfyui" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes for GPT interaction and text manipulation" |
|
}, |
|
{ |
|
"author": "SLAPaper", |
|
"title": "ComfyUI-Image-Selector", |
|
"reference": "https://github.com/SLAPaper/ComfyUI-Image-Selector", |
|
"files": [ |
|
"https://github.com/SLAPaper/ComfyUI-Image-Selector" |
|
], |
|
"install_type": "git-clone", |
|
"description": "A custom node for ComfyUI, which can select one or some of images from a batch." |
|
}, |
|
{ |
|
"author": "flyingshutter", |
|
"title": "As_ComfyUI_CustomNodes", |
|
"reference": "https://github.com/flyingshutter/As_ComfyUI_CustomNodes", |
|
"files": [ |
|
"https://github.com/flyingshutter/As_ComfyUI_CustomNodes" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Manipulation nodes for Image, Latent" |
|
}, |
|
{ |
|
"author": "Zuellni", |
|
"title": "Zuellni/ComfyUI-Custom-Nodes", |
|
"reference": "https://github.com/Zuellni/ComfyUI-Custom-Nodes", |
|
"files": [ |
|
"https://github.com/Zuellni/ComfyUI-Custom-Nodes" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: DeepFloyd, Filter, Select, Save, Decode, Encode, Repeat, Noise, Noise" |
|
}, |
|
{ |
|
"author": "AlekPet", |
|
"title": "AlekPet/ComfyUI_Custom_Nodes_AlekPet", |
|
"reference": "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet", |
|
"files": [ |
|
"https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: PoseNode, TranslateCLIPTextEncodeNode" |
|
}, |
|
{ |
|
"author": "pythongosssss", |
|
"title": "ComfyUI WD 1.4 Tagger", |
|
"reference": "https://github.com/pythongosssss/ComfyUI-WD14-Tagger", |
|
"files": [ |
|
"https://github.com/pythongosssss/ComfyUI-WD14-Tagger" |
|
], |
|
"install_type": "git-clone", |
|
"description": "A ComfyUI extension allowing the interrogation of booru tags from images." |
|
}, |
|
{ |
|
"author": "strimmlarn", |
|
"title": "ComfyUI_Strimmlarns_aesthetic_score", |
|
"reference": "https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score", |
|
"js_path": "strimmlarn", |
|
"files": [ |
|
"https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: CalculateAestheticScore, LoadAesteticModel, AesthetlcScoreSorter, ScoreToNumber" |
|
}, |
|
{ |
|
"author": "tinyterra", |
|
"title": "tinyterraNodes", |
|
"reference": "https://github.com/tinyterra/ComfyUI_tinyterraNodes", |
|
"files": [ |
|
"https://github.com/TinyTerra/ComfyUI_tinyterraNodes" |
|
], |
|
"install_type": "git-clone", |
|
"nodename_pattern": "^ttN ", |
|
"description": "Nodes: pipeLoader, pipeKSampler, assorted pipe utils, imageOutput, imageRemBG, 3x TXT Loader MultiConcat, +more" |
|
}, |
|
{ |
|
"author": "Jordach", |
|
"title": "comfy-plasma", |
|
"reference": "https://github.com/Jordach/comfy-plasma", |
|
"files": [ |
|
"https://github.com/Jordach/comfy-plasma" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: Plasma Noise, Random Noise, Greyscale Noise, Pink Noise, Brown Noise, Plasma KSampler" |
|
}, |
|
{ |
|
"author": "bvhari", |
|
"title": "ImageProcessing", |
|
"reference": "https://github.com/bvhari/ComfyUI_ImageProcessing", |
|
"files": [ |
|
"https://github.com/bvhari/ComfyUI_ImageProcessing" |
|
], |
|
"install_type": "git-clone", |
|
"description": "ComfyUI custom nodes to apply various image processing techniques." |
|
}, |
|
{ |
|
"author": "bvhari", |
|
"title": "LatentToRGB", |
|
"reference": "https://github.com/bvhari/ComfyUI_LatentToRGB", |
|
"files": [ |
|
"https://github.com/bvhari/ComfyUI_LatentToRGB" |
|
], |
|
"install_type": "git-clone", |
|
"description": "ComfyUI custom node to convert latent to RGB." |
|
}, |
|
{ |
|
"author": "ssitu", |
|
"title": "UltimateSDUpscale", |
|
"reference": "https://github.com/ssitu/ComfyUI_UltimateSDUpscale", |
|
"files": [ |
|
"https://github.com/ssitu/ComfyUI_UltimateSDUpscale" |
|
], |
|
"install_type": "git-clone", |
|
"description": "ComfyUI nodes for the Ultimate Stable Diffusion Upscale script by Coyote-A." |
|
}, |
|
{ |
|
"author": "ssitu", |
|
"title": "NestedNodeBuilder", |
|
"reference": "https://github.com/ssitu/ComfyUI_NestedNodeBuilder", |
|
"files": [ |
|
"https://github.com/ssitu/ComfyUI_NestedNodeBuilder" |
|
], |
|
"install_type": "git-clone", |
|
"description": "This extension provides the ability to combine multiple nodes into a single node." |
|
}, |
|
{ |
|
"author": "ssitu", |
|
"title": "Restart Sampling", |
|
"reference": "https://github.com/ssitu/ComfyUI_restart_sampling", |
|
"files": [ |
|
"https://github.com/ssitu/ComfyUI_restart_sampling" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Unofficial ComfyUI nodes for restart sampling based on the paper 'Restart Sampling for Improving Generative Processes' <a href='https://arxiv.org/abs/2306.14878' target='blank'>[paper]</a> <a href='https://github.com/Newbeeer/diffusion_restart_sampling' target='blank'>[repo]</a>" |
|
}, |
|
{ |
|
"author": "ssitu", |
|
"title": "ComfyUI roop", |
|
"reference": "https://github.com/ssitu/ComfyUI_roop", |
|
"files": [ |
|
"https://github.com/ssitu/ComfyUI_roop" |
|
], |
|
"install_type": "git-clone", |
|
"description": "ComfyUI nodes for the roop A1111 webui script." |
|
}, |
|
{ |
|
"author": "space-nuko", |
|
"title": "Disco Diffusion", |
|
"reference": "https://github.com/space-nuko/ComfyUI-Disco-Diffusion", |
|
"files": [ |
|
"https://github.com/space-nuko/ComfyUI-Disco-Diffusion" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Modularized version of Disco Diffusion for use with ComfyUI." |
|
}, |
|
{ |
|
"author": "space-nuko", |
|
"title": "OpenPose Editor", |
|
"reference": "https://github.com/space-nuko/ComfyUI-OpenPose-Editor", |
|
"files": [ |
|
"https://github.com/space-nuko/ComfyUI-OpenPose-Editor" |
|
], |
|
"install_type": "git-clone", |
|
"description": "A port of the openpose-editor extension for stable-diffusion-webui. NOTE: Requires <a href='https://github.com/comfyanonymous/ComfyUI/pull/711' target='blank'>this ComfyUI patch</a> to work correctly" |
|
}, |
|
{ |
|
"author": "space-nuko", |
|
"title": "nui suite", |
|
"reference": "https://github.com/space-nuko/nui-suite", |
|
"files": [ |
|
"https://github.com/space-nuko/nui-suite" |
|
], |
|
"install_type": "git-clone", |
|
"description": "NODES: Dynamic Prompts Text Encode, Feeling Lucky Text Encode, Output String" |
|
}, |
|
{ |
|
"author": "Nourepide", |
|
"title": "Allor Plugin", |
|
"reference": "https://github.com/Nourepide/ComfyUI-Allor", |
|
"files": [ |
|
"https://github.com/Nourepide/ComfyUI-Allor" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Allor is a plugin for ComfyUI with an emphasis on transparency and performance.<BR><p style='background-color: black; color: red;'>NOTE: If you do not disable the default node override feature in the settings, the built-in nodes, namely ImageScale and ImageScaleBy nodes, will be disabled. (ref: <a href='https://github.com/Nourepide/ComfyUI-Allor#configuration' target='blank'>Configutation</a>)</p>" |
|
}, |
|
{ |
|
"author": "pythongosssss", |
|
"title": "pythongosssss/ComfyUI-Custom-Scripts", |
|
"reference": "https://github.com/pythongosssss/ComfyUI-Custom-Scripts", |
|
"files": [ |
|
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts" |
|
], |
|
"install_type": "git-clone", |
|
"description": "This extension provides: Auto Arrange Graph, Workflow SVG, Favicon Status, Image Feed, Latent Upscale By, Lock Nodes & Groups, Lora Subfolders, Preset Text, Show Text, Touch Support, Link Render Mode, Locking, Node Finder, Quick Nodes, Show Image On Menu, Show Text, Workflow Managements, Custom Widget Default Values" |
|
}, |
|
{ |
|
"author": "melMass", |
|
"title": "MTB Nodes", |
|
"reference": "https://github.com/melMass/comfy_mtb", |
|
"files": [ |
|
"https://github.com/melMass/comfy_mtb" |
|
], |
|
"nodename_pattern": "\\(mtb\\)$", |
|
"install_type": "git-clone", |
|
"description": "NODES: Face Swap, Film Interpolation, Latent Lerp, Int To Number, Bounding Box, Crop, Uncrop, ImageBlur, Denoise, ImageCompare, RGV to HSV, HSV to RGB, Color Correct, Modulo, Deglaze Image, Smart Step, ..." |
|
}, |
|
{ |
|
"author": "xXAdonesXx", |
|
"title": "NodeGPT", |
|
"reference": "https://github.com/xXAdonesXx/NodeGPT", |
|
"files": [ |
|
"https://github.com/xXAdonesXx/NodeGPT/raw/main/Textnode.py" |
|
], |
|
"install_type": "copy", |
|
"description": "ComfyUI Extension Nodes for Automated Text Generation." |
|
}, |
|
{ |
|
"author": "asd417", |
|
"title": "CheckpointTomeLoader", |
|
"reference": "https://github.com/asd417/tomeSD_for_Comfy", |
|
"files": [ |
|
"https://github.com/ltdrdata/ComfyUI-tomeSD-installer" |
|
], |
|
"install_type": "git-clone", |
|
"description": "tomeSD(https://github.com/dbolya/tomesd) applied to ComfyUI stable diffusion UI using custom node. <B>Note:In vanilla ComfyUI, the TomePatchModel node is provided as a built-in feature.</B>" |
|
}, |
|
{ |
|
"author": "RockOfFire", |
|
"title": "ComfyUI_Comfyroll_CustomNodes", |
|
"reference": "https://github.com/RockOfFire/ComfyUI_Comfyroll_CustomNodes", |
|
"files": [ |
|
"https://github.com/RockOfFire/ComfyUI_Comfyroll_CustomNodes" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Custom nodes for SDXL and SD1.5 including Multi-ControlNet, LoRA, Aspect Ratio, Process Switches, and many more nodes." |
|
}, |
|
{ |
|
"author": "bmad4ever", |
|
"title": "ComfyUI-Bmad-DirtyUndoRedo", |
|
"reference": "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo", |
|
"files": [ |
|
"https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo" |
|
], |
|
"install_type": "git-clone", |
|
"description": "ComfyUI extension that adds undo (and redo) functionality." |
|
}, |
|
{ |
|
"author": "FizzleDorf", |
|
"title": "FizzNodes", |
|
"reference": "https://github.com/FizzleDorf/ComfyUI_FizzNodes", |
|
"files": [ |
|
"https://github.com/FizzleDorf/ComfyUI_FizzNodes" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Custom animation and utility nodes for Comfyui." |
|
}, |
|
{ |
|
"author": "FizzleDorf", |
|
"title": "AIT", |
|
"reference": "https://github.com/FizzleDorf/AIT", |
|
"files": [ |
|
"https://github.com/FizzleDorf/AIT" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: Load AITemplate, Load AITemplate (ControlNet), VAE Decode (AITemplate), VAE Encode (AITemplate), VAE Encode (AITemplate, Inpaint). Experimental usage of AITemplate" |
|
}, |
|
{ |
|
"author": "filipemeneses", |
|
"title": "Pixelization", |
|
"reference": "https://github.com/filipemeneses/comfy_pixelization", |
|
"files": [ |
|
"https://github.com/filipemeneses/comfy_pixelization" |
|
], |
|
"install_type": "git-clone", |
|
"description": "ComfyUI node that pixelizes images." |
|
}, |
|
{ |
|
"author": "shiimizu", |
|
"title": "smZNodes", |
|
"reference": "https://github.com/shiimizu/ComfyUI_smZNodes", |
|
"files": [ |
|
"https://github.com/shiimizu/ComfyUI_smZNodes" |
|
], |
|
"install_type": "git-clone", |
|
"description": "NODES: CLIP Text Encode++. Achieve identical embeddings from stable-diffusion-webui for ComfyUI." |
|
}, |
|
{ |
|
"author": "ZaneA", |
|
"title": "ImageReward", |
|
"reference": "https://github.com/ZaneA/ComfyUI-ImageReward", |
|
"files": [ |
|
"https://github.com/ZaneA/ComfyUI-ImageReward" |
|
], |
|
"install_type": "git-clone", |
|
"description": "NODES: ImageRewardLoader, ImageRewardScore" |
|
}, |
|
{ |
|
"author": "SeargeDP", |
|
"title": "SeargeSDXL", |
|
"reference": "https://github.com/SeargeDP/SeargeSDXL", |
|
"files": [ |
|
"https://github.com/SeargeDP/SeargeSDXL" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Custom nodes for easier use of SDXL in ComfyUI including an img2img workflow that utilizes both the base and refiner checkpoints." |
|
}, |
|
{ |
|
"author": "cubiq", |
|
"title": "Simple Math", |
|
"reference": "https://github.com/cubiq/ComfyUI_SimpleMath", |
|
"files": [ |
|
"https://github.com/cubiq/ComfyUI_SimpleMath" |
|
], |
|
"install_type": "git-clone", |
|
"description": "custom node for ComfyUI to perform simple math operations" |
|
}, |
|
{ |
|
"author": "shockz0rz", |
|
"title": "InterpolateEverything", |
|
"reference": "https://github.com/shockz0rz/ComfyUI_InterpolateEverything", |
|
"files": [ |
|
"https://github.com/shockz0rz/ComfyUI_InterpolateEverything" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: Interpolate Poses, Interpolate Lineart, ... Custom nodes for interpolating between, well, everything in the Stable Diffusion ComfyUI." |
|
}, |
|
{ |
|
"author": "yolanother", |
|
"title": "DTAIComfyPromptAgent", |
|
"reference": "https://github.com/yolanother/DTAIComfyPromptAgent", |
|
"files": [ |
|
"https://github.com/yolanother/DTAIComfyPromptAgent" |
|
], |
|
"install_type": "git-clone", |
|
"description": "This script provides a prompt agent node for the Comfy UI stable diffusion client." |
|
}, |
|
{ |
|
"author": "sipherxyz", |
|
"title": "comfyui-art-venture", |
|
"reference": "https://github.com/sipherxyz/comfyui-art-venture", |
|
"files": [ |
|
"https://github.com/sipherxyz/comfyui-art-venture" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: ImagesConcat, LoadImageFromUrl, AV_UploadImage" |
|
}, |
|
{ |
|
"author": "SOELexicon", |
|
"title": "LexMSDBNodes", |
|
"reference": "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes", |
|
"files": [ |
|
"https://github.com/SOELexicon/ComfyUI-LexMSDBNodes" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: MSSqlTableNode, MSSqlSelectNode. This extension provides custom nodes to interact with MSSQL." |
|
}, |
|
{ |
|
"author": "pants007", |
|
"title": "pants", |
|
"reference": "https://github.com/pants007/comfy-pants", |
|
"files": [ |
|
"https://github.com/pants007/comfy-pants" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: Make Square Node, Interrogate Node, TextEncodeAIO" |
|
}, |
|
{ |
|
"author": "evanspearman", |
|
"title": "ComfyMath", |
|
"reference": "https://github.com/evanspearman/ComfyMath", |
|
"files": [ |
|
"https://github.com/evanspearman/ComfyMath" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Provides Math Nodes for ComfyUI. Boolean Logic, Integer Arithmetic, Floating Point Arithmetic and Functions, Vec2, Vec3, and Vec4 Arithmetic and Functions" |
|
}, |
|
{ |
|
"author": "civitai", |
|
"title": "comfy-nodes", |
|
"reference": "https://github.com/civitai/comfy-nodes", |
|
"files": [ |
|
"https://github.com/civitai/comfy-nodes" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: CivitAI_Loaders. Load Checkpoints, and LORA models directly from CivitAI API." |
|
}, |
|
{ |
|
"author": "andersxa", |
|
"title": "CLIP Directional Prompt Attention", |
|
"reference": "https://github.com/andersxa/comfyui-PromptAttention", |
|
"files": [ |
|
"https://github.com/andersxa/comfyui-PromptAttention" |
|
], |
|
"pip": ["scikit-learn", "matplotlib"], |
|
"install_type": "git-clone", |
|
"description": "Nodes: CLIP Directional Prompt Attention Encode. Direction prompt attention tries to solve the problem of contextual words (or parts of the prompt) having an effect on much later or irrelevant parts of the prompt." |
|
}, |
|
{ |
|
"author": "ArtVentureX", |
|
"title": "AnimateDiff", |
|
"reference": "https://github.com/ArtVentureX/comfyui-animatediff", |
|
"pip": ["flash_attn"], |
|
"files": [ |
|
"https://github.com/ArtVentureX/comfyui-animatediff" |
|
], |
|
"install_type": "git-clone", |
|
"description": "AnimateDiff integration for ComfyUI, adapts from sd-webui-animatediff.<br><p style='background-color: black; color: red;'>You only need to download one of <a href='https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v14.ckpt' target='blank'>mm_sd_v14.ckpt</a> | <a href='https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt' target='blank'>mm_sd_v15.ckpt</a>. Put the model weights under <font color='white'>ComfyUI/custom_nodes/comfyui-animatediff/models</font>. DO NOT change model filename.</p>" |
|
}, |
|
{ |
|
"author": "twri", |
|
"title": "SDXL Prompt Styler", |
|
"reference": "https://github.com/twri/sdxl_prompt_styler", |
|
"files": [ |
|
"https://github.com/twri/sdxl_prompt_styler" |
|
], |
|
"install_type": "git-clone", |
|
"description": "SDXL Prompt Styler is a node that enables you to style prompts based on predefined templates stored in a JSON file." |
|
}, |
|
{ |
|
"author": "daxthin", |
|
"title": "facedetailer", |
|
"reference": "https://github.com/daxthin/facedetailer", |
|
"files": [ |
|
"https://github.com/daxthin/facedetailer" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Face Detailer is a custom node for the 'ComfyUI' framework inspired by !After Detailer extension from auto1111, it allows you to detect faces using Mediapipe and YOLOv8n to create masks for the detected faces." |
|
}, |
|
{ |
|
"author": "asagi4", |
|
"title": "ComfyUI prompt control", |
|
"reference": "https://github.com/asagi4/comfyui-prompt-control", |
|
"files": [ |
|
"https://github.com/asagi4/comfyui-prompt-control" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes for convenient prompt editing. The aim is to make basic generations in ComfyUI completely prompt-controllable." |
|
}, |
|
{ |
|
"author": "jamesWalker55", |
|
"title": "ComfyUI - P2LDGAN Node", |
|
"reference": "https://github.com/jamesWalker55/comfyui-p2ldgan", |
|
"files": [ |
|
"https://github.com/jamesWalker55/comfyui-p2ldgan" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: P2LDGAN. This integrates P2LDGAN into ComfyUI. P2LDGAN extracts lineart from input images.<BR><p style='background-color: black; color: red;'>To use this extension, you need to download the <a href='https://drive.google.com/file/d/1To4V_Btc3QhCLBWZ0PdSNgC1cbm3isHP' target='blank'>p2ldgan model</a> and save it in the <font color='white'>ComfyUI/custom_nodes/comfyui-p2ldgan/checkpoints</font> directory.</p>" |
|
}, |
|
{ |
|
"author": "jamesWalker55", |
|
"title": "Various ComfyUI Nodes by Type", |
|
"reference": "https://github.com/jamesWalker55/comfyui-various", |
|
"files": [ |
|
"https://github.com/jamesWalker55/comfyui-various" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: JWInteger, JWFloat, JWString, JWImageLoadRGB, JWImageResize, ..." |
|
}, |
|
{ |
|
"author": "adieyal", |
|
"title": "DynamicPrompts Custom Nodes", |
|
"reference": "https://github.com/adieyal/comfyui-dynamicprompts", |
|
"files": [ |
|
"https://github.com/adieyal/comfyui-dynamicprompts" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: Random Prompts, Combinatorial Prompts, I'm Feeling Lucky, Magic Prompt, Jinja2 Templates. ComfyUI-DynamicPrompts is a custom nodes library that integrates into your existing ComfyUI Library. It provides nodes that enable the use of Dynamic Prompts in your ComfyUI." |
|
}, |
|
{ |
|
"author": "mihaiiancu", |
|
"title": "mihaiiancu/Inpaint", |
|
"reference": "https://github.com/mihaiiancu/ComfyUI_Inpaint", |
|
"files": [ |
|
"https://github.com/mihaiiancu/ComfyUI_Inpaint" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: InpaintMediapipe. This node provides a simple interface to inpaint." |
|
}, |
|
{ |
|
"author": "kwaroran", |
|
"title": "abg-comfyui", |
|
"reference": "https://github.com/kwaroran/abg-comfyui", |
|
"files": [ |
|
"https://github.com/kwaroran/abg-comfyui" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: Remove Image Background (abg). A Anime Background Remover node for comfyui, based on this hf space, works same as AGB extention in automatic1111." |
|
}, |
|
{ |
|
"author": "bash-j", |
|
"title": "Mikey Nodes", |
|
"reference": "https://github.com/bash-j/mikey_nodes", |
|
"files": [ |
|
"https://github.com/bash-j/mikey_nodes" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: Prompt With Style, Prompt With SDXL, Resize Image for SDXL, Save Image With Prompt Data, HaldCLUT, Empty Latent Ratio Select/Custom SDXL" |
|
}, |
|
{ |
|
"author": "failfa.st", |
|
"title": "failfast-comfyui-extensions", |
|
"reference": "https://github.com/failfa-st/failfast-comfyui-extensions", |
|
"files": [ |
|
"https://github.com/failfa-st/failfast-comfyui-extensions" |
|
], |
|
"install_type": "git-clone", |
|
"description": "node color customization, custom colors, dot reroutes, link rendering options, straight lines, group freezing, node pinning, automated arrangement of nodes, copy image" |
|
}, |
|
{ |
|
"author": "Pfaeff", |
|
"title": "pfaeff-comfyui", |
|
"reference": "https://github.com/Pfaeff/pfaeff-comfyui", |
|
"files": [ |
|
"https://github.com/Pfaeff/pfaeff-comfyui" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: AstropulsePixelDetector, BackgroundRemover, ImagePadForBetterOutpaint, InpaintingPipelineLoader, Inpainting, ..." |
|
}, |
|
{ |
|
"author": "wallish77", |
|
"title": "wlsh_nodes", |
|
"reference": "https://github.com/wallish77/wlsh_nodes", |
|
"files": [ |
|
"https://github.com/wallish77/wlsh_nodes" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: Checkpoint Loader with Name, Save Prompt Info, Outpaint to Image, CLIP Positive-Negative, SDXL Quick Empty Latent, Empty Latent by Ratio, Time String, SDXL Steps, SDXL Resolutions ..." |
|
}, |
|
{ |
|
"author": "Kosinkadink", |
|
"title": "ComfyUI-Advanced-ControlNet", |
|
"reference": "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet", |
|
"files": [ |
|
"https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: ControlNetLoaderAdvanced, DiffControlNetLoaderAdvanced, ScaledSoftControlNetWeights, SoftControlNetWeights, CustomControlNetWeights, SoftT2IAdapterWeights, CustomT2IAdapterWeights" |
|
}, |
|
{ |
|
"author": "Gourieff", |
|
"title": "ReActor Node 0.1.0 for ComfyUI", |
|
"reference": "https://github.com/Gourieff/comfyui-reactor-node", |
|
"files": [ |
|
"https://github.com/Gourieff/comfyui-reactor-node" |
|
], |
|
"install_type": "git-clone", |
|
"description": "The Fast and Simple 'roop-like' Face Swap Extension Node for ComfyUI, based on ReActor (ex Roop-GE) SD-WebUI Face Swap Extension" |
|
}, |
|
{ |
|
"author": "imb101", |
|
"title": "FaceSwap", |
|
"reference": "https://github.com/imb101/ComfyUI-FaceSwap", |
|
"files": [ |
|
"https://github.com/imb101/ComfyUI-FaceSwap" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes:FaceSwapNode. Very basic custom node to enable face swapping in ComfyUI. (roop)" |
|
}, |
|
{ |
|
"author": "Chaoses-Ib", |
|
"title": "ComfyUI_Ib_CustomNodes", |
|
"reference": "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes", |
|
"files": [ |
|
"https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: LoadImageFromPath. Load Image From Path loads the image from the source path and does not have such problems." |
|
}, |
|
{ |
|
"author": "AIrjen", |
|
"title": "One Button Prompt", |
|
"reference": "https://github.com/AIrjen/OneButtonPrompt", |
|
"files": [ |
|
"https://github.com/AIrjen/OneButtonPrompt" |
|
], |
|
"install_type": "git-clone", |
|
"description": "One Button Prompt has a prompt generation node for beginners who have problems writing a good prompt, or advanced users who want to get inspired. It generates an entire prompt from scratch. It is random, but controlled. You simply load up the script and press generate, and let it surprise you." |
|
}, |
|
{ |
|
"author": "coreyryanhanson", |
|
"title": "ComfyQR", |
|
"reference": "https://github.com/coreyryanhanson/ComfyQR", |
|
"files": [ |
|
"https://github.com/coreyryanhanson/ComfyQR" |
|
], |
|
"install_type": "git-clone", |
|
"description": "QR generation within ComfyUI. Contains nodes suitable for workflows from generating basic QR images to techniques with advanced QR masking." |
|
}, |
|
{ |
|
"author": "coreyryanhanson", |
|
"title": "ComfyQR-scanning-nodes", |
|
"reference": "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes", |
|
"files": [ |
|
"https://github.com/coreyryanhanson/ComfyQR-scanning-nodes" |
|
], |
|
"install_type": "git-clone", |
|
"description": "A set of ComfyUI nodes to quickly test generated QR codes for scannability. A companion project to ComfyQR." |
|
}, |
|
{ |
|
"author": "dimtoneff", |
|
"title": "ComfyUI PixelArt Detector", |
|
"reference": "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector", |
|
"files": [ |
|
"https://github.com/dimtoneff/ComfyUI-PixelArt-Detector" |
|
], |
|
"install_type": "git-clone", |
|
"description": "This node manipulates the pixel art image in ways that it should look pixel perfect (downscales, changes palette, upscales etc.)." |
|
}, |
|
{ |
|
"author": "dimtoneff", |
|
"title": "Eagle PNGInfo", |
|
"reference": "https://github.com/hylarucoder/ComfyUI-Eagle-PNGInfo", |
|
"files": [ |
|
"https://github.com/hylarucoder/ComfyUI-Eagle-PNGInfo" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: EagleImageNode" |
|
}, |
|
{ |
|
"author": "theUpsider", |
|
"title": "Styles CSV Loader Extension for ComfyUI", |
|
"reference": "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader", |
|
"files": [ |
|
"https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader" |
|
], |
|
"install_type": "git-clone", |
|
"description": "This extension allows users to load styles from a CSV file, primarily for migration purposes from the automatic1111 Stable Diffusion web UI." |
|
}, |
|
{ |
|
"author": "M1kep", |
|
"title": "ComfyLiterals", |
|
"reference": "https://github.com/M1kep/ComfyLiterals", |
|
"files": [ |
|
"https://github.com/M1kep/ComfyLiterals" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: Int, Float, String, Operation, Checkpoint" |
|
}, |
|
{ |
|
"author": "uarefans", |
|
"title": "ComfyUI-Fans", |
|
"reference": "https://github.com/uarefans/ComfyUI-Fans", |
|
"files": [ |
|
"https://github.com/uarefans/ComfyUI-Fans" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: Fans Styler (Max 10 Style), Fans Text Concat (Until 10 text)." |
|
}, |
|
{ |
|
"author": "NicholasMcCarthy", |
|
"title": "ComfyUI_TravelSuite", |
|
"reference": "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite", |
|
"files": [ |
|
"https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite" |
|
], |
|
"install_type": "git-clone", |
|
"description": "ComfyUI custom nodes to apply various latent travel techniques." |
|
}, |
|
{ |
|
"author": "ManglerFTW", |
|
"title": "ComfyI2I", |
|
"reference": "https://github.com/ManglerFTW/ComfyI2I", |
|
"files": [ |
|
"https://github.com/ManglerFTW/ComfyI2I" |
|
], |
|
"install_type": "git-clone", |
|
"description": "A set of custom nodes to perform image 2 image functions in ComfyUI." |
|
}, |
|
{ |
|
"author": "theUpsider", |
|
"title": "ComfyUI-Logic", |
|
"reference": "https://github.com/theUpsider/ComfyUI-Logic", |
|
"files": [ |
|
"https://github.com/theUpsider/ComfyUI-Logic" |
|
], |
|
"install_type": "git-clone", |
|
"description": "An extension to ComfyUI that introduces logic nodes and conditional rendering capabilities." |
|
}, |
|
{ |
|
"author": "tkoenig89", |
|
"title": "Load Image with metadata", |
|
"reference": "https://github.com/tkoenig89/ComfyUI_Load_Image_With_Metadata", |
|
"files": [ |
|
"https://github.com/tkoenig89/ComfyUI_Load_Image_With_Metadata" |
|
], |
|
"install_type": "git-clone", |
|
"description": "A custom node for comfy ui to read generation data from images (only png for now). This could be used for upscaling generated images, when the original prompts should be used." |
|
}, |
|
{ |
|
"author": "mpiquero7164", |
|
"title": "SaveImgPrompt", |
|
"reference": "https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt", |
|
"files": [ |
|
"https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Save a png or jpeg and option to save prompt/workflow in a text or json file for each image in Comfy + Workflow loading." |
|
}, |
|
{ |
|
"author": "m-sokes", |
|
"title": "ComfyUI Sokes Nodes", |
|
"reference": "https://github.com/m-sokes/ComfyUI-Sokes-Nodes", |
|
"files": [ |
|
"https://github.com/m-sokes/ComfyUI-Sokes-Nodes" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: Empty Latent Randomizer (9 Inputs)" |
|
}, |
|
{ |
|
"author": "Extraltodeus", |
|
"title": "noise latent perlinpinpin", |
|
"reference": "https://github.com/Extraltodeus/noise_latent_perlinpinpin", |
|
"files": [ |
|
"https://github.com/Extraltodeus/noise_latent_perlinpinpin" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: NoisyLatentPerlin. This allows to create latent spaces filled with perlin-based noise that can actually be used by the samplers." |
|
}, |
|
{ |
|
"author": "JPS", |
|
"title": "JPS Custom Nodes for ComfyUI", |
|
"reference": "https://github.com/JPS-GER/ComfyUI_JPS-Nodes", |
|
"files": [ |
|
"https://github.com/JPS-GER/ComfyUI_JPS-Nodes" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: SDXL - Resolutions, SDXL - Basic Settings, SDXL - Additional Settings, Math - Resolution Multiply, Math - Largest Integer, Switch - TXT2IMG & IMG2IMG" |
|
}, |
|
{ |
|
"author": "hustille", |
|
"title": "hus' utils for ComfyUI", |
|
"reference": "https://github.com/hustille/ComfyUI_hus_utils", |
|
"files": [ |
|
"https://github.com/hustille/ComfyUI_hus_utils" |
|
], |
|
"install_type": "git-clone", |
|
"description": "ComfyUI nodes primarily for seed and filename generation" |
|
}, |
|
{ |
|
"author": "hustille", |
|
"title": "ComfyUI_Fooocus_KSampler", |
|
"reference": "https://github.com/hustille/ComfyUI_Fooocus_KSampler", |
|
"files": [ |
|
"https://github.com/hustille/ComfyUI_Fooocus_KSampler" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: KSampler With Refiner (Fooocus). The KSampler from <a href='https://github.com/lllyasviel/Fooocus' target='blank'>Fooocus</a> as a ComfyUI node <p style='background-color: black; color: red;'>NOTE: This patches basic ComfyUI behaviour - don't use together with other samplers. Or perhaps do? Other samplers might profit from those changes ... ymmv.</p>" |
|
}, |
|
{ |
|
"author": "badjeff", |
|
"title": "LoRA Tag Loader for ComfyUI", |
|
"reference": "https://github.com/badjeff/comfyui_lora_tag_loader", |
|
"files": [ |
|
"https://github.com/badjeff/comfyui_lora_tag_loader" |
|
], |
|
"install_type": "git-clone", |
|
"description": "A ComfyUI custom node to read LoRA tag(s) from text and load it into checkpoint model." |
|
}, |
|
{ |
|
"author": "rgthree", |
|
"title": "rgthree's ComfyUi Nodes", |
|
"reference": "https://github.com/rgthree/rgthree-comfy", |
|
"files": [ |
|
"https://github.com/rgthree/rgthree-comfy" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: Seed, Reroute, Context, Lora Loader Stack, Context Switch, Fast Muter. These custom nodes helps organize the building of complex workflows." |
|
}, |
|
{ |
|
"author": "AIGODLIKE", |
|
"title": "AIGODLIKE-COMFYUI-TRANSLATION", |
|
"reference": "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION", |
|
"files": [ |
|
"https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION" |
|
], |
|
"install_type": "git-clone", |
|
"description": "It provides language settings. (Contribution from users of various languages is needed due to the support for each language.)" |
|
}, |
|
{ |
|
"author": "syllebra", |
|
"title": "BilboX's ComfyUI Custom Nodes", |
|
"reference": "https://github.com/syllebra/bilbox-comfyui", |
|
"files": [ |
|
"https://github.com/syllebra/bilbox-comfyui" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: BilboX's PromptGeek Photo Prompt. This provides a convenient way to compose photorealistic prompts into ComfyUI." |
|
}, |
|
{ |
|
"author": "Girish Gopaul", |
|
"title": "Save Image with Generation Metadata", |
|
"reference": "https://github.com/giriss/comfy-image-saver", |
|
"files": [ |
|
"https://github.com/giriss/comfy-image-saver" |
|
], |
|
"install_type": "git-clone", |
|
"description": "All the tools you need to save images with their generation metadata on ComfyUI. Compatible with Civitai & Prompthero geninfo auto-detection. Works with png, jpeg and webp." |
|
}, |
|
{ |
|
"author": "shingo1228", |
|
"title": "ComfyUI-send-Eagle(slim)", |
|
"reference": "https://github.com/shingo1228/ComfyUI-send-eagle-slim", |
|
"files": [ |
|
"https://github.com/shingo1228/ComfyUI-send-eagle-slim" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes:Send Webp Image to Eagle. This is an extension node for ComfyUI that allows you to send generated images in webp format to Eagle. This extension node is a re-implementation of the Eagle linkage functions of the previous ComfyUI-send-Eagle node, focusing on the functions required for this node." |
|
}, |
|
{ |
|
"author": "shingo1228", |
|
"title": "ComfyUI-SDXL-EmptyLatentImage", |
|
"reference": "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage", |
|
"files": [ |
|
"https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes:SDXL Empty Latent Image. An extension node for ComfyUI that allows you to select a resolution from the pre-defined json files and output a Latent Image." |
|
}, |
|
{ |
|
"author": "laksjdjf", |
|
"title": "IPAdapter-ComfyUI", |
|
"reference": "https://github.com/laksjdjf/IPAdapter-ComfyUI", |
|
"files": [ |
|
"https://github.com/laksjdjf/IPAdapter-ComfyUI" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes:Load IPAdapter. This custom nodes provides loader of the IP-Adapter model.<p style='background-color: black; color: red;'>NOTE: To use this extension node, you need to download the <a href='https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter_sd15.bin' target='blank'>ip-adapter_sd15.bin</a> file and place it in the <font color='white'><B>custom_nodes/IPAdapter-ComfyUI/models</B></font> directory. Additionally, you need to download the 'Clip vision model' from the 'Install models' menu as well.</P>" |
|
}, |
|
{ |
|
"author": "laksjdjf", |
|
"title": "pfg-ComfyUI", |
|
"reference": "https://github.com/laksjdjf/pfg-ComfyUI", |
|
"files": [ |
|
"https://github.com/laksjdjf/pfg-ComfyUI" |
|
], |
|
"install_type": "git-clone", |
|
"description": "ComfyUI version of https://github.com/laksjdjf/pfg-webui. (To use this extension, you need to download the required model file from <B>Install Models</B>)" |
|
}, |
|
{ |
|
"author": "alsritter", |
|
"title": "asymmetric-tiling-comfyui", |
|
"reference": "https://github.com/alsritter/asymmetric-tiling-comfyui", |
|
"files": [ |
|
"https://github.com/alsritter/asymmetric-tiling-comfyui" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes:Asymmetric_Tiling_KSampler. " |
|
}, |
|
{ |
|
"author": "meap158", |
|
"title": "GPU temperature protection", |
|
"reference": "https://github.com/meap158/ComfyUI-GPU-temperature-protection", |
|
"files": [ |
|
"https://github.com/meap158/ComfyUI-GPU-temperature-protection" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Pause image generation when GPU temperature exceeds threshold." |
|
}, |
|
{ |
|
"author": "TeaCrab", |
|
"title": "ComfyUI-TeaNodes", |
|
"reference": "https://github.com/TeaCrab/ComfyUI-TeaNodes", |
|
"files": [ |
|
"https://github.com/TeaCrab/ComfyUI-TeaNodes" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes:TC_EqualizeCLAHE, TC_SizeApproximation, TC_ImageResize, TC_ImageScale, TC_ColorFill." |
|
}, |
|
{ |
|
"author": "TeaCrab", |
|
"title": "ComfyUI-TeaNodes", |
|
"reference": "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL", |
|
"files": [ |
|
"https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes:FastLatentToImage" |
|
}, |
|
{ |
|
"author": "bradsec", |
|
"title": "ResolutionSelector for ComfyUI", |
|
"reference": "https://github.com/bradsec/ComfyUI_ResolutionSelector", |
|
"files": [ |
|
"https://github.com/bradsec/ComfyUI_ResolutionSelector" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes:ResolutionSelector" |
|
}, |
|
{ |
|
"author": "kohya-ss", |
|
"title": "ControlNet-LLLite-ComfyUI", |
|
"reference": "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI", |
|
"files": [ |
|
"https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: LLLiteLoader" |
|
}, |
|
{ |
|
"author": "jjkramhoeft", |
|
"title": "ComfyUI-Jjk-Nodes", |
|
"reference": "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes", |
|
"files": [ |
|
"https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: SDXLRecommendedImageSize, JjkText, JjkShowText, JjkConcat. A set of custom nodes for ComfyUI - focused on text and parameter utility" |
|
}, |
|
{ |
|
"author": "dagthomas", |
|
"title": "SDXL Auto Prompter", |
|
"reference": "https://github.com/dagthomas/comfyui_dagthomas", |
|
"files": [ |
|
"https://github.com/dagthomas/comfyui_dagthomas" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Easy prompting for generation of endless random art pieces and photographs!" |
|
}, |
|
{ |
|
"author": "marhensa", |
|
"title": "Recommended Resolution Calculator", |
|
"reference": "https://github.com/marhensa/sdxl-recommended-res-calc", |
|
"files": [ |
|
"https://github.com/marhensa/sdxl-recommended-res-calc" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Input your desired output final resolution, it will automaticaly set the initial recommended SDXL ratio/size and its Upscale Factor to reach that output final resolution, also there's an option for 2x/4x reverse Upscale Factor. These all to avoid using bad/arbitary initial ratio/resolution." |
|
}, |
|
{ |
|
"author": "Nuked88", |
|
"title": "ComfyUI-N-Nodes", |
|
"reference": "https://github.com/Nuked88/ComfyUI-N-Nodes", |
|
"files": [ |
|
"https://github.com/Nuked88/ComfyUI-N-Nodes" |
|
], |
|
"install_type": "git-clone", |
|
"description": "A suite of custom nodes for ComfyUI, for now i just put Integer, string and float variable nodes." |
|
}, |
|
{ |
|
"author": "Extraltodeus", |
|
"title": "LoadLoraWithTags", |
|
"reference": "https://github.com/Extraltodeus/LoadLoraWithTags", |
|
"files": [ |
|
"https://github.com/Extraltodeus/LoadLoraWithTags" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes:LoadLoraWithTags. Save/Load trigger words for loras from a json and auto fetch them on civitai if they are missing." |
|
}, |
|
{ |
|
"author": "richinsley", |
|
"title": "Comfy-LFO", |
|
"reference": "https://github.com/richinsley/Comfy-LFO", |
|
"files": [ |
|
"https://github.com/richinsley/Comfy-LFO" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes:LFO_Triangle, LFO_Sine, SawtoothNode, SquareNode, PulseNode. ComfyUI custom nodes to create Low Frequency Oscillators." |
|
}, |
|
{ |
|
"author": "Beinsezii", |
|
"title": "bsz-cui-extras", |
|
"reference": "https://github.com/Beinsezii/bsz-cui-extras", |
|
"files": [ |
|
"https://github.com/Beinsezii/bsz-cui-extras" |
|
], |
|
"install_type": "git-clone", |
|
"description": "This extension consists of auxiliary nodes for automatic calculation of latent sizes, an all-in-one node for SDXL's t2i, i2i, and scaling/hiresfix, and nodes capable of loading the Pixelbuster library.<p style='background-color: black; color: red;'>NOTE:Currently, the Pixelbuster library includes libraries for Windows and Linux environments by default. For other environments such as OSX, you will need to build and use Pixelbuster directly from <a href='https://github.com/Beinsezii/pixelbuster' target='blank'>here</a>.</P>" |
|
}, |
|
{ |
|
"author": "youyegit", |
|
"title": "tdxh_node_comfyui", |
|
"reference": "https://github.com/youyegit/tdxh_node_comfyui", |
|
"files": [ |
|
"https://github.com/youyegit/tdxh_node_comfyui" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes:TdxhImageToSize, TdxhImageToSizeAdvanced, TdxhLoraLoader, TdxhIntInput, TdxhFloatInput, TdxhStringInput. Some nodes for stable diffusion comfyui. Sometimes it helps conveniently to use less nodes for doing the same things." |
|
}, |
|
{ |
|
"author": "Sxela", |
|
"title": "ComfyWarp", |
|
"reference": "https://github.com/Sxela/ComfyWarp", |
|
"files": [ |
|
"https://github.com/Sxela/ComfyWarp" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes:LoadFrameSequence, LoadFrame" |
|
}, |
|
{ |
|
"author": "skfoo", |
|
"title": "ComfyUI-Coziness", |
|
"reference": "https://github.com/skfoo/ComfyUI-Coziness", |
|
"files": [ |
|
"https://github.com/skfoo/ComfyUI-Coziness" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes:MultiLora Loader, Lora Text Extractor. Provides a node for assisting in loading loras through text." |
|
}, |
|
{ |
|
"author": "YOUR-WORST-TACO", |
|
"title": "ComfyUI-TacoNodes", |
|
"reference": "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes", |
|
"files": [ |
|
"https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes:TacoLatent, TacoAnimatedLoader, TacoImg2ImgAnimatedLoader, TacoGifMaker." |
|
}, |
|
{ |
|
"author": "Lerc", |
|
"title": "canvas_tab", |
|
"reference": "https://github.com/Lerc/canvas_tab", |
|
"files": [ |
|
"https://github.com/Lerc/canvas_tab" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: Edit In Another Tab. ComfyUI canvas editor page" |
|
}, |
|
{ |
|
"author": "Ttl", |
|
"title": "ComfyUI Neural network latent upscale custom node", |
|
"reference": "https://github.com/Ttl/ComfyUi_NNLatentUpscale", |
|
"files": [ |
|
"https://github.com/Ttl/ComfyUi_NNLatentUpscale" |
|
], |
|
"install_type": "git-clone", |
|
"description": "A custom ComfyUI node designed for rapid latent upscaling using a compact neural network, eliminating the need for VAE-based decoding and encoding." |
|
}, |
|
{ |
|
"author": "GeLi1989", |
|
"title": "roop nodes for ComfyUI", |
|
"reference": "https://github.com/GeLi1989/GK-beifen-ComfyUI_roop", |
|
"files": [ |
|
"https://github.com/GeLi1989/GK-beifen-ComfyUI_roop" |
|
], |
|
"install_type": "git-clone", |
|
"description": "ComfyUI nodes for the roop A1111 webui script. NOTE: Need to download <a href='https://github.com/SumDeusVitae/FaceSwap_v01/raw/main/inswapper_128.onnx'/>model</a> to use this node." |
|
}, |
|
{ |
|
"author": "spro", |
|
"title": "Latent Mirror node for ComfyUI", |
|
"reference": "https://github.com/spro/comfyui-mirror", |
|
"files": [ |
|
"https://github.com/spro/comfyui-mirror" |
|
], |
|
"install_type": "git-clone", |
|
"description": "Nodes: Latent Mirror. Node to mirror a latent along the Y (vertical / left to right) or X (horizontal / top to bottom) axis." |
|
}, |
|
{ |
|
"author": "taabata", |
|
"title": "Syrian Falcon Nodes", |
|
"reference": "https://github.com/taabata/Comfy_Syrian_Falcon_Nodes", |
|
"files": [ |
|
"https://github.com/taabata/Comfy_Syrian_Falcon_Nodes/raw/main/SyrianFalconNodes.py" |
|
], |
|
"install_type": "copy", |
|
"description": "Nodes:Prompt editing, Word as Image" |
|
}, |
|
{ |
|
"author": "Ser-Hilary", |
|
"title": "SDXL_sizing", |
|
"reference": "https://github.com/Ser-Hilary/SDXL_sizing", |
|
"files": [ |
|
"https://github.com/Ser-Hilary/SDXL_sizing/raw/main/conditioning_sizing_for_SDXL.py" |
|
], |
|
"install_type": "copy", |
|
"description": "Nodes:sizing_node. Size calculation node related to image size in prompts supported by SDXL." |
|
}, |
|
{ |
|
"author": "ailex000", |
|
"title": "Image Gallery", |
|
"reference": "https://github.com/ailex000/ComfyUI-Extensions", |
|
"js_path": "image-gallery", |
|
"files": [ |
|
"https://github.com/ailex000/ComfyUI-Extensions/raw/main/image-gallery/imageGallery.js" |
|
], |
|
"install_type": "copy", |
|
"description": "Custom javascript extensions for better UX for ComfyUI. Supported nodes: PreviewImage, SaveImage. Double click on image to open." |
|
}, |
|
{ |
|
"author": "rock-land", |
|
"title": "graphNavigator", |
|
"reference": "https://github.com/rock-land/graphNavigator", |
|
"js_path": "graphNavigator", |
|
"files": [ |
|
"https://github.com/rock-land/graphNavigator/raw/main/graphNavigator/graphNavigator.js" |
|
], |
|
"install_type": "copy", |
|
"description": "ComfyUI Web Extension for saving views and navigating graphs." |
|
}, |
|
{ |
|
"author": "diffus3", |
|
"title": "diffus3/ComfyUI-extensions", |
|
"reference": "https://github.com/diffus3/ComfyUI-extensions", |
|
"js_path": "diffus3", |
|
"files": [ |
|
"https://github.com/diffus3/ComfyUI-extensions/raw/main/multiReroute/multireroute.js", |
|
"https://github.com/diffus3/ComfyUI-extensions/raw/main/setget/setget.js" |
|
], |
|
"install_type": "copy", |
|
"description": "Extensions: subgraph, setget, multiReroute" |
|
}, |
|
{ |
|
"author": "m957ymj75urz", |
|
"title": "m957ymj75urz/ComfyUI-Custom-Nodes", |
|
"reference": "https://github.com/m957ymj75urz/ComfyUI-Custom-Nodes", |
|
"js_path": "m957ymj75urz", |
|
"files": [ |
|
"https://github.com/m957ymj75urz/ComfyUI-Custom-Nodes/raw/main/clip-text-encode-split/clip_text_encode_split.py", |
|
"https://github.com/m957ymj75urz/ComfyUI-Custom-Nodes/raw/main/colors/colors.js" |
|
], |
|
"install_type": "copy", |
|
"description": "Nodes: RawText, RawTextCLIPEncode, RawTextCombine, RawTextReplace, Extension: m957ymj75urz.colors" |
|
}, |
|
{ |
|
"author": "Bikecicle", |
|
"title": "Waveform Extensions", |
|
"reference": "https://github.com/Bikecicle/ComfyUI-Waveform-Extensions", |
|
"files": [ |
|
"https://github.com/Bikecicle/ComfyUI-Waveform-Extensions/raw/main/EXT_AudioManipulation.py", |
|
"https://github.com/Bikecicle/ComfyUI-Waveform-Extensions/raw/main/EXT_VariationUtils.py" |
|
], |
|
"install_type": "copy", |
|
"description": "Some additional audio utilites for use on top of Sample Diffusion ComfyUI Extension" |
|
}, |
|
{ |
|
"author": "dawangraoming", |
|
"title": "KSampler GPU", |
|
"reference": "https://github.com/dawangraoming/ComfyUI_ksampler_gpu", |
|
"files": [ |
|
"https://github.com/dawangraoming/ComfyUI_ksampler_gpu/raw/main/ksampler_gpu.py" |
|
], |
|
"install_type": "copy", |
|
"description": "KSampler is provided, based on GPU random noise" |
|
}, |
|
{ |
|
"author": "fitCorder", |
|
"title": "fcSuite", |
|
"reference": "https://github.com/fitCorder/fcSuite", |
|
"files": [ |
|
"https://github.com/fitCorder/fcSuite/raw/main/fcSuite.py" |
|
], |
|
"install_type": "copy", |
|
"description": "fcFloatMatic is a custom module, that when configured correctly will increment through the lines generating you loras at different strengths. The JSON file will load the config." |
|
}, |
|
{ |
|
"author": "lrzjason", |
|
"title": "ComfyUIJasonNode", |
|
"reference": "https://github.com/lrzjason/ComfyUIJasonNode", |
|
"files": [ |
|
"https://github.com/lrzjason/ComfyUIJasonNode/raw/main/SDXLMixSampler.py", |
|
"https://github.com/lrzjason/ComfyUIJasonNode/raw/main/LatentByRatio.py" |
|
], |
|
"install_type": "copy", |
|
"description": "Nodes:SDXLMixSampler, LatentByRatio" |
|
}, |
|
{ |
|
"author": "alpertunga-bile", |
|
"title": "prompt-generator", |
|
"reference": "https://github.com/alpertunga-bile/prompt-generator-comfyui", |
|
"files": [ |
|
"https://github.com/alpertunga-bile/prompt-generator-comfyui/raw/master/prompt_generator.py" |
|
], |
|
"install_type": "copy", |
|
"description": "Nodes:Prompt Generator. Custom prompt generator node for ComfyUI." |
|
}, |
|
{ |
|
"author": "lordgasmic", |
|
"title": "Wildcards", |
|
"reference": "https://github.com/lordgasmic/ComfyUI-Wildcards", |
|
"files": [ |
|
"https://github.com/lordgasmic/ComfyUI-Wildcards/raw/master/wildcards.py" |
|
], |
|
"install_type": "copy", |
|
"description": "Nodes:CLIPTextEncodeWithWildcards. This wildcard node is a wildcard node that operates based on the seed." |
|
}, |
|
{ |
|
"author": "throttlekitty", |
|
"title": "SDXLCustomAspectRatio", |
|
"reference": "https://github.com/throttlekitty/SDXLCustomAspectRatio", |
|
"files": [ |
|
"https://raw.githubusercontent.com/throttlekitty/SDXLCustomAspectRatio/main/SDXLAspectRatio.py" |
|
], |
|
"install_type": "copy", |
|
"description": "A quick and easy ComfyUI custom node for setting SDXL-friendly aspect ratios." |
|
}, |
|
{ |
|
"author": "s1dlx", |
|
"title": "comfy_meh", |
|
"reference": "https://github.com/s1dlx/comfy_meh", |
|
"files": [ |
|
"https://github.com/s1dlx/comfy_meh/raw/main/meh.py" |
|
], |
|
"install_type": "copy", |
|
"description": "Advanced merging methods." |
|
}, |
|
{ |
|
"author": "tudal", |
|
"title": "Hakkun-ComfyUI-nodes", |
|
"reference": "https://github.com/tudal/Hakkun-ComfyUI-nodes", |
|
"files": [ |
|
"https://github.com/tudal/Hakkun-ComfyUI-nodes/raw/main/hakkun_nodes.py" |
|
], |
|
"install_type": "copy", |
|
"description": "Nodes: Prompt parser. ComfyUI extra nodes. Mostly prompt parsing." |
|
}, |
|
{ |
|
"author": "SadaleNet", |
|
"title": "ComfyUI A1111-like Prompt Custom Node Solution", |
|
"reference": "https://github.com/SadaleNet/CLIPTextEncodeA1111-ComfyUI", |
|
"files": [ |
|
"https://github.com/SadaleNet/CLIPTextEncodeA1111-ComfyUI/raw/master/custom_nodes/clip_text_encoder_a1111.py" |
|
], |
|
"install_type": "copy", |
|
"description": "Nodes: CLIPTextEncodeA1111, RerouteTextForCLIPTextEncodeA1111." |
|
}, |
|
{ |
|
"author": "wsippel", |
|
"title": "SDXLResolutionPresets", |
|
"reference": "https://github.com/wsippel/comfyui_ws", |
|
"files": [ |
|
"https://github.com/wsippel/comfyui_ws/raw/main/sdxl_utility.py" |
|
], |
|
"install_type": "copy", |
|
"description": "Nodes: SDXLResolutionPresets. Easy access to the officially supported resolutions, in both horizontal and vertical formats: 1024x1024, 1152x896, 1216x832, 1344x768, 1536x640" |
|
}, |
|
{ |
|
"author": "nicolai256", |
|
"title": "comfyUI_Nodes_nicolai256", |
|
"reference": "https://github.com/nicolai256/comfyUI_Nodes_nicolai256", |
|
"files": [ |
|
"https://github.com/nicolai256/comfyUI_Nodes_nicolai256/raw/main/yugioh-presets.py" |
|
], |
|
"install_type": "copy", |
|
"description": "Nodes: yugioh_Presets. by Nicolai256 inspired by throttlekitty SDXLAspectRatio" |
|
}, |
|
{ |
|
"author": "Onierous", |
|
"title": "QRNG_Node_ComfyUI", |
|
"reference": "https://github.com/Onierous/QRNG_Node_ComfyUI", |
|
"files": [ |
|
"https://github.com/Onierous/QRNG_Node_ComfyUI/raw/main/qrng_node.py" |
|
], |
|
"install_type": "copy", |
|
"description": "Nodes: QRNG Node CSV. A node that takes in an array of random numbers from the ANU QRNG API and stores them locally for generating quantum random number noise_seeds in ComfyUI" |
|
}, |
|
{ |
|
"author": "theally", |
|
"title": "TheAlly's Custom Nodes", |
|
"reference": "https://civitai.com/models/19625?modelVersionId=23296", |
|
"files": [ |
|
"https://civitai.com/api/download/models/25114", |
|
"https://civitai.com/api/download/models/24679", |
|
"https://civitai.com/api/download/models/24154", |
|
"https://civitai.com/api/download/models/23884", |
|
"https://civitai.com/api/download/models/23649", |
|
"https://civitai.com/api/download/models/23467", |
|
"https://civitai.com/api/download/models/23296" |
|
], |
|
"install_type": "unzip", |
|
"description": "Custom nodes for ComfyUI by TheAlly." |
|
}, |
|
{ |
|
"author": "xss", |
|
"title": "Custom Nodes by xss", |
|
"reference": "https://civitai.com/models/24869/comfyui-custom-nodes-by-xss", |
|
"files": [ |
|
"https://civitai.com/api/download/models/32717", |
|
"https://civitai.com/api/download/models/47776", |
|
"https://civitai.com/api/download/models/29772", |
|
"https://civitai.com/api/download/models/31618", |
|
"https://civitai.com/api/download/models/31591", |
|
"https://civitai.com/api/download/models/29773", |
|
"https://civitai.com/api/download/models/29774", |
|
"https://civitai.com/api/download/models/29755", |
|
"https://civitai.com/api/download/models/29750" |
|
], |
|
"install_type": "unzip", |
|
"description": "Various image processing nodes." |
|
} |
|
] |
|
}
|
|
|