mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
Merge branch 'main' into feat/cnr
This commit is contained in:
commit
06b79287e2
@ -37,6 +37,7 @@ restore_snapshot_path = os.path.join(startup_script_path, "restore-snapshot.json
|
||||
pip_overrides_path = os.path.join(comfyui_manager_path, "pip_overrides.json")
|
||||
git_script_path = os.path.join(comfyui_manager_path, "git_helper.py")
|
||||
|
||||
cm_global.pip_blacklist = ['torch', 'torchsde', 'torchvision']
|
||||
cm_global.pip_downgrade_blacklist = ['torch', 'torchsde', 'torchvision', 'transformers', 'safetensors', 'kornia']
|
||||
cm_global.pip_overrides = {}
|
||||
if os.path.exists(pip_overrides_path):
|
||||
|
||||
@ -415,18 +415,7 @@
|
||||
{
|
||||
"author": "SaltAI",
|
||||
"title": "SaltAI_Language_Toolkit",
|
||||
"id": "saltai-llamaindex",
|
||||
"reference": "https://github.com/get-salt-AI/SaltAI_Language_Toolkit",
|
||||
"files": [
|
||||
"https://github.com/get-salt-AI/SaltAI_Language_Toolkit"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "An implementation of the RAG LlamaIndex with Agents from AutoGen.[w/SaltAI_LlamaIndex is renamed to SaltAI_Language_Toolkit. Please reinstall.]"
|
||||
},
|
||||
{
|
||||
"author": "SaltAI",
|
||||
"title": "SaltAI Language Toolkit",
|
||||
"id": "saltai-langtool",
|
||||
"id": "saltai_language_toolkit",
|
||||
"reference": "https://github.com/get-salt-AI/SaltAI_Language_Toolkit",
|
||||
"files": [
|
||||
"https://github.com/get-salt-AI/SaltAI_Language_Toolkit"
|
||||
@ -656,6 +645,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "This extension aims to add support for various random image diffusion models to ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "city96",
|
||||
"title": "ComfyUI-GGUF",
|
||||
"id": "gguf",
|
||||
"reference": "https://github.com/city96/ComfyUI-GGUF",
|
||||
"files": [
|
||||
"https://github.com/city96/ComfyUI-GGUF"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "GGUF Quantization support for native ComfyUI models\nThis is currently very much WIP. These custom nodes provide support for model files stored in the GGUF format popularized by llama.cpp.\nWhile quantization wasn't feasible for regular UNET models (conv2d), transformer/DiT models such as flux seem less affected by quantization. This allows running it in much lower bits per weight variable bitrate quants on low-end GPUs.\n[w/LoRA / Controlnet / etc are currently not supported due to the weights being quantized.]"
|
||||
},
|
||||
{
|
||||
"author": "SLAPaper",
|
||||
"title": "ComfyUI-Image-Selector",
|
||||
@ -1456,7 +1456,7 @@
|
||||
{
|
||||
"author": "asagi4",
|
||||
"title": "Adaptive Guidance for ComfyUI",
|
||||
"id": "asagi-nodes",
|
||||
"id": "comfyui-adaptive-guidance",
|
||||
"reference": "https://github.com/asagi4/ComfyUI-Adaptive-Guidance",
|
||||
"files": [
|
||||
"https://github.com/asagi4/ComfyUI-Adaptive-Guidance"
|
||||
@ -2761,14 +2761,14 @@
|
||||
},
|
||||
{
|
||||
"author": "chrisgoringe",
|
||||
"title": "Variation seeds",
|
||||
"id": "variation-seed",
|
||||
"reference": "https://github.com/chrisgoringe/cg-noise",
|
||||
"title": "Noise variation and batch noise tools",
|
||||
"id": "cg-noisetools",
|
||||
"reference": "https://github.com/chrisgoringe/cg-noisetools",
|
||||
"files": [
|
||||
"https://github.com/chrisgoringe/cg-noise"
|
||||
"https://github.com/chrisgoringe/cg-noisetools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Adds KSampler custom nodes with variation seed and variation strength."
|
||||
"description": "Nodes to create small variations on noise, to shape noise, and to control noise in batches. Replaces the old 'variation-seed' nodes."
|
||||
},
|
||||
{
|
||||
"author": "chrisgoringe",
|
||||
@ -3108,6 +3108,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes to use [a/segment-anything-2](https://github.com/facebookresearch/segment-anything-2) for image or video segmentation."
|
||||
},
|
||||
{
|
||||
"author": "kijai",
|
||||
"title": "ComfyUI nodes for ControlNext-SVD v2",
|
||||
"reference": "https://github.com/kijai/ComfyUI-ControlNeXt-SVD",
|
||||
"files": [
|
||||
"https://github.com/kijai/ComfyUI-ControlNeXt-SVD"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "These nodes include my wrapper for the original diffusers pipeline, as well as work in progress native ComfyUI implementation.\nFor the diffusers wrapper models should be downloaded automatically, for the native version you can get the unet [a/here](https://huggingface.co/Kijai/ControlNeXt-SVD-V2-Comfy/blob/main/controlnext-svd_v2-unet-fp16_converted.safetensors)."
|
||||
},
|
||||
{
|
||||
"author": "hhhzzyang",
|
||||
"title": "Comfyui-Lama",
|
||||
@ -4717,7 +4727,7 @@
|
||||
},
|
||||
{
|
||||
"author": "mmaker",
|
||||
"title": "Color Enhance",
|
||||
"title": "mmaker/Color Enhance",
|
||||
"reference": "https://git.mmaker.moe/mmaker/sd-webui-color-enhance",
|
||||
"files": [
|
||||
"https://git.mmaker.moe/mmaker/sd-webui-color-enhance"
|
||||
@ -5805,7 +5815,7 @@
|
||||
{
|
||||
"author": "alexopus",
|
||||
"title": "ComfyUI Image Saver",
|
||||
"id": "image-saver",
|
||||
"id": "comfyui-image-saver",
|
||||
"reference": "https://github.com/alexopus/ComfyUI-Image-Saver",
|
||||
"files": [
|
||||
"https://github.com/alexopus/ComfyUI-Image-Saver"
|
||||
@ -6516,14 +6526,14 @@
|
||||
},
|
||||
{
|
||||
"author": "blepping",
|
||||
"title": "ComfyUI jank HiDiffusion",
|
||||
"title": "comfyui_jankhidiffusion",
|
||||
"id": "jank-hidiffusion",
|
||||
"reference": "https://github.com/blepping/comfyui_jankhidiffusion",
|
||||
"files": [
|
||||
"https://github.com/blepping/comfyui_jankhidiffusion"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Janky experimental attempt at implementing [a/HiDiffusion](https://github.com/megvii-research/HiDiffusion) for ComfyUI."
|
||||
"description": "Janky implementation of [a/HiDiffusion](https://github.com/megvii-research/HiDiffusion) for ComfyUI. Enables generating at resolutions higher than what the model was trained for. Only supports SD 1.x (maybe 2.x) and SDXL."
|
||||
},
|
||||
{
|
||||
"author": "blepping",
|
||||
@ -6665,6 +6675,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Original project: [a/link](https://github.com/tencent-ailab/PCDMs)\nBased on testing, the author's original images work very well, but using my own images generally requires some luck!"
|
||||
},
|
||||
{
|
||||
"author": "StartHua",
|
||||
"title": "Comfyui_CXH_joy_caption",
|
||||
"reference": "https://github.com/StartHua/Comfyui_CXH_joy_caption",
|
||||
"files": [
|
||||
"https://github.com/StartHua/Comfyui_CXH_joy_caption"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Joy_caption_load, Joy_caption"
|
||||
},
|
||||
{
|
||||
"author": "ricklove",
|
||||
"title": "comfyui-ricklove",
|
||||
@ -7121,7 +7141,7 @@
|
||||
{
|
||||
"author": "logtd",
|
||||
"title": "ComfyUI-RAVE Attention",
|
||||
"id": "rave",
|
||||
"id": "rave-attn",
|
||||
"reference": "https://github.com/logtd/ComfyUI-RAVE_ATTN",
|
||||
"files": [
|
||||
"https://github.com/logtd/ComfyUI-RAVE_ATTN"
|
||||
@ -7490,7 +7510,7 @@
|
||||
{
|
||||
"author": "11dogzi",
|
||||
"title": "Comfyui-ergouzi-kaiguan",
|
||||
"id": "ergouzi-nodes",
|
||||
"id": "ergouzi-kaiguan",
|
||||
"reference": "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan",
|
||||
"files": [
|
||||
"https://github.com/11dogzi/Comfyui-ergouzi-kaiguan"
|
||||
@ -7501,7 +7521,7 @@
|
||||
{
|
||||
"author": "11dogzi",
|
||||
"title": "ComfUI-EGAdapterMadAssistant",
|
||||
"id": "ergouzi-samplers",
|
||||
"id": "madassistant",
|
||||
"reference": "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant",
|
||||
"files": [
|
||||
"https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant"
|
||||
@ -8084,7 +8104,7 @@
|
||||
{
|
||||
"author": "viperyl",
|
||||
"title": "ComfyUI-BiRefNet",
|
||||
"id": "birefnet",
|
||||
"id": "comfyui-birefnet",
|
||||
"reference": "https://github.com/viperyl/ComfyUI-BiRefNet",
|
||||
"files": [
|
||||
"https://github.com/viperyl/ComfyUI-BiRefNet"
|
||||
@ -8231,6 +8251,26 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Load image and partially workflow with javascript."
|
||||
},
|
||||
{
|
||||
"author": "shinich39",
|
||||
"title": "connect-from-afar",
|
||||
"reference": "https://github.com/shinich39/comfyui-connect-from-afar",
|
||||
"files": [
|
||||
"https://github.com/shinich39/comfyui-connect-from-afar"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Connect a new link from out of screen."
|
||||
},
|
||||
{
|
||||
"author": "shinich39",
|
||||
"title": "comfyui-target-search",
|
||||
"reference": "https://github.com/shinich39/comfyui-target-search",
|
||||
"files": [
|
||||
"https://github.com/shinich39/comfyui-target-search"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Move canvas to target on dragging connection."
|
||||
},
|
||||
{
|
||||
"author": "wei30172",
|
||||
"title": "comfygen",
|
||||
@ -8647,7 +8687,7 @@
|
||||
{
|
||||
"author": "discus0434",
|
||||
"title": "ComfyUI Aesthetic Predictor V2.5",
|
||||
"id": "caching-embeddings",
|
||||
"id": "aesthetic-predictor",
|
||||
"reference": "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5",
|
||||
"files": [
|
||||
"https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5"
|
||||
@ -9183,6 +9223,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "using [a/StreamV2V](https://github.com/Jeff-LiangF/streamv2v) in ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "smthemex",
|
||||
"title": "ComfyUI_MooER",
|
||||
"id": "comfyui_mooer",
|
||||
"reference": "https://github.com/smthemex/ComfyUI_MooER",
|
||||
"files": [
|
||||
"https://github.com/smthemex/ComfyUI_MooER"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "MooER is an LLM-based Speech Recognition and Translation Model from Moore Threads.You can use MooER when install ComfyUI_MooER node"
|
||||
},
|
||||
{
|
||||
"author": "choey",
|
||||
"title": "Comfy-Topaz",
|
||||
@ -9197,7 +9248,7 @@
|
||||
{
|
||||
"author": "ALatentPlace",
|
||||
"title": "ComfyUI_yanc",
|
||||
"id": "yanc",
|
||||
"id": "yanc-alatentplace",
|
||||
"reference": "https://github.com/ALatentPlace/ComfyUI_yanc",
|
||||
"files": [
|
||||
"https://github.com/ALatentPlace/ComfyUI_yanc"
|
||||
@ -9584,6 +9635,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Quantization tools are from [a/https://github.com/casper-hansen/AutoAWQ](https://github.com/casper-hansen/AutoAWQ) and [a/https://github.com/IST-DASLab/marlin](https://github.com/IST-DASLab/marlin)\nOnly applicable to graphics cards with sm_80 and above (30 series and above)\nNeed to install marlin dependencies first"
|
||||
},
|
||||
{
|
||||
"author": "MinusZoneAI",
|
||||
"title": "ComfyUI-FluxExt-MZ",
|
||||
"reference": "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ",
|
||||
"files": [
|
||||
"https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:MZ_Flux1PartialLoad_Patch. Tool nodes related to flux1"
|
||||
},
|
||||
{
|
||||
"author": "blueraincoatli",
|
||||
"title": "comfyUI_SillyNodes",
|
||||
@ -10058,7 +10119,7 @@
|
||||
"https://github.com/saftle/suplex_comfy_nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Misc Nodes: ControlNet Selector Node, Load Optional ControlNet Model"
|
||||
"description": "Misc Nodes: ControlNet Selector Node, Load Optional ControlNet Model, Diffusers Selector, Save Image JPG No Meta, Multi Input Variable Rewrite"
|
||||
},
|
||||
{
|
||||
"author": "mephisto83",
|
||||
@ -12335,16 +12396,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Advanced tiling of various shapes for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "neeltheninja",
|
||||
"title": "ComfyUI-TextOverlay",
|
||||
"reference": "https://github.com/neeltheninja/ComfyUI-TextOverlay",
|
||||
"files": [
|
||||
"https://github.com/neeltheninja/ComfyUI-TextOverlay"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom node for ComfyUI that adds text overlay to images, with options for text and background color, opacity, vertical positioning, and custom font selection."
|
||||
},
|
||||
{
|
||||
"author": "Fuou Marinas",
|
||||
"title": "ComfyUI-EbSynth",
|
||||
@ -12538,7 +12589,7 @@
|
||||
},
|
||||
{
|
||||
"author": "noarche",
|
||||
"title": "Color Enhance",
|
||||
"title": "noarche/Color Enhance",
|
||||
"id": "color-enhance",
|
||||
"reference": "https://github.com/noarche/sd-webui-color-enhance",
|
||||
"files": [
|
||||
@ -12680,6 +12731,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI for [a/LLaSM](https://huggingface.co/spaces/LinkSoul/LLaSM)"
|
||||
},
|
||||
{
|
||||
"author": "leeguandong",
|
||||
"title": "ComfyUI nodes to use VideoEditing",
|
||||
"reference": "https://github.com/leeguandong/ComfyUI_VideoEditing",
|
||||
"files": [
|
||||
"https://github.com/leeguandong/ComfyUI_VideoEditing"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Load Video to Images, Image to Canny, ControlNet Model Loader, VEDit Model Loader, VEdit Sampler. [a/https://github.com/SingleZombie/DiffusersExample/tree/main/ReplaceAttn](https://github.com/SingleZombie/DiffusersExample/tree/main/ReplaceAttn)"
|
||||
},
|
||||
{
|
||||
"author": "lenskikh",
|
||||
"title": "Propmt Worker",
|
||||
@ -12797,13 +12858,13 @@
|
||||
},
|
||||
{
|
||||
"author": "MohammadAboulEla",
|
||||
"title": "iTools ImageLoaderPlus",
|
||||
"title": "ComfyUI-iTools",
|
||||
"reference": "https://github.com/MohammadAboulEla/ComfyUI-iTools",
|
||||
"files": [
|
||||
"https://github.com/MohammadAboulEla/ComfyUI-iTools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "The iTools ImageLoaderPlus is an enhancement of the original ComfyUI ImageLoader node. It attempts to return the possible prompt used to create an image."
|
||||
"description": "The iTools are some quality of life nodes, like read a possible prompt used to create an image, save a prompt to file as a new line, read prompts from a multiline file."
|
||||
},
|
||||
{
|
||||
"author": "Hellrunner2k",
|
||||
@ -12897,7 +12958,99 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Download Dreambooth Checkpoint, Get Random Value From List, Load Canny Pose Face, Transparent to White Background, Download Flux Lora."
|
||||
},
|
||||
|
||||
{
|
||||
"author": "Isi-dev",
|
||||
"title": "UniAnimate Nodes for ComfyUI",
|
||||
"id": "comfyuiunianimatenodes",
|
||||
"reference": "https://github.com/Isi-dev/ComfyUI-UniAnimate-W",
|
||||
"files": [
|
||||
"https://github.com/Isi-dev/ComfyUI-UniAnimate-W"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "These are nodes to animate an image with a reference video using UniAnimate. [w/Name conflict with AIFSH/ComfyUI-UniAnimate. Cannot install simulatenously.]"
|
||||
},
|
||||
{
|
||||
"author": "XLabs-AI",
|
||||
"title": "x-flux-comfyui",
|
||||
"reference": "https://github.com/XLabs-AI/x-flux-comfyui",
|
||||
"files": [
|
||||
"https://github.com/XLabs-AI/x-flux-comfyui"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Load Flux LoRA, Load Flux ControlNet, Apply Flux ControlNet, Xlabs Sampler"
|
||||
},
|
||||
{
|
||||
"author": "okgo4",
|
||||
"title": "ComfyUI-Mosaic-Mask",
|
||||
"reference": "https://github.com/okgo4/ComfyUI-Mosaic-Mask",
|
||||
"files": [
|
||||
"https://github.com/okgo4/ComfyUI-Mosaic-Mask"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI-Mosaic-Mask is an automatic tool designed to detect and mask mosaic areas in input images."
|
||||
},
|
||||
{
|
||||
"author": "ChrisColeTech",
|
||||
"title": "ComfyUI-Line-counter",
|
||||
"reference": "https://github.com/ChrisColeTech/ComfyUI-Line-counter",
|
||||
"files": [
|
||||
"https://github.com/ChrisColeTech/ComfyUI-Line-counter"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom node to count the number of lines in a text file"
|
||||
},
|
||||
{
|
||||
"author": "dadoirie",
|
||||
"title": "ComfyUI_Dados_Nodes",
|
||||
"reference": "https://github.com/dadoirie/ComfyUI_Dados_Nodes",
|
||||
"files": [
|
||||
"https://github.com/dadoirie/ComfyUI_Dados_Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI_Dados_Nodes is a collection of custom nodes for ComfyUI, designed to enhance functionality and provide integration with various services, including Pinterest. This privacy policy explains how these nodes handle user data.\nNOTE: [a/privacy_policy](https://github.com/dadoirie/ComfyUI_Dados_Nodes/blob/master/privacy_policy.md)"
|
||||
},
|
||||
{
|
||||
"author": "fanfanfan",
|
||||
"title": "chinese_clip_encode",
|
||||
"id": "chinese_clip_encode",
|
||||
"reference": "https://github.com/yuan199696/chinese_clip_encode",
|
||||
"files": [
|
||||
"https://github.com/yuan199696/chinese_clip_encode"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Support input of Chinese prompts."
|
||||
},
|
||||
{
|
||||
"author": "fanfanfan",
|
||||
"title": "add_text_2_img",
|
||||
"id": "add_text_2_img",
|
||||
"reference": "https://github.com/yuan199696/add_text_2_img",
|
||||
"files": [
|
||||
"https://github.com/yuan199696/add_text_2_img"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Support adding custom text to the generated images."
|
||||
},
|
||||
{
|
||||
"author": "fairy-root",
|
||||
"title": "Ollama and Llava Vision integration for ComfyUI",
|
||||
"reference": "https://github.com/fairy-root/comfyui-ollama-llms",
|
||||
"files": [
|
||||
"https://github.com/fairy-root/comfyui-ollama-llms"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "The PonySwitch node is a custom node for ComfyUI that modifies prompts based on a toggle switch and adds configurable pony tags."
|
||||
},
|
||||
{
|
||||
"author": "ryanontheinside",
|
||||
"title": "ComfyUI_RyanOnTheInside",
|
||||
"reference": "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside",
|
||||
"files": [
|
||||
"https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "RyanOnTheInside node pack introduces the following (so far): Particle Systems, Optical Flow, Temporal Masks."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -857,9 +857,7 @@
|
||||
"FLATTEN (JOV) \u2b07\ufe0f",
|
||||
"GLSL (JOV) \ud83c\udf69",
|
||||
"GLSL BLEND LINEAR (JOV) \ud83e\uddd9\ud83c\udffd",
|
||||
"GLSL FILTER RANGE (JOV) \ud83e\uddd9\ud83c\udffd\u200d\u2640\ufe0f",
|
||||
"GLSL GRAYSCALE (JOV) \ud83e\uddd9\ud83c\udffd",
|
||||
"GLSL HSV ADJUST (JOV) \ud83e\uddd9\ud83c\udffd",
|
||||
"GLSL HSV-2-LAB (JOV) \ud83e\uddd9\ud83c\udffd",
|
||||
"GLSL HSV-2-RGB (JOV) \ud83e\uddd9\ud83c\udffd",
|
||||
"GLSL LAB-2-HSV (JOV) \ud83e\uddd9\ud83c\udffd",
|
||||
@ -1466,6 +1464,15 @@
|
||||
"title_aux": "ComfyUI_Ib_CustomNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/ChrisColeTech/ComfyUI-Line-counter": [
|
||||
[
|
||||
"DirectoryFileCounter",
|
||||
"TextFileLineCounter"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Line-counter"
|
||||
}
|
||||
],
|
||||
"https://github.com/Clybius/ComfyUI-Extra-Samplers": [
|
||||
[
|
||||
"GeometricCFGGuider",
|
||||
@ -2347,14 +2354,20 @@
|
||||
],
|
||||
"https://github.com/FuouM/ComfyUI-StyleTransferPlus": [
|
||||
[
|
||||
"AESFA",
|
||||
"AesFAStyleBlend",
|
||||
"AesPA",
|
||||
"CAST",
|
||||
"CoralColorTransfer",
|
||||
"EFDM",
|
||||
"MicroAST",
|
||||
"NeuralNeighbor"
|
||||
"NeuralNeighbor",
|
||||
"TSSAT",
|
||||
"UniST",
|
||||
"UniST_Video"
|
||||
],
|
||||
{
|
||||
"author": "Fuou Marinas",
|
||||
"author": "ZJU",
|
||||
"description": "A collection of style transfer nodes.",
|
||||
"nickname": "StyleTransferPlus",
|
||||
"title": "ComfyUI-StyleTransferPlus",
|
||||
@ -2763,6 +2776,15 @@
|
||||
"title_aux": "ComfyUI-Stereopsis"
|
||||
}
|
||||
],
|
||||
"https://github.com/Isi-dev/ComfyUI-UniAnimate-W": [
|
||||
[
|
||||
"Gen_align_pose",
|
||||
"UniAnimateImage"
|
||||
],
|
||||
{
|
||||
"title_aux": "UniAnimate Nodes for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": [
|
||||
[
|
||||
"DisplayText",
|
||||
@ -3217,6 +3239,7 @@
|
||||
"ADE_MultivalConvertToMask",
|
||||
"ADE_MultivalDynamic",
|
||||
"ADE_MultivalDynamicFloatInput",
|
||||
"ADE_MultivalDynamicFloats",
|
||||
"ADE_MultivalScaledMask",
|
||||
"ADE_NoiseLayerAdd",
|
||||
"ADE_NoiseLayerAddWeighted",
|
||||
@ -3756,10 +3779,12 @@
|
||||
],
|
||||
"https://github.com/MohammadAboulEla/ComfyUI-iTools": [
|
||||
[
|
||||
"iTools_Prompt"
|
||||
"iToolsLoadImagePlus",
|
||||
"iToolsPromptLoader",
|
||||
"iToolsPromptSaver"
|
||||
],
|
||||
{
|
||||
"title_aux": "iTools ImageLoaderPlus"
|
||||
"title_aux": "ComfyUI-iTools"
|
||||
}
|
||||
],
|
||||
"https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": [
|
||||
@ -3856,6 +3881,14 @@
|
||||
"title_aux": "ComfyUI_SSStereoscope"
|
||||
}
|
||||
],
|
||||
"https://github.com/Munkyfoot/ComfyUI-TextOverlay": [
|
||||
[
|
||||
"Text Overlay"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-TextOverlay"
|
||||
}
|
||||
],
|
||||
"https://github.com/MushroomFleet/DJZ-Nodes": [
|
||||
[
|
||||
"AspectSize",
|
||||
@ -4533,6 +4566,9 @@
|
||||
"MergeAudioNode",
|
||||
"MergeImageBatches",
|
||||
"MergeLatentBatches",
|
||||
"MuseAudioFeatureExtractionNode",
|
||||
"MuseImageFeatureExtractionNode",
|
||||
"MuseTalkNode",
|
||||
"RVC-Studio.LoadAudio",
|
||||
"RVC-Studio.PreviewAudio",
|
||||
"RVCNode",
|
||||
@ -5094,6 +5130,15 @@
|
||||
"title_aux": "ComfyUI_Seg_VITON"
|
||||
}
|
||||
],
|
||||
"https://github.com/StartHua/Comfyui_CXH_joy_caption": [
|
||||
[
|
||||
"Joy_caption",
|
||||
"Joy_caption_load"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfyui_CXH_joy_caption"
|
||||
}
|
||||
],
|
||||
"https://github.com/StartHua/Comfyui_joytag": [
|
||||
[
|
||||
"CXH_JoyTag"
|
||||
@ -5732,6 +5777,7 @@
|
||||
"ttN text7BOX_concat",
|
||||
"ttN textCycleLine",
|
||||
"ttN textDebug",
|
||||
"ttN textOutput",
|
||||
"ttN tinyLoader",
|
||||
"ttN xyPlot"
|
||||
],
|
||||
@ -6185,6 +6231,18 @@
|
||||
"title_aux": "ComfyUI Simply Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/XLabs-AI/x-flux-comfyui": [
|
||||
[
|
||||
"ApplyFluxControlNet",
|
||||
"FluxLoraLoader",
|
||||
"LoadFluxControlNet",
|
||||
"LoadFluxModel",
|
||||
"XlabsSampler"
|
||||
],
|
||||
{
|
||||
"title_aux": "x-flux-comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/XmYx/deforum-comfy-nodes": [
|
||||
[
|
||||
"DeforumAddNoiseNode",
|
||||
@ -7521,7 +7579,7 @@
|
||||
"ApplyRAUNetSimple"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI jank HiDiffusion"
|
||||
"title_aux": "comfyui_jankhidiffusion"
|
||||
}
|
||||
],
|
||||
"https://github.com/blepping/comfyui_overly_complicated_sampling": [
|
||||
@ -8716,15 +8774,15 @@
|
||||
"title_aux": "Image chooser"
|
||||
}
|
||||
],
|
||||
"https://github.com/chrisgoringe/cg-noise": [
|
||||
"https://github.com/chrisgoringe/cg-noisetools": [
|
||||
[
|
||||
"Hijack",
|
||||
"KSampler Advanced with Variations",
|
||||
"KSampler with Variations",
|
||||
"UnHijack"
|
||||
"Batch Noise Simulate",
|
||||
"Mix Noise",
|
||||
"Seperable Batch Noise",
|
||||
"Shape Noise"
|
||||
],
|
||||
{
|
||||
"title_aux": "Variation seeds"
|
||||
"title_aux": "Noise variation and batch noise tools"
|
||||
}
|
||||
],
|
||||
"https://github.com/chrisgoringe/cg-use-everywhere": [
|
||||
@ -8789,6 +8847,14 @@
|
||||
"title_aux": "youtube-dl-comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/city96/ComfyUI-GGUF": [
|
||||
[
|
||||
"UnetLoaderGGUF"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-GGUF"
|
||||
}
|
||||
],
|
||||
"https://github.com/city96/ComfyUI_ColorMod": [
|
||||
[
|
||||
"CV2Tonemap",
|
||||
@ -9513,6 +9579,14 @@
|
||||
"title_aux": "D2 Steps"
|
||||
}
|
||||
],
|
||||
"https://github.com/dadoirie/ComfyUI_Dados_Nodes": [
|
||||
[
|
||||
"PinterestImageNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_Dados_Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/dagthomas/comfyui_dagthomas": [
|
||||
[
|
||||
"APNLatent",
|
||||
@ -10169,6 +10243,16 @@
|
||||
"title_aux": "ComfyUI-Showrunner-Utils"
|
||||
}
|
||||
],
|
||||
"https://github.com/fairy-root/comfyui-ollama-llms": [
|
||||
[
|
||||
"ConcatenateText",
|
||||
"llava",
|
||||
"ollama"
|
||||
],
|
||||
{
|
||||
"title_aux": "Ollama and Llava Vision integration for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/fearnworks/ComfyUI_FearnworksNodes": [
|
||||
[
|
||||
"Count Files in Directory (FW)",
|
||||
@ -10319,6 +10403,7 @@
|
||||
"FL_TD_Sampler",
|
||||
"FL_TetrisGame",
|
||||
"FL_TimeLine",
|
||||
"FL_UpscaleModel",
|
||||
"FL_VideoCropMask",
|
||||
"FL_VideoRecompose",
|
||||
"FL_ZipDirectory",
|
||||
@ -10716,7 +10801,7 @@
|
||||
"SimpleChat"
|
||||
],
|
||||
{
|
||||
"title_aux": "SaltAI Language Toolkit"
|
||||
"title_aux": "SaltAI_Language_Toolkit"
|
||||
}
|
||||
],
|
||||
"https://github.com/giriss/comfy-image-saver": [
|
||||
@ -11267,6 +11352,7 @@
|
||||
"feishu_tool",
|
||||
"file_combine",
|
||||
"file_combine_plus",
|
||||
"flux_persona",
|
||||
"get_string",
|
||||
"github_tool",
|
||||
"google_loader",
|
||||
@ -12681,6 +12767,19 @@
|
||||
"title_aux": "ComfyUI-CCSR"
|
||||
}
|
||||
],
|
||||
"https://github.com/kijai/ComfyUI-ControlNeXt-SVD": [
|
||||
[
|
||||
"ControlNextDecode",
|
||||
"ControlNextDiffusersScheduler",
|
||||
"ControlNextGetPoses",
|
||||
"ControlNextSVDApply",
|
||||
"ControlNextSampler",
|
||||
"DownloadAndLoadControlNeXt"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI nodes for ControlNext-SVD v2"
|
||||
}
|
||||
],
|
||||
"https://github.com/kijai/ComfyUI-DDColor": [
|
||||
[
|
||||
"DDColor_Colorize"
|
||||
@ -13300,6 +13399,18 @@
|
||||
"title_aux": "ComfyUI_M3Net"
|
||||
}
|
||||
],
|
||||
"https://github.com/leeguandong/ComfyUI_VideoEditing": [
|
||||
[
|
||||
"LoadVideo2Images",
|
||||
"VEdit_ControlNet_ModelLoader",
|
||||
"VEdit_ModelLoader",
|
||||
"VEdit_Sampler",
|
||||
"VEdit_image2canny"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI nodes to use VideoEditing"
|
||||
}
|
||||
],
|
||||
"https://github.com/leestuartx/ComfyUI-GG": [
|
||||
[
|
||||
"AddPaddingToImage",
|
||||
@ -14613,14 +14724,6 @@
|
||||
"title_aux": "ComfyUI-NegiTools"
|
||||
}
|
||||
],
|
||||
"https://github.com/neeltheninja/ComfyUI-TextOverlay": [
|
||||
[
|
||||
"Text Overlay"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-TextOverlay"
|
||||
}
|
||||
],
|
||||
"https://github.com/neverbiasu/ComfyUI-Image-Captioner": [
|
||||
[
|
||||
"ImageCaptioner"
|
||||
@ -14766,7 +14869,7 @@
|
||||
"MMakerColorEnhance"
|
||||
],
|
||||
{
|
||||
"title_aux": "Color Enhance"
|
||||
"title_aux": "noarche/Color Enhance"
|
||||
}
|
||||
],
|
||||
"https://github.com/noembryo/ComfyUI-noEmbryo": [
|
||||
@ -14869,6 +14972,14 @@
|
||||
"title_aux": "BrushNet"
|
||||
}
|
||||
],
|
||||
"https://github.com/okgo4/ComfyUI-Mosaic-Mask": [
|
||||
[
|
||||
"MosaicMask"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Mosaic-Mask"
|
||||
}
|
||||
],
|
||||
"https://github.com/olduvai-jp/ComfyUI-HfLoader": [
|
||||
[
|
||||
"Lora Loader From HF"
|
||||
@ -15611,6 +15722,31 @@
|
||||
"title_aux": "Runtime44 ComfyUI Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": [
|
||||
[
|
||||
"AudioControlledMaskMorph",
|
||||
"EmitterMovement",
|
||||
"GravityWell",
|
||||
"MaskMath",
|
||||
"MaskMorph",
|
||||
"MaskRings",
|
||||
"MaskTransform",
|
||||
"MaskWarp",
|
||||
"MovingShape",
|
||||
"OpticalFlowDirectionMask",
|
||||
"OpticalFlowMaskModulation",
|
||||
"OpticalFlowParticleSystem",
|
||||
"ParticleEmissionMask",
|
||||
"ParticleEmitter",
|
||||
"PulsatingParticleSystemMask",
|
||||
"TextMaskNode",
|
||||
"Vortex",
|
||||
"_mfc"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_RyanOnTheInside"
|
||||
}
|
||||
],
|
||||
"https://github.com/s1dlx/comfy_meh/raw/main/meh.py": [
|
||||
[
|
||||
"MergingExecutionHelper"
|
||||
@ -15624,6 +15760,7 @@
|
||||
"ControlNet Selector",
|
||||
"ControlNetOptionalLoader",
|
||||
"DiffusersSelector",
|
||||
"MultiInputVariableRewrite",
|
||||
"SaveImageJPGNoMeta"
|
||||
],
|
||||
{
|
||||
@ -15968,13 +16105,9 @@
|
||||
"BizyAirGenerateLightningImage",
|
||||
"BizyAirHEDPreprocessor",
|
||||
"BizyAirImageCaption",
|
||||
"BizyAirKolorsSampler",
|
||||
"BizyAirKolorsTextEncode",
|
||||
"BizyAirKolorsVAEDecode",
|
||||
"BizyAirKolorsVAEEncode",
|
||||
"BizyAirJoyCaption",
|
||||
"BizyAirLeReS_DepthMapPreprocessor",
|
||||
"BizyAirLineArtPreprocessor",
|
||||
"BizyAirMZChatGLM3TextEncode",
|
||||
"BizyAirM_LSDPreprocessor",
|
||||
"BizyAirMetric3D_DepthMapPreprocessor",
|
||||
"BizyAirMetric3D_NormalMapPreprocessor",
|
||||
@ -15987,7 +16120,6 @@
|
||||
"BizyAirRemoveBackground",
|
||||
"BizyAirSAMPreprocessor",
|
||||
"BizyAirScribblePreprocessor",
|
||||
"BizyAirSetAPIKey",
|
||||
"BizyAirSiliconCloudLLMAPI",
|
||||
"BizyAirSuperResolution",
|
||||
"BizyAirTilePreprocessor",
|
||||
@ -16226,6 +16358,15 @@
|
||||
"title_aux": "ComfyUI_MS_Diffusion"
|
||||
}
|
||||
],
|
||||
"https://github.com/smthemex/ComfyUI_MooER": [
|
||||
[
|
||||
"MooER_LoadModel",
|
||||
"MooER_Sampler"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_MooER"
|
||||
}
|
||||
],
|
||||
"https://github.com/smthemex/ComfyUI_ParlerTTS": [
|
||||
[
|
||||
"ParlerTTS_LoadModel",
|
||||
@ -17705,6 +17846,7 @@
|
||||
"easy detailerFix",
|
||||
"easy dynamiCrafterLoader",
|
||||
"easy float",
|
||||
"easy fluxLoader",
|
||||
"easy fullCascadeKSampler",
|
||||
"easy fullLoader",
|
||||
"easy fullkSampler",
|
||||
@ -17917,6 +18059,22 @@
|
||||
"title_aux": "tdxh_node_comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/yuan199696/add_text_2_img": [
|
||||
[
|
||||
"AddText"
|
||||
],
|
||||
{
|
||||
"title_aux": "add_text_2_img"
|
||||
}
|
||||
],
|
||||
"https://github.com/yuan199696/chinese_clip_encode": [
|
||||
[
|
||||
"ChineseCLIPEncode"
|
||||
],
|
||||
{
|
||||
"title_aux": "chinese_clip_encode"
|
||||
}
|
||||
],
|
||||
"https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": [
|
||||
[
|
||||
"DepthAnythingTensorrt"
|
||||
|
||||
3106
github-stats.json
3106
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -31,7 +31,7 @@ import cnr_utils
|
||||
from manager_util import *
|
||||
|
||||
|
||||
version_code = [2, 48, 7]
|
||||
version_code = [2, 49]
|
||||
version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '')
|
||||
|
||||
|
||||
@ -176,6 +176,9 @@ def is_blacklisted(name):
|
||||
if match:
|
||||
name = match.group(1)
|
||||
|
||||
if name in cm_global.pip_blacklist:
|
||||
return True
|
||||
|
||||
if name in cm_global.pip_downgrade_blacklist:
|
||||
pips = get_installed_packages()
|
||||
|
||||
@ -202,6 +205,9 @@ def is_installed(name):
|
||||
if match:
|
||||
name = match.group(1)
|
||||
|
||||
if name in cm_global.pip_blacklist:
|
||||
return True
|
||||
|
||||
if name in cm_global.pip_downgrade_blacklist:
|
||||
pips = get_installed_packages()
|
||||
|
||||
|
||||
@ -17,7 +17,7 @@ cache_dir = os.path.join(comfyui_manager_path, '.cache')
|
||||
# try:
|
||||
# from distutils.version import StrictVersion
|
||||
# except:
|
||||
print(f"[ComfyUI-Manager] 'distutils' package not found. Activating fallback mode for compatibility.")
|
||||
# print(f"[ComfyUI-Manager] 'distutils' package not found. Activating fallback mode for compatibility.")
|
||||
class StrictVersion:
|
||||
def __init__(self, version_string):
|
||||
self.version_string = version_string
|
||||
|
||||
@ -9,9 +9,56 @@
|
||||
"description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "logtd",
|
||||
"title": "ComfyUI-Fluxtapoz [WIP]",
|
||||
"reference": "https://github.com/logtd/ComfyUI-Fluxtapoz",
|
||||
"files": [
|
||||
"https://github.com/logtd/ComfyUI-Fluxtapoz"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A set of nodes for editing images using Flux in ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "ChrisColeTech",
|
||||
"title": "ComfyUI-Get-Random-File [UNSAFE]",
|
||||
"reference": "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File",
|
||||
"files": [
|
||||
"https://github.com/ChrisColeTech/ComfyUI-Get-Random-File"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Gets a random file from a directory. Returns the filpath as a STRING. [w/This node allows access to arbitrary files through the workflow, which could pose a security threat.]"
|
||||
},
|
||||
{
|
||||
"author": "logtd",
|
||||
"title": "ComfyUI-Fluxtapoz [WIP]",
|
||||
"reference": "https://github.com/logtd/ComfyUI-Fluxtapoz",
|
||||
"files": [
|
||||
"https://github.com/logtd/ComfyUI-Fluxtapoz"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A set of nodes for editing images using Flux in ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "neeltheninja",
|
||||
"title": "ComfyUI-ControlNeXt [WIP]",
|
||||
"reference": "https://github.com/neverbiasu/ComfyUI-ControlNeXt",
|
||||
"files": [
|
||||
"https://github.com/neverbiasu/ComfyUI-ControlNeXt"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "In progress🚧"
|
||||
},
|
||||
{
|
||||
"author": "neeltheninja",
|
||||
"title": "ComfyUI-TextOverlay",
|
||||
"reference": "https://github.com/neeltheninja/ComfyUI-TextOverlay",
|
||||
"files": [
|
||||
"https://github.com/neeltheninja/ComfyUI-TextOverlay"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom node for ComfyUI that adds text overlay to images, with options for text and background color, opacity, vertical positioning, and custom font selection. [w/Name conflict with munkyfoot/ComfyUI-TextOverlay. Cannot install simulatenously.]"
|
||||
},
|
||||
{
|
||||
"author": "comfyanonymous",
|
||||
"title": "ComfyUI_bitsandbytes_NF4 [EXPERIMENTAL]",
|
||||
|
||||
@ -351,6 +351,15 @@
|
||||
"title_aux": "ComfyUI_bd_customNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": [
|
||||
[
|
||||
"RandomFilePathNode",
|
||||
"RandomImagePathNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Get-Random-File [UNSAFE]"
|
||||
}
|
||||
],
|
||||
"https://github.com/DeTK/ComfyUI-Switch": [
|
||||
[
|
||||
"NodeSwitch"
|
||||
@ -2013,6 +2022,18 @@
|
||||
"title_aux": "ComfyUI Build and Train Your Network [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/logtd/ComfyUI-Fluxtapoz": [
|
||||
[
|
||||
"FluxDeGuidance",
|
||||
"FluxInverseSampler",
|
||||
"InFluxFlipSigmas",
|
||||
"InFluxModelSamplingPred",
|
||||
"OutFluxModelSamplingPred"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Fluxtapoz [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/logtd/ComfyUI-MotionThiefExperiment": [
|
||||
[
|
||||
"ApplyRefMotionNode",
|
||||
@ -2165,6 +2186,14 @@
|
||||
"title_aux": "ComfyUI GLIGEN GUI Node"
|
||||
}
|
||||
],
|
||||
"https://github.com/neeltheninja/ComfyUI-TextOverlay": [
|
||||
[
|
||||
"TextOverlay"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-TextOverlay"
|
||||
}
|
||||
],
|
||||
"https://github.com/neuratech-ai/ComfyUI-MultiGPU": [
|
||||
[
|
||||
"CLIPLoaderMultiGPU",
|
||||
@ -2178,6 +2207,15 @@
|
||||
"title_aux": "ComfyUI-MultiGPU"
|
||||
}
|
||||
],
|
||||
"https://github.com/neverbiasu/ComfyUI-ControlNeXt": [
|
||||
[
|
||||
"ControlNextPipelineConfig",
|
||||
"ControlNextSDXL"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ControlNeXt [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/nidefawl/ComfyUI-nidefawl": [
|
||||
[
|
||||
"BlendImagesWithBoundedMasks",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -8,8 +8,172 @@
|
||||
"description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel.\nMaking LoRA has never been easier!"
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "ryanontheinside",
|
||||
"title": "ComfyUI_RyanOnTheInside",
|
||||
"reference": "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside",
|
||||
"files": [
|
||||
"https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "RyanOnTheInside node pack introduces the following (so far): Particle Systems, Optical Flow, Temporal Masks."
|
||||
},
|
||||
{
|
||||
"author": "city96",
|
||||
"title": "ComfyUI-GGUF",
|
||||
"id": "gguf",
|
||||
"reference": "https://github.com/city96/ComfyUI-GGUF",
|
||||
"files": [
|
||||
"https://github.com/city96/ComfyUI-GGUF"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "GGUF Quantization support for native ComfyUI models\nThis is currently very much WIP. These custom nodes provide support for model files stored in the GGUF format popularized by llama.cpp.\nWhile quantization wasn't feasible for regular UNET models (conv2d), transformer/DiT models such as flux seem less affected by quantization. This allows running it in much lower bits per weight variable bitrate quants on low-end GPUs.\n[w/LoRA / Controlnet / etc are currently not supported due to the weights being quantized.]"
|
||||
},
|
||||
{
|
||||
"author": "smthemex",
|
||||
"title": "ComfyUI_MooER",
|
||||
"id": "comfyui_mooer",
|
||||
"reference": "https://github.com/smthemex/ComfyUI_MooER",
|
||||
"files": [
|
||||
"https://github.com/smthemex/ComfyUI_MooER"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "MooER is an LLM-based Speech Recognition and Translation Model from Moore Threads.You can use MooER when install ComfyUI_MooER node"
|
||||
},
|
||||
{
|
||||
"author": "fairy-root",
|
||||
"title": "Ollama and Llava Vision integration for ComfyUI",
|
||||
"reference": "https://github.com/fairy-root/comfyui-ollama-llms",
|
||||
"files": [
|
||||
"https://github.com/fairy-root/comfyui-ollama-llms"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "The PonySwitch node is a custom node for ComfyUI that modifies prompts based on a toggle switch and adds configurable pony tags."
|
||||
},
|
||||
{
|
||||
"author": "shinich39",
|
||||
"title": "comfyui-target-search",
|
||||
"reference": "https://github.com/shinich39/comfyui-target-search",
|
||||
"files": [
|
||||
"https://github.com/shinich39/comfyui-target-search"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Move canvas to target on dragging connection."
|
||||
},
|
||||
{
|
||||
"author": "MinusZoneAI",
|
||||
"title": "ComfyUI-FluxExt-MZ",
|
||||
"reference": "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ",
|
||||
"files": [
|
||||
"https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:MZ_Flux1PartialLoad_Patch. Tool nodes related to flux1"
|
||||
},
|
||||
{
|
||||
"author": "XLabs-AI",
|
||||
"title": "x-flux-comfyui",
|
||||
"reference": "https://github.com/XLabs-AI/x-flux-comfyui",
|
||||
"files": [
|
||||
"https://github.com/XLabs-AI/x-flux-comfyui"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Load Flux LoRA, Load Flux ControlNet, Apply Flux ControlNet, Xlabs Sampler"
|
||||
},
|
||||
{
|
||||
"author": "okgo4",
|
||||
"title": "ComfyUI-Mosaic-Mask",
|
||||
"reference": "https://github.com/okgo4/ComfyUI-Mosaic-Mask",
|
||||
"files": [
|
||||
"https://github.com/okgo4/ComfyUI-Mosaic-Mask"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI-Mosaic-Mask is an automatic tool designed to detect and mask mosaic areas in input images."
|
||||
},
|
||||
{
|
||||
"author": "kijai",
|
||||
"title": "ComfyUI nodes for ControlNext-SVD v2",
|
||||
"reference": "https://github.com/kijai/ComfyUI-ControlNeXt-SVD",
|
||||
"files": [
|
||||
"https://github.com/kijai/ComfyUI-ControlNeXt-SVD"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "These nodes include my wrapper for the original diffusers pipeline, as well as work in progress native ComfyUI implementation.\nFor the diffusers wrapper models should be downloaded automatically, for the native version you can get the unet [a/here](https://huggingface.co/Kijai/ControlNeXt-SVD-V2-Comfy/blob/main/controlnext-svd_v2-unet-fp16_converted.safetensors)."
|
||||
},
|
||||
{
|
||||
"author": "Isi-dev",
|
||||
"title": "UniAnimate Nodes for ComfyUI",
|
||||
"id": "comfyuiunianimatenodes",
|
||||
"reference": "https://github.com/Isi-dev/ComfyUI-UniAnimate-W",
|
||||
"files": [
|
||||
"https://github.com/Isi-dev/ComfyUI-UniAnimate-W"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "These are nodes to animate an image with a reference video using UniAnimate. [w/Name conflict with AIFSH/ComfyUI-UniAnimate. Cannot install simulatenously.]"
|
||||
},
|
||||
{
|
||||
"author": "dadoirie",
|
||||
"title": "ComfyUI_Dados_Nodes",
|
||||
"reference": "https://github.com/dadoirie/ComfyUI_Dados_Nodes",
|
||||
"files": [
|
||||
"https://github.com/dadoirie/ComfyUI_Dados_Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI_Dados_Nodes is a collection of custom nodes for ComfyUI, designed to enhance functionality and provide integration with various services, including Pinterest. This privacy policy explains how these nodes handle user data.\nNOTE: [a/privacy_policy](https://github.com/dadoirie/ComfyUI_Dados_Nodes/blob/master/privacy_policy.md)"
|
||||
},
|
||||
{
|
||||
"author": "leeguandong",
|
||||
"title": "ComfyUI nodes to use VideoEditing",
|
||||
"reference": "https://github.com/leeguandong/ComfyUI_VideoEditing",
|
||||
"files": [
|
||||
"https://github.com/leeguandong/ComfyUI_VideoEditing"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Load Video to Images, Image to Canny, ControlNet Model Loader, VEDit Model Loader, VEdit Sampler. [a/https://github.com/SingleZombie/DiffusersExample/tree/main/ReplaceAttn](https://github.com/SingleZombie/DiffusersExample/tree/main/ReplaceAttn)"
|
||||
},
|
||||
{
|
||||
"author": "shinich39",
|
||||
"title": " connect-from-afar",
|
||||
"reference": "https://github.com/shinich39/comfyui-connect-from-afar",
|
||||
"files": [
|
||||
"https://github.com/shinich39/comfyui-connect-from-afar"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Connect a new link from out of screen."
|
||||
},
|
||||
{
|
||||
"author": "StartHua",
|
||||
"title": "Comfyui_CXH_joy_caption",
|
||||
"reference": "https://github.com/StartHua/Comfyui_CXH_joy_caption",
|
||||
"files": [
|
||||
"https://github.com/StartHua/Comfyui_CXH_joy_caption"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Joy_caption_load, Joy_caption"
|
||||
},
|
||||
{
|
||||
"author": "fanfanfan",
|
||||
"title": "chinese_clip_encode",
|
||||
"id": "chinese_clip_encode",
|
||||
"reference": "https://github.com/yuan199696/chinese_clip_encode",
|
||||
"files": [
|
||||
"https://github.com/yuan199696/chinese_clip_encode"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Support input of Chinese prompts."
|
||||
},
|
||||
{
|
||||
"author": "ChrisColeTech",
|
||||
"title": "ComfyUI-Line-counter",
|
||||
"reference": "https://github.com/ChrisColeTech/ComfyUI-Line-counter",
|
||||
"files": [
|
||||
"https://github.com/ChrisColeTech/ComfyUI-Line-counter"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom node to count the number of lines in a text file"
|
||||
},
|
||||
{
|
||||
"author": "Fuou Marinas",
|
||||
"title": "ComfyUI-StyleTransferPlus",
|
||||
@ -530,164 +694,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "a comfyui custom node for [a/AniTalker](https://github.com/X-LANCE/AniTalker)"
|
||||
},
|
||||
{
|
||||
"author": "syaofox",
|
||||
"title": "ComfyUI_FoxTools",
|
||||
"reference": "https://github.com/syaofox/ComfyUI_FoxTools",
|
||||
"files": [
|
||||
"https://github.com/syaofox/ComfyUI_FoxTools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:BatchImageFromList, Load Face Occlusion Model, Create Face Mask, Simple FaceAlign, Cacul FaceAlign, Gen Blurbord, Face Align, Face Rotate, ImageAdd, LoadImageList, SaveImage Plus, RegTextFind"
|
||||
},
|
||||
{
|
||||
"author": "Anibaaal",
|
||||
"title": "ComfyUI UX Nodes",
|
||||
"reference": "https://github.com/Anibaaal/ComfyUI-UX-Nodes",
|
||||
"files": [
|
||||
"https://github.com/Anibaaal/ComfyUI-UX-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Easy Resolution Picker, Step Calculator"
|
||||
},
|
||||
{
|
||||
"author": "aonekoss",
|
||||
"title": "ComfyUI-Counter",
|
||||
"reference": "https://github.com/oleksandr612/ComfyUI-Counter",
|
||||
"files": [
|
||||
"https://github.com/oleksandr612/ComfyUI-Counter"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A simple counter, when pressing 'Queue Prompt' resets the count."
|
||||
},
|
||||
{
|
||||
"author": "emojiiii",
|
||||
"title": "ComfyUI_Emojiiii_Custom_Nodes",
|
||||
"reference": "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes",
|
||||
"files": [
|
||||
"https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:MultiTextEncode, KolorsMultiTextEncode"
|
||||
},
|
||||
{
|
||||
"author": "da2el-ai",
|
||||
"title": "D2 Send Eagle",
|
||||
"id": "d2-send-eagle",
|
||||
"reference": "https://github.com/da2el-ai/ComfyUI-d2-send-eagle",
|
||||
"files": [
|
||||
"https://github.com/da2el-ai/ComfyUI-d2-send-eagle"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is a custom node for sending images generated in ComfyUI to the image management software Eagle. It's an extension of an existing custom node called [a/ComfyUI-send-eagle-slim](https://github.com/shingo1228/ComfyUI-send-eagle-slim), modified to suit my preferences. I'm grateful to Shingo.T for creating the excellent original custom node."
|
||||
},
|
||||
{
|
||||
"author": "Extraltodeus",
|
||||
"title": "Skimmed_CFG",
|
||||
"id": "skimmed-cfg",
|
||||
"reference": "https://github.com/Extraltodeus/Skimmed_CFG",
|
||||
"files": [
|
||||
"https://github.com/Extraltodeus/Skimmed_CFG"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A powerful anti-burn allowing much higher CFG scales for latent diffusion models (for ComfyUI)"
|
||||
},
|
||||
{
|
||||
"author": "noarche",
|
||||
"title": "Color Enhance",
|
||||
"id": "color-enhance",
|
||||
"reference": "https://github.com/noarche/sd-webui-color-enhance",
|
||||
"files": [
|
||||
"https://github.com/noarche/sd-webui-color-enhance"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Script for [a/AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) and node for ComfyUI to enhance colors.\nThis is the same algorithm GIMP/GEGL uses for color enhancement. The gist of this implementation is that it converts the color space to [CIELCh(ab) and normalizes the chroma (or '[a/colorfulness](https://en.wikipedia.org/wiki/Colorfulness)') component. Original source can be found in the link below."
|
||||
},
|
||||
{
|
||||
"author": "PowerHouseMan",
|
||||
"title": "ComfyUI-AdvancedLivePortrait",
|
||||
"id": "advancedliveportrait",
|
||||
"reference": "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait",
|
||||
"files": [
|
||||
"https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "AdvancedLivePortrait with Facial expression editor"
|
||||
},
|
||||
{
|
||||
"author": "cdxOo",
|
||||
"title": "Text Node With Comments (@cdxoo)",
|
||||
"reference": "https://github.com/cdxOo/comfyui-text-node-with-comments",
|
||||
"files": [
|
||||
"https://github.com/cdxOo/comfyui-text-node-with-comments"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "multiline text node that strips c-style comments (i.e.'//' and '/* ... */') before passing output string downstream"
|
||||
},
|
||||
{
|
||||
"author": "11dogzi",
|
||||
"title": "Comfyui-ergouzi-kaiguan",
|
||||
"id": "ergouzi-nodes",
|
||||
"reference": "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan",
|
||||
"files": [
|
||||
"https://github.com/11dogzi/Comfyui-ergouzi-kaiguan"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Group switching control, one click control to ignore and disable multiple groups, as well as wired switch combination nodes, allowing for arbitrary switching of annotation names"
|
||||
},
|
||||
{
|
||||
"author": "neverbiasu",
|
||||
"title": "ComfyUI SAM2(Segment Anything 2)",
|
||||
"id": "sam2",
|
||||
"reference": "https://github.com/neverbiasu/ComfyUI-SAM2",
|
||||
"files": [
|
||||
"https://github.com/neverbiasu/ComfyUI-SAM2"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This project adapts the SAM2 to incorporate functionalities from [a/comfyui_segment_anything](https://github.com/storyicon/comfyui_segment_anything). Many thanks to continue-revolution for their foundational work."
|
||||
},
|
||||
{
|
||||
"author": "kijai",
|
||||
"title": "ComfyUI-segment-anything-2",
|
||||
"id": "segment-anything-2",
|
||||
"reference": "https://github.com/kijai/ComfyUI-segment-anything-2",
|
||||
"files": [
|
||||
"https://github.com/kijai/ComfyUI-segment-anything-2"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes to use [a/segment-anything-2](https://github.com/facebookresearch/segment-anything-2) for image or video segmentation."
|
||||
},
|
||||
{
|
||||
"author": "akatz-ai",
|
||||
"title": "Akatz Custom Nodes",
|
||||
"id": "akatz-ai",
|
||||
"reference": "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes",
|
||||
"files": [
|
||||
"https://github.com/akatz-ai/ComfyUI-AKatz-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Simple custom node pack for nodes I use in my workflows. Includes Dilate Mask Linear for animating masks."
|
||||
},
|
||||
{
|
||||
"author": "MiddleKD",
|
||||
"title": "ComfyUI-mem-safe-wrapper",
|
||||
"reference": "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper",
|
||||
"files": [
|
||||
"https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI's Smart Memory Management efficiently manages RAM, GPU memory, and garbage collection. This feature keeps frequently used models in memory to increase inference speed, and dynamically releases less important models when memory is low to optimize resources. However, not all ComfyUI custom node developers create nodes that are compatible with Smart memory management. This includes several impressive models. Mem-safe-wrapper is a custom node that wraps these model nodes to enable ComfyUI's Smart memory management capabilities."
|
||||
},
|
||||
{
|
||||
"author": "teward",
|
||||
"title": "Comfy-Sentry",
|
||||
"reference": "https://github.com/teward/Comfy-Sentry",
|
||||
"files": [
|
||||
"https://github.com/teward/Comfy-Sentry"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI custom node that activates integration with a Sentry instance for loading. Has no actual nodes."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -857,9 +857,7 @@
|
||||
"FLATTEN (JOV) \u2b07\ufe0f",
|
||||
"GLSL (JOV) \ud83c\udf69",
|
||||
"GLSL BLEND LINEAR (JOV) \ud83e\uddd9\ud83c\udffd",
|
||||
"GLSL FILTER RANGE (JOV) \ud83e\uddd9\ud83c\udffd\u200d\u2640\ufe0f",
|
||||
"GLSL GRAYSCALE (JOV) \ud83e\uddd9\ud83c\udffd",
|
||||
"GLSL HSV ADJUST (JOV) \ud83e\uddd9\ud83c\udffd",
|
||||
"GLSL HSV-2-LAB (JOV) \ud83e\uddd9\ud83c\udffd",
|
||||
"GLSL HSV-2-RGB (JOV) \ud83e\uddd9\ud83c\udffd",
|
||||
"GLSL LAB-2-HSV (JOV) \ud83e\uddd9\ud83c\udffd",
|
||||
@ -1466,6 +1464,15 @@
|
||||
"title_aux": "ComfyUI_Ib_CustomNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/ChrisColeTech/ComfyUI-Line-counter": [
|
||||
[
|
||||
"DirectoryFileCounter",
|
||||
"TextFileLineCounter"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Line-counter"
|
||||
}
|
||||
],
|
||||
"https://github.com/Clybius/ComfyUI-Extra-Samplers": [
|
||||
[
|
||||
"GeometricCFGGuider",
|
||||
@ -2347,14 +2354,20 @@
|
||||
],
|
||||
"https://github.com/FuouM/ComfyUI-StyleTransferPlus": [
|
||||
[
|
||||
"AESFA",
|
||||
"AesFAStyleBlend",
|
||||
"AesPA",
|
||||
"CAST",
|
||||
"CoralColorTransfer",
|
||||
"EFDM",
|
||||
"MicroAST",
|
||||
"NeuralNeighbor"
|
||||
"NeuralNeighbor",
|
||||
"TSSAT",
|
||||
"UniST",
|
||||
"UniST_Video"
|
||||
],
|
||||
{
|
||||
"author": "Fuou Marinas",
|
||||
"author": "ZJU",
|
||||
"description": "A collection of style transfer nodes.",
|
||||
"nickname": "StyleTransferPlus",
|
||||
"title": "ComfyUI-StyleTransferPlus",
|
||||
@ -2763,6 +2776,15 @@
|
||||
"title_aux": "ComfyUI-Stereopsis"
|
||||
}
|
||||
],
|
||||
"https://github.com/Isi-dev/ComfyUI-UniAnimate-W": [
|
||||
[
|
||||
"Gen_align_pose",
|
||||
"UniAnimateImage"
|
||||
],
|
||||
{
|
||||
"title_aux": "UniAnimate Nodes for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": [
|
||||
[
|
||||
"DisplayText",
|
||||
@ -3217,6 +3239,7 @@
|
||||
"ADE_MultivalConvertToMask",
|
||||
"ADE_MultivalDynamic",
|
||||
"ADE_MultivalDynamicFloatInput",
|
||||
"ADE_MultivalDynamicFloats",
|
||||
"ADE_MultivalScaledMask",
|
||||
"ADE_NoiseLayerAdd",
|
||||
"ADE_NoiseLayerAddWeighted",
|
||||
@ -3756,10 +3779,12 @@
|
||||
],
|
||||
"https://github.com/MohammadAboulEla/ComfyUI-iTools": [
|
||||
[
|
||||
"iTools_Prompt"
|
||||
"iToolsLoadImagePlus",
|
||||
"iToolsPromptLoader",
|
||||
"iToolsPromptSaver"
|
||||
],
|
||||
{
|
||||
"title_aux": "iTools ImageLoaderPlus"
|
||||
"title_aux": "ComfyUI-iTools"
|
||||
}
|
||||
],
|
||||
"https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": [
|
||||
@ -3856,6 +3881,14 @@
|
||||
"title_aux": "ComfyUI_SSStereoscope"
|
||||
}
|
||||
],
|
||||
"https://github.com/Munkyfoot/ComfyUI-TextOverlay": [
|
||||
[
|
||||
"Text Overlay"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-TextOverlay"
|
||||
}
|
||||
],
|
||||
"https://github.com/MushroomFleet/DJZ-Nodes": [
|
||||
[
|
||||
"AspectSize",
|
||||
@ -4533,6 +4566,9 @@
|
||||
"MergeAudioNode",
|
||||
"MergeImageBatches",
|
||||
"MergeLatentBatches",
|
||||
"MuseAudioFeatureExtractionNode",
|
||||
"MuseImageFeatureExtractionNode",
|
||||
"MuseTalkNode",
|
||||
"RVC-Studio.LoadAudio",
|
||||
"RVC-Studio.PreviewAudio",
|
||||
"RVCNode",
|
||||
@ -5094,6 +5130,15 @@
|
||||
"title_aux": "ComfyUI_Seg_VITON"
|
||||
}
|
||||
],
|
||||
"https://github.com/StartHua/Comfyui_CXH_joy_caption": [
|
||||
[
|
||||
"Joy_caption",
|
||||
"Joy_caption_load"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfyui_CXH_joy_caption"
|
||||
}
|
||||
],
|
||||
"https://github.com/StartHua/Comfyui_joytag": [
|
||||
[
|
||||
"CXH_JoyTag"
|
||||
@ -5732,6 +5777,7 @@
|
||||
"ttN text7BOX_concat",
|
||||
"ttN textCycleLine",
|
||||
"ttN textDebug",
|
||||
"ttN textOutput",
|
||||
"ttN tinyLoader",
|
||||
"ttN xyPlot"
|
||||
],
|
||||
@ -6185,6 +6231,18 @@
|
||||
"title_aux": "ComfyUI Simply Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/XLabs-AI/x-flux-comfyui": [
|
||||
[
|
||||
"ApplyFluxControlNet",
|
||||
"FluxLoraLoader",
|
||||
"LoadFluxControlNet",
|
||||
"LoadFluxModel",
|
||||
"XlabsSampler"
|
||||
],
|
||||
{
|
||||
"title_aux": "x-flux-comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/XmYx/deforum-comfy-nodes": [
|
||||
[
|
||||
"DeforumAddNoiseNode",
|
||||
@ -7521,7 +7579,7 @@
|
||||
"ApplyRAUNetSimple"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI jank HiDiffusion"
|
||||
"title_aux": "comfyui_jankhidiffusion"
|
||||
}
|
||||
],
|
||||
"https://github.com/blepping/comfyui_overly_complicated_sampling": [
|
||||
@ -8716,15 +8774,15 @@
|
||||
"title_aux": "Image chooser"
|
||||
}
|
||||
],
|
||||
"https://github.com/chrisgoringe/cg-noise": [
|
||||
"https://github.com/chrisgoringe/cg-noisetools": [
|
||||
[
|
||||
"Hijack",
|
||||
"KSampler Advanced with Variations",
|
||||
"KSampler with Variations",
|
||||
"UnHijack"
|
||||
"Batch Noise Simulate",
|
||||
"Mix Noise",
|
||||
"Seperable Batch Noise",
|
||||
"Shape Noise"
|
||||
],
|
||||
{
|
||||
"title_aux": "Variation seeds"
|
||||
"title_aux": "Noise variation and batch noise tools"
|
||||
}
|
||||
],
|
||||
"https://github.com/chrisgoringe/cg-use-everywhere": [
|
||||
@ -8789,6 +8847,14 @@
|
||||
"title_aux": "youtube-dl-comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/city96/ComfyUI-GGUF": [
|
||||
[
|
||||
"UnetLoaderGGUF"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-GGUF"
|
||||
}
|
||||
],
|
||||
"https://github.com/city96/ComfyUI_ColorMod": [
|
||||
[
|
||||
"CV2Tonemap",
|
||||
@ -9513,6 +9579,14 @@
|
||||
"title_aux": "D2 Steps"
|
||||
}
|
||||
],
|
||||
"https://github.com/dadoirie/ComfyUI_Dados_Nodes": [
|
||||
[
|
||||
"PinterestImageNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_Dados_Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/dagthomas/comfyui_dagthomas": [
|
||||
[
|
||||
"APNLatent",
|
||||
@ -10169,6 +10243,16 @@
|
||||
"title_aux": "ComfyUI-Showrunner-Utils"
|
||||
}
|
||||
],
|
||||
"https://github.com/fairy-root/comfyui-ollama-llms": [
|
||||
[
|
||||
"ConcatenateText",
|
||||
"llava",
|
||||
"ollama"
|
||||
],
|
||||
{
|
||||
"title_aux": "Ollama and Llava Vision integration for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/fearnworks/ComfyUI_FearnworksNodes": [
|
||||
[
|
||||
"Count Files in Directory (FW)",
|
||||
@ -10319,6 +10403,7 @@
|
||||
"FL_TD_Sampler",
|
||||
"FL_TetrisGame",
|
||||
"FL_TimeLine",
|
||||
"FL_UpscaleModel",
|
||||
"FL_VideoCropMask",
|
||||
"FL_VideoRecompose",
|
||||
"FL_ZipDirectory",
|
||||
@ -10716,7 +10801,7 @@
|
||||
"SimpleChat"
|
||||
],
|
||||
{
|
||||
"title_aux": "SaltAI Language Toolkit"
|
||||
"title_aux": "SaltAI_Language_Toolkit"
|
||||
}
|
||||
],
|
||||
"https://github.com/giriss/comfy-image-saver": [
|
||||
@ -11267,6 +11352,7 @@
|
||||
"feishu_tool",
|
||||
"file_combine",
|
||||
"file_combine_plus",
|
||||
"flux_persona",
|
||||
"get_string",
|
||||
"github_tool",
|
||||
"google_loader",
|
||||
@ -12681,6 +12767,19 @@
|
||||
"title_aux": "ComfyUI-CCSR"
|
||||
}
|
||||
],
|
||||
"https://github.com/kijai/ComfyUI-ControlNeXt-SVD": [
|
||||
[
|
||||
"ControlNextDecode",
|
||||
"ControlNextDiffusersScheduler",
|
||||
"ControlNextGetPoses",
|
||||
"ControlNextSVDApply",
|
||||
"ControlNextSampler",
|
||||
"DownloadAndLoadControlNeXt"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI nodes for ControlNext-SVD v2"
|
||||
}
|
||||
],
|
||||
"https://github.com/kijai/ComfyUI-DDColor": [
|
||||
[
|
||||
"DDColor_Colorize"
|
||||
@ -13300,6 +13399,18 @@
|
||||
"title_aux": "ComfyUI_M3Net"
|
||||
}
|
||||
],
|
||||
"https://github.com/leeguandong/ComfyUI_VideoEditing": [
|
||||
[
|
||||
"LoadVideo2Images",
|
||||
"VEdit_ControlNet_ModelLoader",
|
||||
"VEdit_ModelLoader",
|
||||
"VEdit_Sampler",
|
||||
"VEdit_image2canny"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI nodes to use VideoEditing"
|
||||
}
|
||||
],
|
||||
"https://github.com/leestuartx/ComfyUI-GG": [
|
||||
[
|
||||
"AddPaddingToImage",
|
||||
@ -14613,14 +14724,6 @@
|
||||
"title_aux": "ComfyUI-NegiTools"
|
||||
}
|
||||
],
|
||||
"https://github.com/neeltheninja/ComfyUI-TextOverlay": [
|
||||
[
|
||||
"Text Overlay"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-TextOverlay"
|
||||
}
|
||||
],
|
||||
"https://github.com/neverbiasu/ComfyUI-Image-Captioner": [
|
||||
[
|
||||
"ImageCaptioner"
|
||||
@ -14766,7 +14869,7 @@
|
||||
"MMakerColorEnhance"
|
||||
],
|
||||
{
|
||||
"title_aux": "Color Enhance"
|
||||
"title_aux": "noarche/Color Enhance"
|
||||
}
|
||||
],
|
||||
"https://github.com/noembryo/ComfyUI-noEmbryo": [
|
||||
@ -14869,6 +14972,14 @@
|
||||
"title_aux": "BrushNet"
|
||||
}
|
||||
],
|
||||
"https://github.com/okgo4/ComfyUI-Mosaic-Mask": [
|
||||
[
|
||||
"MosaicMask"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Mosaic-Mask"
|
||||
}
|
||||
],
|
||||
"https://github.com/olduvai-jp/ComfyUI-HfLoader": [
|
||||
[
|
||||
"Lora Loader From HF"
|
||||
@ -15611,6 +15722,31 @@
|
||||
"title_aux": "Runtime44 ComfyUI Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": [
|
||||
[
|
||||
"AudioControlledMaskMorph",
|
||||
"EmitterMovement",
|
||||
"GravityWell",
|
||||
"MaskMath",
|
||||
"MaskMorph",
|
||||
"MaskRings",
|
||||
"MaskTransform",
|
||||
"MaskWarp",
|
||||
"MovingShape",
|
||||
"OpticalFlowDirectionMask",
|
||||
"OpticalFlowMaskModulation",
|
||||
"OpticalFlowParticleSystem",
|
||||
"ParticleEmissionMask",
|
||||
"ParticleEmitter",
|
||||
"PulsatingParticleSystemMask",
|
||||
"TextMaskNode",
|
||||
"Vortex",
|
||||
"_mfc"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_RyanOnTheInside"
|
||||
}
|
||||
],
|
||||
"https://github.com/s1dlx/comfy_meh/raw/main/meh.py": [
|
||||
[
|
||||
"MergingExecutionHelper"
|
||||
@ -15624,6 +15760,7 @@
|
||||
"ControlNet Selector",
|
||||
"ControlNetOptionalLoader",
|
||||
"DiffusersSelector",
|
||||
"MultiInputVariableRewrite",
|
||||
"SaveImageJPGNoMeta"
|
||||
],
|
||||
{
|
||||
@ -15968,13 +16105,9 @@
|
||||
"BizyAirGenerateLightningImage",
|
||||
"BizyAirHEDPreprocessor",
|
||||
"BizyAirImageCaption",
|
||||
"BizyAirKolorsSampler",
|
||||
"BizyAirKolorsTextEncode",
|
||||
"BizyAirKolorsVAEDecode",
|
||||
"BizyAirKolorsVAEEncode",
|
||||
"BizyAirJoyCaption",
|
||||
"BizyAirLeReS_DepthMapPreprocessor",
|
||||
"BizyAirLineArtPreprocessor",
|
||||
"BizyAirMZChatGLM3TextEncode",
|
||||
"BizyAirM_LSDPreprocessor",
|
||||
"BizyAirMetric3D_DepthMapPreprocessor",
|
||||
"BizyAirMetric3D_NormalMapPreprocessor",
|
||||
@ -15987,7 +16120,6 @@
|
||||
"BizyAirRemoveBackground",
|
||||
"BizyAirSAMPreprocessor",
|
||||
"BizyAirScribblePreprocessor",
|
||||
"BizyAirSetAPIKey",
|
||||
"BizyAirSiliconCloudLLMAPI",
|
||||
"BizyAirSuperResolution",
|
||||
"BizyAirTilePreprocessor",
|
||||
@ -16226,6 +16358,15 @@
|
||||
"title_aux": "ComfyUI_MS_Diffusion"
|
||||
}
|
||||
],
|
||||
"https://github.com/smthemex/ComfyUI_MooER": [
|
||||
[
|
||||
"MooER_LoadModel",
|
||||
"MooER_Sampler"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_MooER"
|
||||
}
|
||||
],
|
||||
"https://github.com/smthemex/ComfyUI_ParlerTTS": [
|
||||
[
|
||||
"ParlerTTS_LoadModel",
|
||||
@ -17705,6 +17846,7 @@
|
||||
"easy detailerFix",
|
||||
"easy dynamiCrafterLoader",
|
||||
"easy float",
|
||||
"easy fluxLoader",
|
||||
"easy fullCascadeKSampler",
|
||||
"easy fullLoader",
|
||||
"easy fullkSampler",
|
||||
@ -17917,6 +18059,22 @@
|
||||
"title_aux": "tdxh_node_comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/yuan199696/add_text_2_img": [
|
||||
[
|
||||
"AddText"
|
||||
],
|
||||
{
|
||||
"title_aux": "add_text_2_img"
|
||||
}
|
||||
],
|
||||
"https://github.com/yuan199696/chinese_clip_encode": [
|
||||
[
|
||||
"ChineseCLIPEncode"
|
||||
],
|
||||
{
|
||||
"title_aux": "chinese_clip_encode"
|
||||
}
|
||||
],
|
||||
"https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": [
|
||||
[
|
||||
"DepthAnythingTensorrt"
|
||||
|
||||
@ -19,6 +19,7 @@ import cm_global
|
||||
|
||||
security_check.security_check()
|
||||
|
||||
cm_global.pip_blacklist = ['torch', 'torchsde', 'torchvision']
|
||||
cm_global.pip_downgrade_blacklist = ['torch', 'torchsde', 'torchvision', 'transformers', 'safetensors', 'kornia']
|
||||
|
||||
|
||||
@ -454,6 +455,9 @@ def is_installed(name):
|
||||
if match:
|
||||
name = match.group(1)
|
||||
|
||||
if name in cm_global.pip_blacklist:
|
||||
return True
|
||||
|
||||
if name in cm_global.pip_downgrade_blacklist:
|
||||
pips = get_installed_packages()
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
[project]
|
||||
name = "comfyui-manager"
|
||||
description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI."
|
||||
version = "2.48.7"
|
||||
version = "2.49"
|
||||
license = { file = "LICENSE.txt" }
|
||||
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user