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.

543 lines
26 KiB

2 years ago
{
"custom_nodes": [
2 years ago
{
"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."
},
2 years ago
{
"author": "Dr.Lt.Data",
"title": "ComfyUI Impact Pack",
2 years ago
"reference": "https://github.com/ltdrdata/ComfyUI-Impact-Pack",
2 years ago
"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."
2 years ago
},
{
"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."
},
2 years ago
{
"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'/>reference paper</a>)"
},
2 years ago
{
"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"
},
{
"author": "Fannovel16",
"title": "comfy_video",
"reference": "https://github.com/Fannovel16/comfy_video",
"files": [
"https://github.com/Fannovel16/comfy_video"
],
"install_type": "git-clone",
"description": "Video_Frame_Extractor, Save_Frame_To_Folder, Simple_Frame_Folder_To_Video."
},
{
"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",
2 years ago
"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": "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",
2 years ago
"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",
"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",
"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": "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": "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": "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",
"files": [
"https://github.com/gamert/ComfyUI_tagger"
],
"install_type": "git-clone",
"description": "Nodes: CLIPTextEncodeTaggerDD, ImageTaggerDD"
},
{
"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": "asd417",
"title": "CheckpointTomeLoader",
"reference": "https://github.com/asd417/tomeSD_for_Comfy",
"files": [
"https://github.com/asd417/tomeSD_for_Comfy/raw/main/tomeloader.py"
],
"install_type": "copy",
"description": "tomeSD(https://github.com/dbolya/tomesd) applied to ComfyUI stable diffusion UI using custom node"
},
{
"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": "Kaharos94",
"title": "ComfyUI-Saveaswebp",
"reference": "https://github.com/Kaharos94/ComfyUI-Saveaswebp",
"files": [
"https://github.com/Kaharos94/ComfyUI-Saveaswebp"
2 years ago
],
"install_type": "git-clone",
2 years ago
"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"
},
2 years ago
{
"author": "AlekPet",
"title": "TranslateCLIPTextEncode",
"reference": "https://github.com/AlekPet/comfyui_translate_clip_text_encode_node",
"files": [
"https://github.com/AlekPet/comfyui_translate_clip_text_encode_node/raw/main/translate_clip_text_encode_node.py"
],
"install_type": "copy",
"description": "Custom node for ComfyUI, translate promt from other languages into english"
},
2 years ago
{
"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": "pythongosssss",
"title": "ComfyUI-Custom-Scripts",
"reference": "https://github.com/pythongosssss/ComfyUI-Custom-Scripts",
"js_path": "ComfyUI-Custom-Scripts",
"files": [
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/anime-segmentation/anime_segmentation.py",
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/auto-arrange-graph/graphArrange.js",
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/export-workflow-svg/exportAsSvg.js",
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/image-feed/imageFeed.js",
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/latent-upscale-by/latent_upscale_by.py",
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/lock-nodes-and-groups/locking.js",
2 years ago
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/node-finder/nodeFinder.js",
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/lora-subfolders/loraSubfolders.js",
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/preset-text/presetText.js",
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/quick-nodes/quickNodes.js",
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/show-text/showText.js",
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/show-text/show_text.py",
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/touch-support/touchEvents.js",
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/widget-defaults/widgetDefaults.js",
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/workflows/index.js",
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/workflows/workflows.py"
],
"install_type": "copy",
"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, WD14 Tagger"
},
{
"author": "ailex000",
"title": "Image Gallery",
"reference": "https://github.com/AlekPet/comfyui_translate_clip_text_encode_node",
"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",
"https://github.com/diffus3/ComfyUI-extensions/raw/main/subgraph/subgraph.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"
},
2 years ago
{
"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"
},
2 years ago
{
"author": "tinyterra",
"title": "tinyterraNodes",
"reference": "https://github.com/tinyterra/ComfyUI_tinyterraNodes",
"files": [
"https://github.com/TinyTerra/ComfyUI_tinyterraNodes.git"
],
"install_type": "git-clone",
"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": "A simple plasma noise generator for ComfyUI."
},
2 years ago
{
"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."
}
]
}