Merge branch 'main' into feat/queue_batch

This commit is contained in:
Dr.Lt.Data 2025-03-24 22:53:13 +09:00
commit 149257e4f1
15 changed files with 5002 additions and 3939 deletions

View File

@ -261,7 +261,7 @@ comfy_ui_revision = "Unknown"
comfy_ui_commit_datetime = datetime(1900, 1, 1, 0, 0, 0)
channel_dict = None
valid_channels = set()
valid_channels = {'default', 'local'}
channel_list = None

View File

@ -1571,6 +1571,12 @@ async def _disable_node(json_data):
async def check_whitelist_for_model(item):
json_obj = await core.get_data_by_mode('cache', 'model-list.json')
for x in json_obj.get('models', []):
if x['save_path'] == item['save_path'] and x['base'] == item['base'] and x['filename'] == item['filename']:
return True
json_obj = await core.get_data_by_mode('local', 'model-list.json')
for x in json_obj.get('models', []):
if x['save_path'] == item['save_path'] and x['base'] == item['base'] and x['filename'] == item['filename']:
return True

View File

@ -665,7 +665,7 @@ async function onQueueStatus(event) {
update_all_button.innerText = `in progress.. (${event.detail.done_count}/${event.detail.total_count})`;
}
else if(event.detail.status == 'all-done') {
// reset_action_buttons();
reset_action_buttons();
}
else if(event.detail.status == 'batch-done') {
if(batch_id != event.detail.batch_id) {

View File

@ -8927,6 +8927,17 @@
"install_type": "git-clone",
"description": "It Load Images with subfolders form arbitrary folders previous on node outputs lists- convinient selection via file browser"
},
{
"author": "impactframes",
"title": "IF_Gemini",
"id": "impactframes-gemini",
"reference": "https://github.com/if-ai/ComfyUI-IF_Gemini",
"files": [
"https://github.com/if-ai/ComfyUI-IF_Gemini"
],
"install_type": "git-clone",
"description": "Enjoy the latest GEMINI V2 API for ComfyUI - generate images, analyze content, and use multimodal capabilities with Google's Gemini models"
},
{
"author": "dmMaze",
"title": "Sketch2Manga",
@ -9271,16 +9282,6 @@
"install_type": "git-clone",
"description": "Unofficial implementation of [a/LatentSync](https://github.com/bytedance/LatentSync) for ComfyUI"
},
{
"author": "shinich39",
"title": "comfyui-load-image-in-seq",
"reference": "https://github.com/shinich39/comfyui-load-image-in-seq",
"files": [
"https://github.com/shinich39/comfyui-load-image-in-seq"
],
"install_type": "git-clone",
"description": "This node is load png image sequentially with metadata. Only supported for PNG format that has been created by ComfyUI.[w/renamed from comfyui-load-image-39. You need to remove previous one and reinstall to this.]"
},
{
"author": "shinich39",
"title": "comfyui-random-node",
@ -9362,16 +9363,6 @@
"install_type": "git-clone",
"description": "Load image from directory."
},
{
"author": "shinich39",
"title": "comfyui-model-metadata",
"reference": "https://github.com/shinich39/comfyui-model-metadata",
"files": [
"https://github.com/shinich39/comfyui-model-metadata"
],
"install_type": "git-clone",
"description": "Print model metadata on note node"
},
{
"author": "shinich39",
"title": "comfyui-parse-image",
@ -9382,16 +9373,6 @@
"install_type": "git-clone",
"description": "Extract metadata from image."
},
{
"author": "shinich39",
"title": "comfyui-view-recommendations",
"reference": "https://github.com/shinich39/comfyui-view-recommendations",
"files": [
"https://github.com/shinich39/comfyui-view-recommendations"
],
"install_type": "git-clone",
"description": "Load model generation data from civitai."
},
{
"author": "wei30172",
"title": "comfygen",
@ -10778,6 +10759,16 @@
"install_type": "git-clone",
"description": "Yet Another Node Collection. Adds some useful nodes, check out the GitHub page for more details."
},
{
"author": "ALatentPlace",
"title": "YANC_LMStudio",
"reference": "https://github.com/ALatentPlace/YANC_LMStudio",
"files": [
"https://github.com/ALatentPlace/YANC_LMStudio"
],
"install_type": "git-clone",
"description": "A custom node for a LMStudio integration into ComfyUI."
},
{
"author": "Wicloz",
"title": "ComfyUI Simply Nodes",
@ -15190,6 +15181,16 @@
"install_type": "git-clone",
"description": "A simple but powerful node for ComfyUI that displays text input in a readable format. Perfect for viewing outputs from text generation nodes, prompt builders, interrogators, and more."
},
{
"author": "fairy-root",
"title": "ComfyUI-OpenAI-FM",
"reference": "https://github.com/fairy-root/ComfyUI-OpenAI-FM",
"files": [
"https://github.com/fairy-root/ComfyUI-OpenAI-FM"
],
"install_type": "git-clone",
"description": "The OpenAI FM TTS node is a custom node for ComfyUI that seamlessly integrates the OpenAI FM Text-to-Speech service into your audio workflows. This node allows you to easily convert text to speech with a variety of voices and emotional styles directly within ComfyUI."
},
{
"author": "ryanontheinside",
"title": "RyanOnTheInside",
@ -17052,6 +17053,17 @@
"install_type": "git-clone",
"description": "An extension for ComfyUI that allows hot reloading. Once installed, you can preview changes in real-time while developing custom nodes or installing plugins without restarting ComfyUI."
},
{
"author": "LAOGOU-666",
"title": "Comfyui-Memory_Cleanup",
"id": "comfyui_memory_cleanup",
"reference": "https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup",
"files": [
"https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup"
],
"install_type": "git-clone",
"description": "A ComfyUI extension that provides nodes for memory cleanup, including VRAM and RAM cleanup functions to optimize ComfyUI performance during long running workflows."
},
{
"author": "VertexStudio",
"title": "roblox-comfyui-nodes",
@ -18782,6 +18794,16 @@
"install_type": "git-clone",
"description": "ComfyUI nodes for StyleStudio model."
},
{
"author": "Yuan-ManX",
"title": "ComfyUI-OrpheusTTS",
"reference": "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS",
"files": [
"https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS"
],
"install_type": "git-clone",
"description": "ComfyUI nodes for OrpheusTTS model."
},
{
"author": "Starnodes2024",
"title": "ComfyUI_StarNodes",
@ -19949,16 +19971,6 @@
"install_type": "git-clone",
"description": "ComfyUI_NTCosyVoice is a plugin of ComfyUI for Cosysvoice2"
},
{
"author": "muxueChen",
"title": "ComfyUI-NTQwen25-VL",
"reference": "https://github.com/muxueChen/ComfyUI-NTQwen25-VL",
"files": [
"https://github.com/muxueChen/ComfyUI-NTQwen25-VL"
],
"install_type": "git-clone",
"description": "Qwen25-VL is a plugin for ComfyU"
},
{
"author": "inventorado",
"title": "ComfyUI Neural Network Toolkit NNT ",
@ -20445,7 +20457,7 @@
"https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader"
],
"install_type": "git-clone",
"description": "The ComfyUI HuggingFace Downloader is a custom node extension for ComfyUI, designed to streamline the process of downloading models, checkpoints, and other resources from the Hugging Face Hub directly into your models directory. This tool simplifies workflow integration by providing a seamless interface to select and download required resources."
"description": "Nodes for auto download models from Hugging Face using their filenames as part of workflows"
},
{
"author": "philiprodriguez",
@ -21262,6 +21274,16 @@
"install_type": "git-clone",
"description": "ComfyUI nodes that support SD3/SD3.5 in FlowEdit"
},
{
"author": "raindrop313",
"title": "ComfyUI-WanVideoStartEndFrames",
"reference": "https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames",
"files": [
"https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames"
],
"install_type": "git-clone",
"description": "ComfyUI nodes that support video generation by start and end frames"
},
{
"author": "satche",
"title": "Prompt Factory",
@ -21873,16 +21895,6 @@
"install_type": "git-clone",
"description": "StringOps is a versatile text processing toolkit built for ComfyUI's node-based workflows"
},
{
"author": "svetozarov",
"title": "AS_GeminiCaptioning Node",
"reference": "https://github.com/svetozarov/AS_GeminiCaptioning",
"files": [
"https://github.com/svetozarov/AS_GeminiCaptioning"
],
"install_type": "git-clone",
"description": "A ComfyUI node that combines an image with simple text parameters to create a prompt, sends it to the Google Gemini API via the google-generativeai SDK, and returns the generated text response along with the original prompt and an execution log"
},
{
"author": "Pablerdo",
"title": "ComfyUI-MultiCutAndDrag",
@ -21893,6 +21905,16 @@
"install_type": "git-clone",
"description": "Cut and and drag that allows you to cut and drag multiple images on a path"
},
{
"author": "Pablerdo",
"title": "ComfyUI-ZeptaframePromptMerger",
"reference": "https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger",
"files": [
"https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger"
],
"install_type": "git-clone",
"description": "Custom node that merges general and subject-specific prompts"
},
{
"author": "orange90",
"title": " ComfyUI-Regex-Runner",
@ -22577,15 +22599,171 @@
"description": "Tools for processing equirectangular images, supporting conversion from equirectangular format to cubemap."
},
{
"author": "jonstreeter",
"title": "Comfyui-PySceneDetect",
"reference": "https://github.com/jonstreeter/Comfyui-PySceneDetect",
"author": "vahidzxc",
"title": "va-nodes",
"reference": "https://github.com/vahidzxc/va-nodes",
"files": [
"https://github.com/jonstreeter/Comfyui-PySceneDetect"
"https://github.com/vahidzxc/va-nodes"
],
"install_type": "git-clone",
"description": "NODES: PySceneDetect Video Processor"
"description": "A collection of custom nodes for ComfyUI, focusing on improving workflow efficiency and adding new functionality.(work in progress!!!)"
},
{
"author": "abuzreq",
"title": "ComfyUI Model Bending",
"reference": "https://github.com/abuzreq/ComfyUI-Model-Bending",
"files": [
"https://github.com/abuzreq/ComfyUI-Model-Bending"
],
"install_type": "git-clone",
"description": "Use model bending to push your model beyond its visuals' limits. These nodes allow you to apply transformations to the intemediate densoising steps during sampling, e.g. add, multiplty, scale, rotate, dilate, erode ..etc."
},
{
"author": "blovett80",
"title": "ComfyUI-PixelDojo",
"reference": "https://github.com/blovett80/ComfyUI-PixelDojo",
"files": [
"https://github.com/blovett80/ComfyUI-PixelDojo"
],
"install_type": "git-clone",
"description": "A ComfyUI extension for using PixelDojo's Flux API to generate high-quality images directly within ComfyUI workflows."
},
{
"author": "yasser-baalla",
"title": "comfyUI-SemanticImageFetch",
"reference": "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch",
"files": [
"https://github.com/yasser-baalla/comfyUI-SemanticImageFetch"
],
"install_type": "git-clone",
"description": "Create a custom node to select the closest images semantically to an input prompt"
},
{
"author": "SijieMei",
"title": "ComfyUI-Prompt-History",
"reference": "https://github.com/SijieMei/ComfyUI-promptHistory",
"files": [
"https://github.com/SijieMei/ComfyUI-promptHistory"
],
"install_type": "git-clone",
"description": "Save prompt history and reselect"
},
{
"author": "camiilevitoriia",
"title": "ComfyUI-WanVideoStartEndFrames",
"reference": "https://github.com/camiilevitoriia/ComfyUI-WanVideoStartEndFrames",
"files": [
"https://github.com/camiilevitoriia/ComfyUI-WanVideoStartEndFrames"
],
"install_type": "git-clone",
"description": "ComfyUI nodes that support video generation by start and end frames"
},
{
"author": "Tensor-Art",
"title": "ComfyUI_TENSOR_ART",
"reference": "https://github.com/Tensor-Art/ComfyUI_TENSOR_ART",
"files": [
"https://github.com/Tensor-Art/ComfyUI_TENSOR_ART"
],
"install_type": "git-clone",
"description": "This project implements a set of custom nodes for ComfyUI, integrating some of the API interfaces provided by [a/TAMS](https://tams.tensor.art/)."
},
{
"author": "infinigence",
"title": "ComfyUI_Model_Cache",
"reference": "https://github.com/infinigence/ComfyUI_Model_Cache",
"files": [
"https://github.com/infinigence/ComfyUI_Model_Cache"
],
"install_type": "git-clone",
"description": "A model cached-loader custom node for ComfyUI."
},
{
"author": "zaheenrahman",
"title": "ComfyUI-ColorCorrection",
"reference": "https://github.com/zaheenrahman/ComfyUI-ColorCorrection",
"files": [
"https://github.com/zaheenrahman/ComfyUI-ColorCorrection"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that performs color correction on clothing in face-swapped images. This node helps maintain the original clothing color when using face swap tools, addressing common color shifts that occur during the face swap process."
},
{
"author": "CHAOSEA",
"title": "ComfyUI_FaceAlignPaste",
"reference": "https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste",
"files": [
"https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste"
],
"install_type": "git-clone",
"description": "Smart Face Alignment and Pasting Node"
},
{
"author": "ShmuelRonen",
"title": "ComfyUI-PS_Flatten_Image",
"reference": "https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image",
"files": [
"https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that simulates Photoshop's 'Flatten Image' functionality."
},
{
"author": "RaymondProduction",
"title": "Zerna Pack",
"reference": "https://github.com/RaymondProduction/comfyui-zerna-pack",
"files": [
"https://github.com/RaymondProduction/comfyui-zerna-pack"
],
"install_type": "git-clone",
"description": "A set of nodes for batch processing of text and images."
},
{
"author": "mw",
"title": "MW-ComfyUI_EraX-WoW-Turbo",
"reference": "https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo",
"files": [
"https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo"
],
"install_type": "git-clone",
"description": "Super fast multilingual speech recognition model based on Whisper Large-v3 Turbo. A node for ComfyUI."
},
{
"author": "mw",
"title": "MW-ComfyUI_gemmax",
"reference": "https://github.com/billwuhao/ComfyUI_gemmax",
"files": [
"https://github.com/billwuhao/ComfyUI_gemmax"
],
"install_type": "git-clone",
"description": "XiaoMi GemmaX: Support 28 languages, Multilingual Translator based on Gemma. A node for ComfyUI."
},
{
"author": "svetozarov",
"title": "AS_LLM_nodes",
"reference": "https://github.com/svetozarov/AS_LLM_nodes",
"files": [
"https://github.com/svetozarov/AS_LLM_nodes"
],
"install_type": "git-clone",
"description": "This ComfyUI extension provides custom nodes for working with Google Gemini and OpenAI ChatGPT."
},
{
"author": "Andro-Meta",
"title": "ComfyUI-Ovis2",
"reference": "https://github.com/Andro-Meta/ComfyUI-Ovis2",
"files": [
"https://github.com/Andro-Meta/ComfyUI-Ovis2"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node set for integrating [a/Ovis2](https://huggingface.co/AIDC-AI/Ovis2-34B), a powerful multimodal large language model designed to analyze images and videos."
},

View File

@ -96,8 +96,8 @@
],
"https://github.com/1038lab/ComfyUI-SparkTTS": [
[
"AudioRecorder",
"SparkTTS_AdvVoiceClone",
"SparkTTS_AudioRecorder",
"SparkTTS_VoiceClone",
"SparkTTS_VoiceCreator"
],
@ -488,10 +488,11 @@
"color_segmentation",
"color_segmentation_v2",
"coords_select_mask",
"crop_data_edit",
"filter_DensePose_color",
"get_image_data",
"image_ValueMath",
"image_math",
"image_math_value",
"invert_channel_adv",
"load_BEN_model",
"load_ColorName_config",
@ -500,6 +501,7 @@
"load_model_value",
"load_torchvision_model",
"mask_and_mask_math",
"mask_crop_square",
"mask_line_mapping",
"mask_select_mask",
"sort_images_batch"
@ -1167,6 +1169,14 @@
"title_aux": "ComfyUI_yanc"
}
],
"https://github.com/ALatentPlace/YANC_LMStudio": [
[
"> LMStudio"
],
{
"title_aux": "YANC_LMStudio"
}
],
"https://github.com/APZmedia/APZmedia-comfy-together-lora": [
[
"TogetherImageGenerator",
@ -1596,6 +1606,17 @@
"title_aux": "Jovimetrix"
}
],
"https://github.com/Andro-Meta/ComfyUI-Ovis2": [
[
"Ovis2ImageCaption",
"Ovis2ModelLoader",
"Ovis2MultiImageInput",
"Ovis2VideoFramesDescription"
],
{
"title_aux": "ComfyUI-Ovis2"
}
],
"https://github.com/Anibaaal/ComfyUI-UX-Nodes": [
[
"AdvancedCompositeImageMasked",
@ -2376,6 +2397,17 @@
"title_aux": "ccsun_node"
}
],
"https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste": [
[
"FaceAlignDouble",
"FaceAlignSingle",
"FaceAutoFitDouble",
"FaceAutoFitSingle"
],
{
"title_aux": "ComfyUI_FaceAlignPaste"
}
],
"https://github.com/CY-CHENYUE/ComfyUI-Free-GPU": [
[
"FreeGPUMemory"
@ -5846,6 +5878,15 @@
"title_aux": "Comfyui-LG_Relight"
}
],
"https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup": [
[
"RAMCleanup",
"VRAMCleanup"
],
{
"title_aux": "Comfyui-Memory_Cleanup"
}
],
"https://github.com/LEv145/images-grid-comfy-plugin": [
[
"GridAnnotation",
@ -6031,6 +6072,7 @@
"RemoveBannedTagsFromTags|LP",
"RemoveBannedTagsFromText|LP",
"RemoveDuplicateTags|LP",
"ResizeImageToTargetSize|LP",
"Resorting Tags [LP]",
"ResortingTags|LP",
"Show Text Bridge [LP]",
@ -6384,6 +6426,7 @@
],
"https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": [
[
"makitextwildcards",
"makiwildcards",
"textconcatenate"
],
@ -7508,6 +7551,14 @@
"title_aux": "ComfyUI-MultiCutAndDrag"
}
],
"https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger": [
[
"MergePrompts"
],
{
"title_aux": "ComfyUI-ZeptaframePromptMerger"
}
],
"https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": [
[
"FooocusV2Expansion"
@ -7556,8 +7607,7 @@
],
"https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": [
[
"ClaudeCustomPrompt",
"SplitTextLines"
"ClaudeCustomPrompt"
],
{
"title_aux": "Claude Prompt Generator"
@ -7795,6 +7845,18 @@
"title_aux": "ComfyUI-Rodin"
}
],
"https://github.com/RaymondProduction/comfyui-zerna-pack": [
[
"DynamicPromptInjector //Zerna Pack"
],
{
"author": "Raymond",
"description": "A set of nodes for batch processing of text and images.",
"nickname": "Zerna Pack",
"title": "Zerna Pack",
"title_aux": "Zerna Pack"
}
],
"https://github.com/ReBeating/ComfyUI-Artist-Selector": [
[
"LoadArtistTag"
@ -8793,6 +8855,14 @@
"title_aux": "ComfyUI-LatentSyncWrapper"
}
],
"https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image": [
[
"FlattenImage"
],
{
"title_aux": "ComfyUI-PS_Flatten_Image"
}
],
"https://github.com/ShmuelRonen/ComfyUI-PixArt_XL": [
[
"PA_BaseModelLoader_fromhub",
@ -8897,6 +8967,14 @@
"title_aux": "ComfyUI_Textarea_Loaders"
}
],
"https://github.com/SijieMei/ComfyUI-promptHistory": [
[
"PromptHistory"
],
{
"title_aux": "ComfyUI-Prompt-History"
}
],
"https://github.com/SimonHeese/ComfyUI_AnimationNodes/raw/refs/heads/main/animated_offset_pad.py": [
[
"AnimatedOffsetPadding"
@ -9181,6 +9259,7 @@
"SDVN Any List",
"SDVN Any Repeat",
"SDVN Any Show",
"SDVN AnyDownload List",
"SDVN Apply Style Model",
"SDVN Auto Generate",
"SDVN Boolean",
@ -9188,19 +9267,23 @@
"SDVN CLIP Text Encode",
"SDVN CLIPVision Download",
"SDVN Checkpoint Download",
"SDVN Checkpoint Download List",
"SDVN ControlNet Download",
"SDVN Controlnet Apply",
"SDVN DALL-E Generate Image",
"SDVN Dic Convert",
"SDVN DualCLIP Download",
"SDVN Easy IPAdapter weight",
"SDVN Exif check",
"SDVN Fill Background",
"SDVN Filter List",
"SDVN Flip Image",
"SDVN Gemini Flash 2 Image",
"SDVN Google Imagen",
"SDVN IC Lora Layout",
"SDVN IC Lora Layout Crop",
"SDVN IC-Light v2",
"SDVN IPAdapterModel Download",
"SDVN Image Adjust",
"SDVN Image Film Grain",
"SDVN Image HSL",
@ -9211,6 +9294,7 @@
"SDVN Image Size",
"SDVN Image White Balance",
"SDVN Inpaint",
"SDVN InstantIDModel Download",
"SDVN Join Parameter",
"SDVN Joy Caption",
"SDVN KSampler",
@ -9287,16 +9371,20 @@
"SDstarsampler",
"Star Face Loader",
"Star3LoRAs",
"StarDeleteSamplerSettings",
"StarDenoiseSlider",
"StarDivisibleDimension",
"StarEasyTextStorage",
"StarFiveWildcards",
"StarImageSwitch",
"StarLatentSwitch",
"StarLoadSamplerSettings",
"StarNewsScraper",
"StarPSDSaver",
"StarSaveSamplerSettings",
"StarTextFilter",
"StarTextInput",
"StarWildcardsAdvanced",
"Starupscale"
],
{
@ -10084,6 +10172,16 @@
"title_aux": "ComfyUI-ELLA"
}
],
"https://github.com/Tensor-Art/ComfyUI_TENSOR_ART": [
[
"TA_AIToolsNode",
"TA_ExecuteNode",
"TA_SettingsNode"
],
{
"title_aux": "ComfyUI_TENSOR_ART"
}
],
"https://github.com/TheBarret/ZSuite": [
[
"ZSuite: Prompter",
@ -10422,6 +10520,7 @@
"VrchImagePreviewBackgroundNode",
"VrchImageSaverNode",
"VrchImageSwitchOSCControlNode",
"VrchImageWebSocketChannelLoaderNode",
"VrchImageWebSocketWebViewerNode",
"VrchImageWebViewerNode",
"VrchInstantQueueKeyControlNode",
@ -11084,6 +11183,15 @@
"title_aux": "ComfyUI-LLaMA-Mesh"
}
],
"https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": [
[
"Long Text Generation",
"Single Text Generation"
],
{
"title_aux": "ComfyUI-OrpheusTTS"
}
],
"https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": [
[
"PhotoDoodle Gen"
@ -11442,6 +11550,19 @@
"title_aux": "ComfyUI-RequestPoster"
}
],
"https://github.com/abuzreq/ComfyUI-Model-Bending": [
[
"LatentApplyBendingOperationCFG",
"LatentOperation",
"LatentOperationAddScalar",
"LatentOperationMultiplyScalar",
"LatentOperationRotate",
"LatentOperationThreshold"
],
{
"title_aux": "ComfyUI Model Bending"
}
],
"https://github.com/abyz22/image_control": [
[
"abyz22_AddPrompt",
@ -11765,6 +11886,7 @@
],
"https://github.com/ainewsto/Comfyui_Comfly": [
[
"ComflyGeminiAPI",
"Comfly_Mj",
"Comfly_Mju",
"Comfly_Mjv",
@ -12300,6 +12422,7 @@
"Sage_LoraStackLoader",
"Sage_LoraStackRecent",
"Sage_ModelInfo",
"Sage_ModelLoraStackLoader",
"Sage_ModelReport",
"Sage_PonyPrefix",
"Sage_SamplerInfo",
@ -12308,10 +12431,13 @@
"Sage_SetFloat",
"Sage_SetInteger",
"Sage_SetText",
"Sage_StringListTest",
"Sage_TextCompare",
"Sage_TilingInfo",
"Sage_TripleJoinText",
"Sage_TripleLoraStack",
"Sage_UNETLoader",
"Sage_ViewAnything",
"Sage_ViewText"
],
{
@ -12914,6 +13040,14 @@
"title_aux": "ComfyUI_DiffRhythm"
}
],
"https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo": [
[
"EraXWoWRUN"
],
{
"title_aux": "MW-ComfyUI_EraX-WoW-Turbo"
}
],
"https://github.com/billwuhao/ComfyUI_KokoroTTS_MW": [
[
"Kokoro Run",
@ -12953,6 +13087,14 @@
"title_aux": "ComfyUI_StepAudioTTS"
}
],
"https://github.com/billwuhao/ComfyUI_gemmax": [
[
"GemmaxRun"
],
{
"title_aux": "MW-ComfyUI_gemmax"
}
],
"https://github.com/bitaffinity/ComfyUI_HF_Inference": [
[
"Classification",
@ -13107,6 +13249,14 @@
"title_aux": "ComfyUI_sloppy-comic"
}
],
"https://github.com/blovett80/ComfyUI-PixelDojo": [
[
"PixelDojoAPI"
],
{
"title_aux": "ComfyUI-PixelDojo"
}
],
"https://github.com/blueraincoatli/comfyUI_SillyNodes": [
[
"BooleanJumper|SillyNode",
@ -13570,6 +13720,18 @@
"title_aux": "ComfyUI-TostAI"
}
],
"https://github.com/camiilevitoriia/ComfyUI-WanVideoStartEndFrames": [
[
"WanVideoSEDecode",
"WanVideoSEImageClipEncode",
"WanVideoSEModelLoader",
"WanVideoSESampler",
"WanVideoSEVAELoader"
],
{
"title_aux": "ComfyUI-WanVideoStartEndFrames"
}
],
"https://github.com/cardenluo/ComfyUI-Apt_Preset": [
[
"ACN_AdvancedControlNetApply",
@ -14488,7 +14650,9 @@
"PIP ColorPicker",
"PIP SVG Recorder",
"PIP Text Preview",
"PIPColorPicker"
"PIPAdvancedColorAnalyzer",
"PIPColorPicker",
"PIPColorWheel"
],
{
"title_aux": "PIP Artistic Words for ComfyUI"
@ -14867,6 +15031,7 @@
"InterpolatePoints (KDTree)",
"PointsToImage (Orthographic)",
"PointsToImage (Projection)",
"PointsToImage advance (DEBUG)",
"PointsToImage advance (Orthographic)",
"PointsToImage advance (Projection)",
"TransformPoints"
@ -15323,6 +15488,7 @@
"EmptyImage",
"EmptyLTXVLatentVideo",
"EmptyLatentAudio",
"EmptyLatentHunyuan3Dv2",
"EmptyLatentImage",
"EmptyMochiLatentVideo",
"EmptySD3LatentImage",
@ -15337,6 +15503,8 @@
"GLIGENLoader",
"GLIGENTextBoxApply",
"GrowMask",
"Hunyuan3Dv2Conditioning",
"Hunyuan3Dv2ConditioningMultiView",
"HunyuanImageToVideo",
"HyperTile",
"HypernetworkLoader",
@ -15352,12 +15520,14 @@
"ImageOnlyCheckpointSave",
"ImagePadForOutpaint",
"ImageQuantize",
"ImageRGBToYUV",
"ImageScale",
"ImageScaleBy",
"ImageScaleToTotalPixels",
"ImageSharpen",
"ImageToMask",
"ImageUpscaleWithModel",
"ImageYUVToRGB",
"InpaintModelConditioning",
"InstructPixToPixConditioning",
"InvertMask",
@ -15402,6 +15572,7 @@
"LoraLoader",
"LoraLoaderModelOnly",
"LoraSave",
"LotusConditioning",
"Mahiro",
"MaskComposite",
"MaskToImage",
@ -15421,6 +15592,7 @@
"ModelMergeSDXL",
"ModelMergeSimple",
"ModelMergeSubtract",
"ModelMergeWAN2_1",
"ModelSamplingAuraFlow",
"ModelSamplingContinuousEDM",
"ModelSamplingContinuousV",
@ -15443,6 +15615,10 @@
"Preview3DAnimation",
"PreviewAudio",
"PreviewImage",
"PrimitiveBoolean",
"PrimitiveFloat",
"PrimitiveInt",
"PrimitiveString",
"RandomNoise",
"RebatchImages",
"RebatchLatents",
@ -15469,6 +15645,7 @@
"SaveAnimatedPNG",
"SaveAnimatedWEBP",
"SaveAudio",
"SaveGLB",
"SaveImage",
"SaveImageWebsocket",
"SaveLatent",
@ -15539,6 +15716,7 @@
"UpscaleModelLoader",
"VAEDecode",
"VAEDecodeAudio",
"VAEDecodeHunyuan3D",
"VAEDecodeTiled",
"VAEEncode",
"VAEEncodeAudio",
@ -15549,6 +15727,7 @@
"VPScheduler",
"VideoLinearCFGGuidance",
"VideoTriangleCFGGuidance",
"VoxelToMeshBasic",
"WanImageToVideo",
"WebcamCapture",
"unCLIPCheckpointLoader",
@ -16006,6 +16185,7 @@
[
"D2 Checkpoint Loader",
"D2 Controlnet Loader",
"D2 Delete Comment",
"D2 EmptyImage Alpha",
"D2 Filename Template",
"D2 Folder Image Queue",
@ -16054,11 +16234,13 @@
],
"https://github.com/dadoirie/ComfyUI_Dados_Nodes": [
[
"\"inactivePinterestImageNode\": inactivePinterestImageNode, TextConcatenatorNode",
"DynamicTextLoaderNode",
"PinterestImageNode",
"PinterestFetch",
"SmolVLMNode",
"TextConcatenatorNode",
"TextDropDownNode"
"TextDropDownNode",
"inactivePinterestImageNode"
],
{
"author": "Dado",
@ -16865,6 +17047,7 @@
"CLIP_Interrogator",
"ConvertToGrayscale",
"DepthSlicer",
"Eden_AllMediaLoader",
"Eden_Bool",
"Eden_BoolBinaryOperation",
"Eden_Compare",
@ -16890,6 +17073,7 @@
"Eden_RandomPromptFromFile",
"Eden_Regex_Replace",
"Eden_RepeatLatentBatch",
"Eden_Save_Param_Dict",
"Eden_Seed",
"Eden_String",
"Eden_StringHash",
@ -17169,6 +17353,14 @@
"title_aux": "ComfyUI-GLHF"
}
],
"https://github.com/fairy-root/ComfyUI-OpenAI-FM": [
[
"OpenAIFMNode"
],
{
"title_aux": "ComfyUI-OpenAI-FM"
}
],
"https://github.com/fairy-root/ComfyUI-Show-Text": [
[
"ComfyUIShowText"
@ -17380,6 +17572,7 @@
"FL_FractalKSampler",
"FL_GPT_Vision",
"FL_GeminiImageEditor",
"FL_GeminiTextAPI",
"FL_GeminiVideoCaptioner",
"FL_Glitch",
"FL_GoogleDriveDownloader",
@ -17408,6 +17601,7 @@
"FL_InfiniteZoom",
"FL_InpaintCrop",
"FL_Inpaint_Stitch",
"FL_JS",
"FL_KSamplerXYZPlot",
"FL_KsamplerBasic",
"FL_KsamplerPlus",
@ -17969,7 +18163,9 @@
"Custom API Key",
"DalleImage",
"Enhancer",
"Gemini Image",
"Image Mixer",
"Imagen Image",
"ImgTextSwitch",
"Load Remote Models",
"LoadText|plush",
@ -19245,6 +19441,14 @@
"title_aux": "IF_DatasetMkr"
}
],
"https://github.com/if-ai/ComfyUI-IF_Gemini": [
[
"GeminiNode"
],
{
"title_aux": "IF_Gemini"
}
],
"https://github.com/if-ai/ComfyUI-IF_LLM": [
[
"IF_DisplayText",
@ -19318,6 +19522,7 @@
"Light-Tool: AddBackgroundV2",
"Light-Tool: BoundingBoxCropping",
"Light-Tool: GetImageSize",
"Light-Tool: Hex2Rgb",
"Light-Tool: ImageConcat",
"Light-Tool: ImageMaskApply",
"Light-Tool: ImageOverlay",
@ -19326,6 +19531,7 @@
"Light-Tool: InputTextList",
"Light-Tool: InvertMask",
"Light-Tool: IsTransparent",
"Light-Tool: KeyValue",
"Light-Tool: LoadImage",
"Light-Tool: LoadImageFromURL",
"Light-Tool: LoadImagesFromDir",
@ -19341,11 +19547,13 @@
"Light-Tool: ResizeImage",
"Light-Tool: SaveToAliyunOSS",
"Light-Tool: SaveVideo",
"Light-Tool: ScaleImage",
"Light-Tool: ShowText",
"Light-Tool: SimpleImageOverlay",
"Light-Tool: SimpleTextConnect",
"Light-Tool: SolidColorBackground",
"Light-Tool: TextConnect"
"Light-Tool: TextConnect",
"Light-Tool: UpscaleImage"
],
{
"author": "Hmily",
@ -19723,6 +19931,7 @@
"CR Sampler Input Switch JK",
"CR Sigmas Input Switch JK",
"CR Text Input Switch JK",
"CR TriMesh Input Switch JK",
"CR VAE Input Switch JK",
"Ckpt Loader JK",
"Color Grading JK",
@ -20327,14 +20536,6 @@
"title_aux": "ComfyUI-sampler-lcm-alternative"
}
],
"https://github.com/jonstreeter/Comfyui-PySceneDetect": [
[
"PySceneDetectNode"
],
{
"title_aux": "Comfyui-PySceneDetect"
}
],
"https://github.com/jordoh/ComfyUI-Deepface": [
[
"DeepfaceExtractFaces",
@ -20440,6 +20641,8 @@
"Bjornulf_AnythingToFloat",
"Bjornulf_AnythingToInt",
"Bjornulf_AnythingToText",
"Bjornulf_ApiDynamicTextInputs",
"Bjornulf_AudioPreview",
"Bjornulf_AudioVideoSync",
"Bjornulf_CharacterDescriptionGenerator",
"Bjornulf_CivitAILoraSelector",
@ -20459,10 +20662,14 @@
"Bjornulf_CombineVideoAudio",
"Bjornulf_ConcatVideos",
"Bjornulf_ConcatVideosFromList",
"Bjornulf_ConditionalSwitch",
"Bjornulf_ConvertVideo",
"Bjornulf_DisplayNote",
"Bjornulf_EmptyVideoLatentWithSingle",
"Bjornulf_ExecuteWorkflowNode",
"Bjornulf_FFmpegConfig",
"Bjornulf_FaceSettings",
"Bjornulf_FixFace",
"Bjornulf_FourImageViewer",
"Bjornulf_FreeVRAM",
"Bjornulf_GlobalSeedManager",
@ -20487,9 +20694,12 @@
"Bjornulf_ListLooperScene",
"Bjornulf_ListLooperStyle",
"Bjornulf_ListSelector",
"Bjornulf_LoadCivitAILinks",
"Bjornulf_LoadFromBase64",
"Bjornulf_LoadGlobalVariables",
"Bjornulf_LoadImageWithTransparency",
"Bjornulf_LoadImagesFromSelectedFolder",
"Bjornulf_LoadTensor",
"Bjornulf_LoadTextFromFolder",
"Bjornulf_LoadTextFromPath",
"Bjornulf_LoadTextPickMeGlobal",
@ -20509,6 +20719,7 @@
"Bjornulf_LoopSchedulers",
"Bjornulf_LoopTexts",
"Bjornulf_LoopWriteText",
"Bjornulf_MathNode",
"Bjornulf_MergeImagesHorizontally",
"Bjornulf_MergeImagesVertically",
"Bjornulf_ModelClipVaeSelector",
@ -20517,12 +20728,14 @@
"Bjornulf_OllamaSystemJobSelector",
"Bjornulf_OllamaSystemPersonaSelector",
"Bjornulf_OllamaTalk",
"Bjornulf_OllamaVisionPromptSelector",
"Bjornulf_PassPreviewImage",
"Bjornulf_PauseResume",
"Bjornulf_PickInput",
"Bjornulf_PickMe",
"Bjornulf_PlayAudio",
"Bjornulf_PreviewFirstImage",
"Bjornulf_PurgeCLIPNode",
"Bjornulf_RandomFloatNode",
"Bjornulf_RandomImage",
"Bjornulf_RandomIntNode",
@ -20531,6 +20744,10 @@
"Bjornulf_RandomModelClipVae",
"Bjornulf_RandomModelSelector",
"Bjornulf_RandomTexts",
"Bjornulf_ReassembleImageGrid",
"Bjornulf_RemoteTextEncodingWithCLIPs",
"Bjornulf_RemoteVAEDecoderNode",
"Bjornulf_RemoteVAEDecoderNodeTiled",
"Bjornulf_RemoveTransparency",
"Bjornulf_ResizeImage",
"Bjornulf_ResizeImagePercentage",
@ -20538,8 +20755,11 @@
"Bjornulf_SaveGlobalVariables",
"Bjornulf_SaveImagePath",
"Bjornulf_SaveImageToFolder",
"Bjornulf_SaveTensors",
"Bjornulf_SaveText",
"Bjornulf_SaveTmpAudio",
"Bjornulf_SaveTmpImage",
"Bjornulf_SaveTmpVideo",
"Bjornulf_ScramblerCharacter",
"Bjornulf_SelectImageFromList",
"Bjornulf_ShowFloat",
@ -20548,8 +20768,11 @@
"Bjornulf_ShowStringText",
"Bjornulf_ShowText",
"Bjornulf_SpeechToText",
"Bjornulf_SplitImageGrid",
"Bjornulf_StyleSelector",
"Bjornulf_SwitchAnything",
"Bjornulf_SwitchText",
"Bjornulf_TextAnalyzer",
"Bjornulf_TextGenerator",
"Bjornulf_TextGeneratorCharacterCreature",
"Bjornulf_TextGeneratorCharacterFemale",
@ -20573,6 +20796,7 @@
"Bjornulf_VideoLatentResolutionSelector",
"Bjornulf_VideoPingPong",
"Bjornulf_VideoPreview",
"Bjornulf_VideoTextGenerator",
"Bjornulf_VideoToImagesList",
"Bjornulf_WriteText",
"Bjornulf_WriteTextAdvanced",
@ -21637,13 +21861,18 @@
"AIO_Translater",
"Abc_Math",
"Baidu_Translater",
"BiRefNet_Loader",
"Color_Adjustment",
"Custom_Save_Image",
"Display_Any",
"Image_Composer",
"Image_Cropper",
"Image_Mask_Composer",
"Image_Resizer",
"Image_Size_Extractor",
"Kay_BiRefNet_Loader",
"Load_Image_Folder",
"Mask_Blur_Plus",
"Mask_Filler",
"Preview_Mask",
"Preview_Mask_Plus",
"RemBG_Loader",
@ -23068,9 +23297,11 @@
"ImpactRemoteInt",
"ImpactSEGSClassify",
"ImpactSEGSConcat",
"ImpactSEGSIntersectionFilter",
"ImpactSEGSLabelAssign",
"ImpactSEGSLabelFilter",
"ImpactSEGSMerge",
"ImpactSEGSNMSFilter",
"ImpactSEGSOrderedFilter",
"ImpactSEGSPicker",
"ImpactSEGSRangeFilter",
@ -23322,8 +23553,7 @@
[
"DPR_Extractor",
"DPR_GS_Latent",
"DPR_KSamplerAdvanced",
"DPR_Latent"
"DPR_KSamplerAdvanced"
],
{
"title_aux": "ComfyUI-GaussianShadingWatermark"
@ -27321,6 +27551,7 @@
"SmartFormatString10",
"SmartHVLoraSelect",
"SmartHVLoraStack",
"SmartLoadLoRA",
"SmartRemoveComments",
"SmartSaveText"
],
@ -28204,14 +28435,14 @@
"title_aux": "comfyui_lumaAPI"
}
],
"https://github.com/svetozarov/AS_GeminiCaptioning": [
"https://github.com/svetozarov/AS_LLM_nodes": [
[
"AS_ComfyGPT",
"AS_GeminiCaptioning",
"AS_MultimodalGemini"
],
{
"title_aux": "AS_GeminiCaptioning Node"
"title_aux": "AS_LLM_nodes"
}
],
"https://github.com/sweetndata/ComfyUI-Image-Harmonizer": [
@ -29001,6 +29232,14 @@
"title_aux": "VKRiez-Edge"
}
],
"https://github.com/vahidzxc/va-nodes": [
[
"VA_Seed"
],
{
"title_aux": "va-nodes"
}
],
"https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": [
[
"EXTEND_CLIP_VISION_INPUT_SIZE",
@ -29232,7 +29471,7 @@
],
"https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": [
[
"StableDelight-weiweiliang"
"WWL_StableDelight"
],
{
"title_aux": "ComfyUI-StableDelight-weiweiliang"
@ -29897,6 +30136,16 @@
"title_aux": "ComfyUI_Lam"
}
],
"https://github.com/yasser-baalla/comfyUI-SemanticImageFetch": [
[
"ColorGradeSampler",
"ColorGrading",
"SemanticImageFetch"
],
{
"title_aux": "comfyUI-SemanticImageFetch"
}
],
"https://github.com/ycchanau/ComfyUI_Preview_Magnifier": [
[
"YC.ImageComparerMagnifier",
@ -30624,6 +30873,14 @@
"title_aux": "ComfyUI_Zwng_Nodes"
}
],
"https://github.com/zaheenrahman/ComfyUI-ColorCorrection": [
[
"ClothingColorCorrection"
],
{
"title_aux": "ComfyUI-ColorCorrection"
}
],
"https://github.com/zcfrank1st/Comfyui-Toolbox": [
[
"PreviewJson",

File diff suppressed because it is too large Load Diff

View File

@ -4750,6 +4750,209 @@
"filename": "diffusion_pytorch_model.safetensors",
"url": "https://huggingface.co/Kwai-Kolors/Kolors/resolve/main/vae/diffusion_pytorch_model.safetensors",
"size": "335MB"
},
{
"name": "Comfy-Org/Wan2.1 i2v 480p 14B (bf16)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for i2v 480p 14B (bf16)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_i2v_480p_14B_bf16.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_i2v_480p_14B_bf16.safetensors",
"size": "32.8GB"
},
{
"name": "Comfy-Org/Wan2.1 i2v 480p 14B (fp16)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for i2v 480p 14B (fp16)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_i2v_480p_14B_fp16.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_i2v_480p_14B_fp16.safetensors",
"size": "32.8GB"
},
{
"name": "Comfy-Org/Wan2.1 i2v 480p 14B (fp8_e4m3fn)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for i2v 480p 14B (fp8_e4m3fn)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_i2v_480p_14B_fp8_e4m3fn.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_i2v_480p_14B_fp8_e4m3fn.safetensors",
"size": "16.4GB"
},
{
"name": "Comfy-Org/Wan2.1 i2v 480p 14B (fp8_scaled)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for i2v 480p 14B (fp8_scaled)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_i2v_480p_14B_fp8_scaled.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_i2v_480p_14B_fp8_scaled.safetensors",
"size": "16.4GB"
},
{
"name": "Comfy-Org/Wan2.1 i2v 720p 14B (bf16)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for i2v 720p 14B (bf16)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_i2v_720p_14B_bf16.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_i2v_720p_14B_bf16.safetensors",
"size": "32.8GB"
},
{
"name": "Comfy-Org/Wan2.1 i2v 720p 14B (fp16)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for i2v 720p 14B (fp16)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_i2v_720p_14B_fp16.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_i2v_720p_14B_fp16.safetensors",
"size": "32.8GB"
},
{
"name": "Comfy-Org/Wan2.1 i2v 720p 14B (fp8_e4m3fn)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for i2v 720p 14B (fp8_e4m3fn)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_i2v_720p_14B_fp8_e4m3fn.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_i2v_720p_14B_fp8_e4m3fn.safetensors",
"size": "16.4GB"
},
{
"name": "Comfy-Org/Wan2.1 i2v 720p 14B (fp8_scaled)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for i2v 720p 14B (fp8_scaled)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_i2v_720p_14B_fp8_scaled.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_i2v_720p_14B_fp8_scaled.safetensors",
"size": "16.4GB"
},
{
"name": "Comfy-Org/Wan2.1 t2v 1.3B (bf16)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for t2v 1.3B (bf16)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_t2v_1.3B_bf16.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_t2v_1.3B_bf16.safetensors",
"size": "2.84GB"
},
{
"name": "Comfy-Org/Wan2.1 t2v 1.3B (fp16)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for t2v 1.3B (fp16)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_t2v_1.3B_fp16.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_t2v_1.3B_fp16.safetensors",
"size": "2.84GB"
},
{
"name": "Comfy-Org/Wan2.1 t2v 14B (bf16)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for t2v 14B (bf16)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_t2v_14B_bf16.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_t2v_14B_bf16.safetensors",
"size": "28.6GB"
},
{
"name": "Comfy-Org/Wan2.1 t2v 14B (fp16)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for t2v 14B (fp16)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_t2v_14B_fp16.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_t2v_14B_fp,16.safetensors",
"size": "28.6GB"
},
{
"name": "Comfy-Org/Wan2.1 t2v 14B (fp8_e4m3fn)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for t2v 14B (fp8_e4m3fn)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_t2v_14B_fp8_e4m3fn.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_t2v_14B_fp8_e4m3fn.safetensors",
"size": "14.3GB"
},
{
"name": "Comfy-Org/Wan2.1 t2v 14B (fp8_scaled)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for t2v 14B (fp8_scaled)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_t2v_14B_fp8_scaled.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_t2v_14B_fp8_scaled.safetensors",
"size": "14.3GB"
},
{
"name": "Comfy-Org/Wan2.1 VAE",
"type": "vae",
"base": "Wan2.1",
"save_path": "vae",
"description": "Wan2.1 VAE model",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan_2.1_vae.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors",
"size": "254MB"
},
{
"name": "Comfy-Org/clip_vision_h.safetensors",
"type": "clip_vision",
"base": "clip_vision_h",
"save_path": "clip_vision",
"description": "clip_vision_h model for Wan2.1",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "clip_vision_h.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/clip_vision/clip_vision_h.safetensors",
"size": "1.26GB"
},
{
"name": "Comfy-Org/umt5_xxl_fp16.safetensors",
"type": "clip",
"base": "umt5_xxl",
"save_path": "text_encoders",
"description": "umt5_xxl_fp16 text encoder for Wan2.1",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "umt5_xxl_fp16.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp16.safetensors",
"size": "11.4GB"
},
{
"name": "Comfy-Org/umt5_xxl_fp8_e4m3fn_scaled.safetensors",
"type": "clip",
"base": "umt5_xxl",
"save_path": "text_encoders",
"description": "umt5_xxl_fp8_e4m3fn_scaled text encoder for Wan2.1",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors",
"size": "6.74GB"
}
]
}

View File

@ -11,6 +11,27 @@
{
"author": "Dreamshot-io",
"title": "ComfyUI-Extend-Resolution",
"reference": "https://github.com/Dreamshot-io/ComfyUI-Extend-Resolution",
"files": [
"https://github.com/Dreamshot-io/ComfyUI-Extend-Resolution"
],
"install_type": "git-clone",
"description": "NODES: Resolution Padding"
},
{
"author": "l1yongch1",
"title": "ComfyUI-YcNodes",
"reference": "https://github.com/l1yongch1/ComfyUI-YcNodes",
"files": [
"https://github.com/l1yongch1/ComfyUI-YcNodes"
],
"install_type": "git-clone",
"description": "NODES: RemoveHighlightAndBlur, RoundedCorners, PaddingAccordingToBackground\npersonal custom nodes for learning"
},
{
"author": "vchopine",
"title": "ComfyUI_Toolbox",

View File

@ -842,6 +842,14 @@
"title_aux": "ComfyUI e621 booru Toolkit"
}
],
"https://github.com/Dreamshot-io/ComfyUI-Extend-Resolution": [
[
"ResolutionPadding"
],
{
"title_aux": "ComfyUI-Extend-Resolution"
}
],
"https://github.com/Eagle-CN/ComfyUI-Addoor": [
[
"AD_AnyFileList",
@ -1534,7 +1542,13 @@
"SetAppidNode",
"TextToJsonNode",
"TranslateAPINode",
"Wan21_get_Node",
"Wan21_post_Node",
"ZIPwith7zNode",
"cogvideox_flash_get_Node",
"cogvideox_flash_post_Node",
"cogview_3_flash_Node",
"file_analysis_Node",
"find_files_by_extension_Node",
"img_understanding_Node",
"klingai_video_Node",
@ -2754,6 +2768,7 @@
"EmptyImage",
"EmptyLTXVLatentVideo",
"EmptyLatentAudio",
"EmptyLatentHunyuan3Dv2",
"EmptyLatentImage",
"EmptyMochiLatentVideo",
"EmptySD3LatentImage",
@ -2768,6 +2783,8 @@
"GLIGENLoader",
"GLIGENTextBoxApply",
"GrowMask",
"Hunyuan3Dv2Conditioning",
"Hunyuan3Dv2ConditioningMultiView",
"HunyuanImageToVideo",
"HyperTile",
"HypernetworkLoader",
@ -2783,12 +2800,14 @@
"ImageOnlyCheckpointSave",
"ImagePadForOutpaint",
"ImageQuantize",
"ImageRGBToYUV",
"ImageScale",
"ImageScaleBy",
"ImageScaleToTotalPixels",
"ImageSharpen",
"ImageToMask",
"ImageUpscaleWithModel",
"ImageYUVToRGB",
"InpaintModelConditioning",
"InstructPixToPixConditioning",
"InvertMask",
@ -2833,6 +2852,7 @@
"LoraLoader",
"LoraLoaderModelOnly",
"LoraSave",
"LotusConditioning",
"Mahiro",
"MaskComposite",
"MaskToImage",
@ -2852,6 +2872,7 @@
"ModelMergeSDXL",
"ModelMergeSimple",
"ModelMergeSubtract",
"ModelMergeWAN2_1",
"ModelSamplingAuraFlow",
"ModelSamplingContinuousEDM",
"ModelSamplingContinuousV",
@ -2874,6 +2895,10 @@
"Preview3DAnimation",
"PreviewAudio",
"PreviewImage",
"PrimitiveBoolean",
"PrimitiveFloat",
"PrimitiveInt",
"PrimitiveString",
"RandomNoise",
"RebatchImages",
"RebatchLatents",
@ -2900,6 +2925,7 @@
"SaveAnimatedPNG",
"SaveAnimatedWEBP",
"SaveAudio",
"SaveGLB",
"SaveImage",
"SaveImageWebsocket",
"SaveLatent",
@ -2970,6 +2996,7 @@
"UpscaleModelLoader",
"VAEDecode",
"VAEDecodeAudio",
"VAEDecodeHunyuan3D",
"VAEDecodeTiled",
"VAEEncode",
"VAEEncodeAudio",
@ -2980,6 +3007,7 @@
"VPScheduler",
"VideoLinearCFGGuidance",
"VideoTriangleCFGGuidance",
"VoxelToMeshBasic",
"WanImageToVideo",
"WebcamCapture",
"unCLIPCheckpointLoader",
@ -3398,6 +3426,7 @@
],
"https://github.com/grinlau18/ComfyUI_XISER_Nodes": [
[
"XIS_CompositorProcessor",
"XIS_CropImage",
"XIS_Float_Slider",
"XIS_FromListGet1Color",
@ -3410,10 +3439,14 @@
"XIS_FromListGet1Model",
"XIS_FromListGet1String",
"XIS_INT_Slider",
"XIS_IPAStyleSettings",
"XIS_IfDataIsNone",
"XIS_ImageMaskMirror",
"XIS_InvertMask",
"XIS_IsThereAnyData",
"XIS_KSamplerSettingsNode",
"XIS_KSamplerSettingsUnpackNode",
"XIS_MaskCompositeOperation",
"XIS_PromptsWithSwitches",
"XIS_ReorderImageMaskGroups",
"XIS_ResizeImageOrMask",
@ -3749,6 +3782,7 @@
"AsunaroOr",
"AsunaroPromptStripper",
"AsunaroRandomDice",
"AsunaroResolutions",
"AsunaroSave",
"AsunaroTextConcatenator",
"AsunaroWildCard"
@ -3880,6 +3914,7 @@
],
"https://github.com/jonnydolake/ComfyUI-AIR-Nodes": [
[
"DisplaceImage",
"ExtractBlackLines",
"ForceMinimumBatchSize",
"ImageCompositeChained",
@ -4077,7 +4112,8 @@
"Hy3DSetMeshPBRTextures",
"Hy3DTorchCompileSettings",
"Hy3DUploadMesh",
"Hy3DVAEDecode"
"Hy3DVAEDecode",
"Hy3DVAELoader"
],
{
"title_aux": "ComfyUI-ComfyUI-Hunyuan3DWrapper [WIP]"
@ -4176,6 +4212,7 @@
"LoadWanVideoClipTextEncoder",
"LoadWanVideoT5TextEncoder",
"WanVideoBlockSwap",
"WanVideoClipVisionEncode",
"WanVideoContextOptions",
"WanVideoControlEmbeds",
"WanVideoDecode",
@ -4184,6 +4221,8 @@
"WanVideoEnhanceAVideo",
"WanVideoFlowEdit",
"WanVideoImageClipEncode",
"WanVideoImageResizeToClosest",
"WanVideoImageToVideoEncode",
"WanVideoLatentPreview",
"WanVideoLoopArgs",
"WanVideoLoraBlockEdit",
@ -4226,13 +4265,18 @@
"AIO_Translater",
"Abc_Math",
"Baidu_Translater",
"BiRefNet_Loader",
"Color_Adjustment",
"Custom_Save_Image",
"Display_Any",
"Image_Composer",
"Image_Cropper",
"Image_Mask_Composer",
"Image_Resizer",
"Image_Size_Extractor",
"Kay_BiRefNet_Loader",
"Load_Image_Folder",
"Mask_Blur_Plus",
"Mask_Filler",
"Preview_Mask",
"Preview_Mask_Plus",
"RemBG_Loader",
@ -4344,6 +4388,16 @@
"title_aux": "comfyui-python-cowboy [UNSAFE]"
}
],
"https://github.com/l1yongch1/ComfyUI-YcNodes": [
[
"PaddingAccordingToBackground",
"RemoveHighlightAndBlur",
"RoundedCorners"
],
{
"title_aux": "ComfyUI-YcNodes"
}
],
"https://github.com/laksjdjf/ssd-1b-comfyui": [
[
"SSD-1B-Loader"
@ -4565,7 +4619,6 @@
"polymath_SaveAbsolute",
"polymath_chat",
"polymath_concept_eraser",
"polymath_dsd_sampler",
"polymath_helper",
"polymath_scraper"
],
@ -5683,6 +5736,7 @@
[
"CLIPTokenCounter",
"DataStoreNode",
"GemmaMultimodal",
"Text Line Reader",
"UTF8EncoderNode"
],

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,66 @@
{
"author": "svetozarov",
"title": "AS_GeminiCaptioning Node [REMOVED]",
"reference": "https://github.com/svetozarov/AS_GeminiCaptioning",
"files": [
"https://github.com/svetozarov/AS_GeminiCaptioning"
],
"install_type": "git-clone",
"description": "A ComfyUI node that combines an image with simple text parameters to create a prompt, sends it to the Google Gemini API via the google-generativeai SDK, and returns the generated text response along with the original prompt and an execution log"
},
{
"author": "shinich39",
"title": "comfyui-load-image-in-seq [REMOVED]",
"reference": "https://github.com/shinich39/comfyui-load-image-in-seq",
"files": [
"https://github.com/shinich39/comfyui-load-image-in-seq"
],
"install_type": "git-clone",
"description": "This node is load png image sequentially with metadata. Only supported for PNG format that has been created by ComfyUI.[w/renamed from comfyui-load-image-39. You need to remove previous one and reinstall to this.]"
},
{
"author": "shinich39",
"title": "comfyui-model-metadata [REMOVED]",
"reference": "https://github.com/shinich39/comfyui-model-metadata",
"files": [
"https://github.com/shinich39/comfyui-model-metadata"
],
"install_type": "git-clone",
"description": "Print model metadata on note node"
},
{
"author": "shinich39",
"title": "comfyui-view-recommendations [REMOVED]",
"reference": "https://github.com/shinich39/comfyui-view-recommendations",
"files": [
"https://github.com/shinich39/comfyui-view-recommendations"
],
"install_type": "git-clone",
"description": "Load model generation data from civitai."
},
{
"author": "jonstreeter",
"title": "Comfyui-PySceneDetect [REMOVED]",
"reference": "https://github.com/jonstreeter/Comfyui-PySceneDetect",
"files": [
"https://github.com/jonstreeter/Comfyui-PySceneDetect"
],
"install_type": "git-clone",
"description": "NODES: PySceneDetect Video Processor"
},
{
"author": "muxueChen",
"title": "ComfyUI-NTQwen25-VL [REMOVED]",
"reference": "https://github.com/muxueChen/ComfyUI-NTQwen25-VL",
"files": [
"https://github.com/muxueChen/ComfyUI-NTQwen25-VL"
],
"install_type": "git-clone",
"description": "Qwen25-VL is a plugin for ComfyU"
},
{
"author": "Makki_Shizu",
"title": "ComfyUI-SaveAnimatedGIF [DEPRECATED]",

View File

@ -9,6 +9,239 @@
},
{
"author": "ALatentPlace",
"title": "YANC_LMStudio",
"reference": "https://github.com/ALatentPlace/YANC_LMStudio",
"files": [
"https://github.com/ALatentPlace/YANC_LMStudio"
],
"install_type": "git-clone",
"description": "A custom node for a LMStudio integration into ComfyUI."
},
{
"author": "fairy-root",
"title": "ComfyUI-OpenAI-FM",
"reference": "https://github.com/fairy-root/ComfyUI-OpenAI-FM",
"files": [
"https://github.com/fairy-root/ComfyUI-OpenAI-FM"
],
"install_type": "git-clone",
"description": "The OpenAI FM TTS node is a custom node for ComfyUI that seamlessly integrates the OpenAI FM Text-to-Speech service into your audio workflows. This node allows you to easily convert text to speech with a variety of voices and emotional styles directly within ComfyUI."
},
{
"author": "mw",
"title": "MW-ComfyUI_EraX-WoW-Turbo",
"reference": "https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo",
"files": [
"https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo"
],
"install_type": "git-clone",
"description": "Super fast multilingual speech recognition model based on Whisper Large-v3 Turbo. A node for ComfyUI."
},
{
"author": "mw",
"title": "MW-ComfyUI_gemmax",
"reference": "https://github.com/billwuhao/ComfyUI_gemmax",
"files": [
"https://github.com/billwuhao/ComfyUI_gemmax"
],
"install_type": "git-clone",
"description": "XiaoMi GemmaX: Support 28 languages, Multilingual Translator based on Gemma. A node for ComfyUI."
},
{
"author": "svetozarov",
"title": "AS_LLM_nodes",
"reference": "https://github.com/svetozarov/AS_LLM_nodes",
"files": [
"https://github.com/svetozarov/AS_LLM_nodes"
],
"install_type": "git-clone",
"description": "This ComfyUI extension provides custom nodes for working with Google Gemini and OpenAI ChatGPT."
},
{
"author": "LAOGOU-666",
"title": "Comfyui-Memory_Cleanup",
"id": "comfyui_memory_cleanup",
"reference": "https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup",
"files": [
"https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup"
],
"install_type": "git-clone",
"description": "A ComfyUI extension that provides nodes for memory cleanup, including VRAM and RAM cleanup functions to optimize ComfyUI performance during long running workflows."
},
{
"author": "Andro-Meta",
"title": "ComfyUI-Ovis2",
"reference": "https://github.com/Andro-Meta/ComfyUI-Ovis2",
"files": [
"https://github.com/Andro-Meta/ComfyUI-Ovis2"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node set for integrating [a/Ovis2](https://huggingface.co/AIDC-AI/Ovis2-34B), a powerful multimodal large language model designed to analyze images and videos."
},
{
"author": "RaymondProduction",
"title": "Zerna Pack",
"reference": "https://github.com/RaymondProduction/comfyui-zerna-pack",
"files": [
"https://github.com/RaymondProduction/comfyui-zerna-pack"
],
"install_type": "git-clone",
"description": "A set of nodes for batch processing of text and images."
},
{
"author": "impactframes",
"title": "IF_Gemini",
"id": "impactframes-gemini",
"reference": "https://github.com/if-ai/ComfyUI-IF_Gemini",
"files": [
"https://github.com/if-ai/ComfyUI-IF_Gemini"
],
"install_type": "git-clone",
"description": "Enjoy the latest GEMINI V2 API for ComfyUI - generate images, analyze content, and use multimodal capabilities with Google's Gemini models"
},
{
"author": "Yuan-ManX",
"title": "ComfyUI-OrpheusTTS",
"reference": "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS",
"files": [
"https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS"
],
"install_type": "git-clone",
"description": "ComfyUI nodes for OrpheusTTS model."
},
{
"author": "vahidzxc",
"title": "va-nodes",
"reference": "https://github.com/vahidzxc/va-nodes",
"files": [
"https://github.com/vahidzxc/va-nodes"
],
"install_type": "git-clone",
"description": "A collection of custom nodes for ComfyUI, focusing on improving workflow efficiency and adding new functionality.(work in progress!!!)"
},
{
"author": "raindrop313",
"title": "ComfyUI-WanVideoStartEndFrames",
"reference": "https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames",
"files": [
"https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames"
],
"install_type": "git-clone",
"description": "ComfyUI nodes that support video generation by start and end frames"
},
{
"author": "abuzreq",
"title": "ComfyUI Model Bending",
"reference": "https://github.com/abuzreq/ComfyUI-Model-Bending",
"files": [
"https://github.com/abuzreq/ComfyUI-Model-Bending"
],
"install_type": "git-clone",
"description": "Use model bending to push your model beyond its visuals' limits. These nodes allow you to apply transformations to the intemediate densoising steps during sampling, e.g. add, multiplty, scale, rotate, dilate, erode ..etc."
},
{
"author": "blovett80",
"title": "ComfyUI-PixelDojo",
"reference": "https://github.com/blovett80/ComfyUI-PixelDojo",
"files": [
"https://github.com/blovett80/ComfyUI-PixelDojo"
],
"install_type": "git-clone",
"description": "A ComfyUI extension for using PixelDojo's Flux API to generate high-quality images directly within ComfyUI workflows."
},
{
"author": "ShmuelRonen",
"title": "ComfyUI-PS_Flatten_Image",
"reference": "https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image",
"files": [
"https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that simulates Photoshop's 'Flatten Image' functionality."
},
{
"author": "zaheenrahman",
"title": "ComfyUI-ColorCorrection",
"reference": "https://github.com/zaheenrahman/ComfyUI-ColorCorrection",
"files": [
"https://github.com/zaheenrahman/ComfyUI-ColorCorrection"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that performs color correction on clothing in face-swapped images. This node helps maintain the original clothing color when using face swap tools, addressing common color shifts that occur during the face swap process."
},
{
"author": "CHAOSEA",
"title": "ComfyUI_FaceAlignPaste",
"reference": "https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste",
"files": [
"https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste"
],
"install_type": "git-clone",
"description": "Smart Face Alignment and Pasting Node"
},
{
"author": "Pablerdo",
"title": "ComfyUI-ZeptaframePromptMerger",
"reference": "https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger",
"files": [
"https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger"
],
"install_type": "git-clone",
"description": "Custom node that merges general and subject-specific prompts"
},
{
"author": "yasser-baalla",
"title": "comfyUI-SemanticImageFetch",
"reference": "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch",
"files": [
"https://github.com/yasser-baalla/comfyUI-SemanticImageFetch"
],
"install_type": "git-clone",
"description": "Create a custom node to select the closest images semantically to an input prompt"
},
{
"author": "infinigence",
"title": "ComfyUI_Model_Cache",
"reference": "https://github.com/infinigence/ComfyUI_Model_Cache",
"files": [
"https://github.com/infinigence/ComfyUI_Model_Cache"
],
"install_type": "git-clone",
"description": "A model cached-loader custom node for ComfyUI."
},
{
"author": "SijieMei",
"title": "ComfyUI-Prompt-History",
"reference": "https://github.com/SijieMei/ComfyUI-promptHistory",
"files": [
"https://github.com/SijieMei/ComfyUI-promptHistory"
],
"install_type": "git-clone",
"description": "Save prompt history and reselect"
},
{
"author": "Tensor-Art",
"title": "ComfyUI_TENSOR_ART",
"reference": "https://github.com/Tensor-Art/ComfyUI_TENSOR_ART",
"files": [
"https://github.com/Tensor-Art/ComfyUI_TENSOR_ART"
],
"install_type": "git-clone",
"description": "This project implements a set of custom nodes for ComfyUI, integrating some of the API interfaces provided by [a/TAMS](https://tams.tensor.art/)."
},
{
"author": "camiilevitoriia",
"title": "ComfyUI-WanVideoStartEndFrames",
"reference": "https://github.com/camiilevitoriia/ComfyUI-WanVideoStartEndFrames",
"files": [
"https://github.com/camiilevitoriia/ComfyUI-WanVideoStartEndFrames"
],
"install_type": "git-clone",
"description": "ComfyUI nodes that support video generation by start and end frames"
},
{
"author": "yuvraj108c",
"title": "ComfyUI Thera",
@ -461,282 +694,6 @@
],
"install_type": "git-clone",
"description": "This is a simple Wan block swap node for ComfyUI native nodes, works by swapping upto 40 blocks to the CPU to reduce VRAM."
},
{
"author": "KytraScript",
"title": "ComfyUI_MatAnyone_Kytra",
"reference": "https://github.com/KytraScript/ComfyUI_MatAnyone_Kytra",
"files": [
"https://github.com/KytraScript/ComfyUI_MatAnyone_Kytra"
],
"install_type": "git-clone",
"description": "Kytra's MatAnyone (Video Matting) implementation for ComfyUI - Based on pq-yang/MatAnyone"
},
{
"author": "irreveloper",
"title": "ComfyUI-DSD",
"reference": "https://github.com/irreveloper/ComfyUI-DSD",
"files": [
"https://github.com/irreveloper/ComfyUI-DSD"
],
"install_type": "git-clone",
"description": "An Unofficial ComfyUI custom node package that integrates [a/Diffusion Self-Distillation (DSD)](https://github.com/primecai/diffusion-self-distillation) for zero-shot customized image generation.\nDSD is a model for subject-preserving image generation that allows you to create images of a specific subject in novel contexts without per-instance tuning."
},
{
"author": "Nikosis",
"title": "ComfyUI-Nikosis-Nodes",
"reference": "https://github.com/Nikosis/ComfyUI-Nikosis-Nodes",
"files": [
"https://github.com/Nikosis/ComfyUI-Nikosis-Nodes"
],
"install_type": "git-clone",
"description": "Nodes: Aspect Ratio, Prompt Multiple Styles Selector, Text Concatenate"
},
{
"author": "roundyyy",
"title": "Mesh Simplifier for ComfyUI",
"reference": "https://github.com/roundyyy/ComfyUI-mesh-simplifier",
"files": [
"https://github.com/roundyyy/ComfyUI-mesh-simplifier"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that implements mesh simplification with texture preservation using PyMeshLab. This node allows you to reduce the complexity of 3D meshes while preserving visual quality, and is compatible with ComfyUI-3D-Pack's mesh format."
},
{
"author": "leeguandong",
"title": "ComfyUI_1Prompt1Story",
"reference": "https://github.com/leeguandong/ComfyUI_1Prompt1Story",
"files": [
"https://github.com/leeguandong/ComfyUI_1Prompt1Story"
],
"install_type": "git-clone",
"description": "ComfyUI nodes to use [a/1Prompt1Story](https://github.com/byliutao/1Prompt1Story)"
},
{
"author": "leeguandong",
"title": "ComfyUI_ChatGen",
"reference": "https://github.com/leeguandong/ComfyUI_ChatGen",
"files": [
"https://github.com/leeguandong/ComfyUI_ChatGen"
],
"install_type": "git-clone",
"description": "ComfyUI nodes to use [a/ChatGen](https://github.com/chengyou-jia/ChatGen)"
},
{
"author": "S4MUEL-404",
"title": "ComfyUI-S4Tool-Image-Overlay",
"reference": "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image-Overlay",
"files": [
"https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image-Overlay"
],
"install_type": "git-clone",
"description": "Quickly set up image overlay effects"
},
{
"author": "xingBaGan",
"title": "ComfyUI-connect-ui",
"reference": "https://github.com/xingBaGan/ComfyUI-connect-ui",
"files": [
"https://github.com/xingBaGan/ComfyUI-connect-ui"
],
"install_type": "git-clone",
"description": "Real-time image transfer between client and server Base64 image encoding/decoding support Supports PNG image format Includes a floating preview window for received images Preview window has minimize/maximize functionality"
},
{
"author": "Duanyll",
"title": "Duanyll Nodepack",
"reference": "https://github.com/Duanyll/duanyll_nodepack",
"files": [
"https://github.com/Duanyll/duanyll_nodepack"
],
"install_type": "git-clone",
"description": "A collection of custom nodes for ComfyUI"
},
{
"author": "HannibalP",
"title": "comfyui-HannibalPack",
"reference": "https://github.com/HannibalP/comfyui-HannibalPack",
"files": [
"https://github.com/HannibalP/comfyui-HannibalPack"
],
"install_type": "git-clone",
"description": "This node improves the merging of LoRA for movements and physical resemblance when adding multiple LoRA to a model."
},
{
"author": "HowToSD",
"title": "ComfyUI-Pt-Wrapper",
"reference": "https://github.com/HowToSD/ComfyUI-Pt-Wrapper",
"files": [
"https://github.com/HowToSD/ComfyUI-Pt-Wrapper"
],
"install_type": "git-clone",
"description": "PyTorch extension for ComfyUI featuring extensive PyTorch wrapper nodes for seamless tensor operations and PyTorch model training."
},
{
"author": "vadimcro",
"title": "VKRiez-Edge",
"reference": "https://github.com/vadimcro/VKRiez-Edge",
"files": [
"https://github.com/vadimcro/VKRiez-Edge"
],
"install_type": "git-clone",
"description": "A collection of advanced edge detection nodes for ComfyUI that generate high-quality edge maps / contours for usage with ControlNet Canny / Anyline guidance."
},
{
"author": "muxueChen",
"title": "ComfyUI-NTQwen25-VL",
"reference": "https://github.com/muxueChen/ComfyUI-NTQwen25-VL",
"files": [
"https://github.com/muxueChen/ComfyUI-NTQwen25-VL"
],
"install_type": "git-clone",
"description": "Qwen25-VL is a plugin for ComfyU"
},
{
"author": "Holasyb918",
"title": "Ghost2_Comfyui",
"reference": "https://github.com/Holasyb918/Ghost2_Comfyui",
"files": [
"https://github.com/Holasyb918/Ghost2_Comfyui"
],
"install_type": "git-clone",
"description": "ComfyUI adaptation of [a/GHOST 2.0](https://github.com/ai-forever/ghost-2.0)."
},
{
"author": "Diohim",
"title": "ComfyUI Unusual Tools",
"reference": "https://github.com/Diohim/ComfyUI-Unusual-Tools",
"files": [
"https://github.com/Diohim/ComfyUI-Unusual-Tools"
],
"install_type": "git-clone",
"description": "A collection of unusual but useful image processing nodes for ComfyUI."
},
{
"author": "penposs",
"title": "ComfyUI Gemini Pro Node",
"reference": "https://github.com/penposs/ComfyUI_Gemini_Pro",
"files": [
"https://github.com/penposs/ComfyUI_Gemini_Pro"
],
"install_type": "git-clone",
"description": "This is a Google Gemini Pro API integration node for ComfyUI, supporting text, image, video, and audio inputs."
},
{
"author": "cardenluo",
"title": "ComfyUI-Apt_Preset",
"reference": "https://github.com/cardenluo/ComfyUI-Apt_Preset",
"files": [
"https://github.com/cardenluo/ComfyUI-Apt_Preset"
],
"install_type": "git-clone",
"description": "ComfyUI-Apt_Preset is a node package designed to simplify workflows"
},
{
"author": "finegrain",
"title": "comfyui-finegrain",
"reference": "https://github.com/finegrain-ai/comfyui-finegrain",
"files": [
"https://github.com/finegrain-ai/comfyui-finegrain"
],
"install_type": "git-clone",
"description": "ComfyUI custom nodes to interact with the Finegrain API."
},
{
"author": "Yuan-ManX",
"title": "ComfyUI-StyleStudio",
"reference": "https://github.com/Yuan-ManX/ComfyUI-StyleStudio",
"files": [
"https://github.com/Yuan-ManX/ComfyUI-StyleStudio"
],
"install_type": "git-clone",
"description": "ComfyUI nodes for StyleStudio model."
},
{
"author": "Jerome Bacquet",
"title": "ComfyUI XenoFlow",
"id": "XenoFlow",
"reference": "https://github.com/jerome7562/ComfyUI-XenoFlow",
"files": [
"https://github.com/jerome7562/ComfyUI-XenoFlow"
],
"install_type": "git-clone",
"description": "Implementation of Instance nodes, Replicate nodes, and standard Save UI to improve the workflow into ComfyUI."
},
{
"author": "amorano",
"title": "Jovi_Colorizer",
"id": "jovijovi_colorizer_capture",
"reference": "https://github.com/Amorano/Jovi_Colorizer",
"files": [
"https://github.com/Amorano/Jovi_Colorizer"
],
"install_type": "git-clone",
"description": "Colorize ComfyUI nodes with defaults per node, node category or via regex filtering."
},
{
"author": "Metal3d",
"title": "M3D photo effects",
"id": "ComfyUI_M3D_photo_effects",
"reference": "https://github.com/metal3d/ComfyUI_M3D_photo_effects",
"files": [
"https://github.com/metal3d/ComfyUI_M3D_photo_effects"
],
"install_type": "git-clone",
"description": "A set of photo effects for ComfyUI, for the moment, only Bleach Bypass effect is provided, but more to come!"
},
{
"author": "impactframes",
"title": "IF_DatasetMkr",
"reference": "https://github.com/if-ai/ComfyUI-IF_DatasetMkr",
"files": [
"https://github.com/if-ai/ComfyUI-IF_DatasetMkr"
],
"install_type": "git-clone",
"description": "Create Video datasets staright from YT or a video file path"
},
{
"author": "markuryy",
"title": "Super Loader",
"reference": "https://github.com/markuryy/ComfyUI-SuperLoader",
"files": [
"https://github.com/markuryy/ComfyUI-SuperLoader"
],
"install_type": "git-clone",
"description": "Metadata for loaded models"
},
{
"author": "lgldlk",
"title": "ComfyUI-PSD-Replace",
"reference": "https://github.com/lgldlk/ComfyUI-PSD-Replace",
"files": [
"https://github.com/lgldlk/ComfyUI-PSD-Replace"
],
"install_type": "git-clone",
"description": "One click replacement of smart objects or layers in PSD"
},
{
"author": "S4MUEL-404",
"title": "ComfyUI-Text-On-Image",
"id": "ComfyUI-Text-On-Image",
"reference": "https://github.com/S4MUEL-404/ComfyUI-Text-On-Image",
"files": [
"https://github.com/S4MUEL-404/ComfyUI-Text-On-Image"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that allows users to add text overlays to images with customizable size, font, position, and shadow."
},
{
"author": "S4MUEL-404",
"title": "ComfyUI-Prompts-Selector",
"reference": "https://github.com/S4MUEL-404/ComfyUI-Prompts-Selector",
"files": [
"https://github.com/S4MUEL-404/ComfyUI-Prompts-Selector"
],
"install_type": "git-clone",
"description": "Quickly select preset prompts and merge them"
}
]
}

View File

@ -96,8 +96,8 @@
],
"https://github.com/1038lab/ComfyUI-SparkTTS": [
[
"AudioRecorder",
"SparkTTS_AdvVoiceClone",
"SparkTTS_AudioRecorder",
"SparkTTS_VoiceClone",
"SparkTTS_VoiceCreator"
],
@ -488,10 +488,11 @@
"color_segmentation",
"color_segmentation_v2",
"coords_select_mask",
"crop_data_edit",
"filter_DensePose_color",
"get_image_data",
"image_ValueMath",
"image_math",
"image_math_value",
"invert_channel_adv",
"load_BEN_model",
"load_ColorName_config",
@ -500,6 +501,7 @@
"load_model_value",
"load_torchvision_model",
"mask_and_mask_math",
"mask_crop_square",
"mask_line_mapping",
"mask_select_mask",
"sort_images_batch"
@ -1167,6 +1169,14 @@
"title_aux": "ComfyUI_yanc"
}
],
"https://github.com/ALatentPlace/YANC_LMStudio": [
[
"> LMStudio"
],
{
"title_aux": "YANC_LMStudio"
}
],
"https://github.com/APZmedia/APZmedia-comfy-together-lora": [
[
"TogetherImageGenerator",
@ -1596,6 +1606,17 @@
"title_aux": "Jovimetrix"
}
],
"https://github.com/Andro-Meta/ComfyUI-Ovis2": [
[
"Ovis2ImageCaption",
"Ovis2ModelLoader",
"Ovis2MultiImageInput",
"Ovis2VideoFramesDescription"
],
{
"title_aux": "ComfyUI-Ovis2"
}
],
"https://github.com/Anibaaal/ComfyUI-UX-Nodes": [
[
"AdvancedCompositeImageMasked",
@ -2376,6 +2397,17 @@
"title_aux": "ccsun_node"
}
],
"https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste": [
[
"FaceAlignDouble",
"FaceAlignSingle",
"FaceAutoFitDouble",
"FaceAutoFitSingle"
],
{
"title_aux": "ComfyUI_FaceAlignPaste"
}
],
"https://github.com/CY-CHENYUE/ComfyUI-Free-GPU": [
[
"FreeGPUMemory"
@ -5846,6 +5878,15 @@
"title_aux": "Comfyui-LG_Relight"
}
],
"https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup": [
[
"RAMCleanup",
"VRAMCleanup"
],
{
"title_aux": "Comfyui-Memory_Cleanup"
}
],
"https://github.com/LEv145/images-grid-comfy-plugin": [
[
"GridAnnotation",
@ -6031,6 +6072,7 @@
"RemoveBannedTagsFromTags|LP",
"RemoveBannedTagsFromText|LP",
"RemoveDuplicateTags|LP",
"ResizeImageToTargetSize|LP",
"Resorting Tags [LP]",
"ResortingTags|LP",
"Show Text Bridge [LP]",
@ -6384,6 +6426,7 @@
],
"https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": [
[
"makitextwildcards",
"makiwildcards",
"textconcatenate"
],
@ -7508,6 +7551,14 @@
"title_aux": "ComfyUI-MultiCutAndDrag"
}
],
"https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger": [
[
"MergePrompts"
],
{
"title_aux": "ComfyUI-ZeptaframePromptMerger"
}
],
"https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": [
[
"FooocusV2Expansion"
@ -7556,8 +7607,7 @@
],
"https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": [
[
"ClaudeCustomPrompt",
"SplitTextLines"
"ClaudeCustomPrompt"
],
{
"title_aux": "Claude Prompt Generator"
@ -7795,6 +7845,18 @@
"title_aux": "ComfyUI-Rodin"
}
],
"https://github.com/RaymondProduction/comfyui-zerna-pack": [
[
"DynamicPromptInjector //Zerna Pack"
],
{
"author": "Raymond",
"description": "A set of nodes for batch processing of text and images.",
"nickname": "Zerna Pack",
"title": "Zerna Pack",
"title_aux": "Zerna Pack"
}
],
"https://github.com/ReBeating/ComfyUI-Artist-Selector": [
[
"LoadArtistTag"
@ -8793,6 +8855,14 @@
"title_aux": "ComfyUI-LatentSyncWrapper"
}
],
"https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image": [
[
"FlattenImage"
],
{
"title_aux": "ComfyUI-PS_Flatten_Image"
}
],
"https://github.com/ShmuelRonen/ComfyUI-PixArt_XL": [
[
"PA_BaseModelLoader_fromhub",
@ -8897,6 +8967,14 @@
"title_aux": "ComfyUI_Textarea_Loaders"
}
],
"https://github.com/SijieMei/ComfyUI-promptHistory": [
[
"PromptHistory"
],
{
"title_aux": "ComfyUI-Prompt-History"
}
],
"https://github.com/SimonHeese/ComfyUI_AnimationNodes/raw/refs/heads/main/animated_offset_pad.py": [
[
"AnimatedOffsetPadding"
@ -9181,6 +9259,7 @@
"SDVN Any List",
"SDVN Any Repeat",
"SDVN Any Show",
"SDVN AnyDownload List",
"SDVN Apply Style Model",
"SDVN Auto Generate",
"SDVN Boolean",
@ -9188,19 +9267,23 @@
"SDVN CLIP Text Encode",
"SDVN CLIPVision Download",
"SDVN Checkpoint Download",
"SDVN Checkpoint Download List",
"SDVN ControlNet Download",
"SDVN Controlnet Apply",
"SDVN DALL-E Generate Image",
"SDVN Dic Convert",
"SDVN DualCLIP Download",
"SDVN Easy IPAdapter weight",
"SDVN Exif check",
"SDVN Fill Background",
"SDVN Filter List",
"SDVN Flip Image",
"SDVN Gemini Flash 2 Image",
"SDVN Google Imagen",
"SDVN IC Lora Layout",
"SDVN IC Lora Layout Crop",
"SDVN IC-Light v2",
"SDVN IPAdapterModel Download",
"SDVN Image Adjust",
"SDVN Image Film Grain",
"SDVN Image HSL",
@ -9211,6 +9294,7 @@
"SDVN Image Size",
"SDVN Image White Balance",
"SDVN Inpaint",
"SDVN InstantIDModel Download",
"SDVN Join Parameter",
"SDVN Joy Caption",
"SDVN KSampler",
@ -9287,16 +9371,20 @@
"SDstarsampler",
"Star Face Loader",
"Star3LoRAs",
"StarDeleteSamplerSettings",
"StarDenoiseSlider",
"StarDivisibleDimension",
"StarEasyTextStorage",
"StarFiveWildcards",
"StarImageSwitch",
"StarLatentSwitch",
"StarLoadSamplerSettings",
"StarNewsScraper",
"StarPSDSaver",
"StarSaveSamplerSettings",
"StarTextFilter",
"StarTextInput",
"StarWildcardsAdvanced",
"Starupscale"
],
{
@ -10084,6 +10172,16 @@
"title_aux": "ComfyUI-ELLA"
}
],
"https://github.com/Tensor-Art/ComfyUI_TENSOR_ART": [
[
"TA_AIToolsNode",
"TA_ExecuteNode",
"TA_SettingsNode"
],
{
"title_aux": "ComfyUI_TENSOR_ART"
}
],
"https://github.com/TheBarret/ZSuite": [
[
"ZSuite: Prompter",
@ -10422,6 +10520,7 @@
"VrchImagePreviewBackgroundNode",
"VrchImageSaverNode",
"VrchImageSwitchOSCControlNode",
"VrchImageWebSocketChannelLoaderNode",
"VrchImageWebSocketWebViewerNode",
"VrchImageWebViewerNode",
"VrchInstantQueueKeyControlNode",
@ -11084,6 +11183,15 @@
"title_aux": "ComfyUI-LLaMA-Mesh"
}
],
"https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": [
[
"Long Text Generation",
"Single Text Generation"
],
{
"title_aux": "ComfyUI-OrpheusTTS"
}
],
"https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": [
[
"PhotoDoodle Gen"
@ -11442,6 +11550,19 @@
"title_aux": "ComfyUI-RequestPoster"
}
],
"https://github.com/abuzreq/ComfyUI-Model-Bending": [
[
"LatentApplyBendingOperationCFG",
"LatentOperation",
"LatentOperationAddScalar",
"LatentOperationMultiplyScalar",
"LatentOperationRotate",
"LatentOperationThreshold"
],
{
"title_aux": "ComfyUI Model Bending"
}
],
"https://github.com/abyz22/image_control": [
[
"abyz22_AddPrompt",
@ -11765,6 +11886,7 @@
],
"https://github.com/ainewsto/Comfyui_Comfly": [
[
"ComflyGeminiAPI",
"Comfly_Mj",
"Comfly_Mju",
"Comfly_Mjv",
@ -12300,6 +12422,7 @@
"Sage_LoraStackLoader",
"Sage_LoraStackRecent",
"Sage_ModelInfo",
"Sage_ModelLoraStackLoader",
"Sage_ModelReport",
"Sage_PonyPrefix",
"Sage_SamplerInfo",
@ -12308,10 +12431,13 @@
"Sage_SetFloat",
"Sage_SetInteger",
"Sage_SetText",
"Sage_StringListTest",
"Sage_TextCompare",
"Sage_TilingInfo",
"Sage_TripleJoinText",
"Sage_TripleLoraStack",
"Sage_UNETLoader",
"Sage_ViewAnything",
"Sage_ViewText"
],
{
@ -12914,6 +13040,14 @@
"title_aux": "ComfyUI_DiffRhythm"
}
],
"https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo": [
[
"EraXWoWRUN"
],
{
"title_aux": "MW-ComfyUI_EraX-WoW-Turbo"
}
],
"https://github.com/billwuhao/ComfyUI_KokoroTTS_MW": [
[
"Kokoro Run",
@ -12953,6 +13087,14 @@
"title_aux": "ComfyUI_StepAudioTTS"
}
],
"https://github.com/billwuhao/ComfyUI_gemmax": [
[
"GemmaxRun"
],
{
"title_aux": "MW-ComfyUI_gemmax"
}
],
"https://github.com/bitaffinity/ComfyUI_HF_Inference": [
[
"Classification",
@ -13107,6 +13249,14 @@
"title_aux": "ComfyUI_sloppy-comic"
}
],
"https://github.com/blovett80/ComfyUI-PixelDojo": [
[
"PixelDojoAPI"
],
{
"title_aux": "ComfyUI-PixelDojo"
}
],
"https://github.com/blueraincoatli/comfyUI_SillyNodes": [
[
"BooleanJumper|SillyNode",
@ -13570,6 +13720,18 @@
"title_aux": "ComfyUI-TostAI"
}
],
"https://github.com/camiilevitoriia/ComfyUI-WanVideoStartEndFrames": [
[
"WanVideoSEDecode",
"WanVideoSEImageClipEncode",
"WanVideoSEModelLoader",
"WanVideoSESampler",
"WanVideoSEVAELoader"
],
{
"title_aux": "ComfyUI-WanVideoStartEndFrames"
}
],
"https://github.com/cardenluo/ComfyUI-Apt_Preset": [
[
"ACN_AdvancedControlNetApply",
@ -14488,7 +14650,9 @@
"PIP ColorPicker",
"PIP SVG Recorder",
"PIP Text Preview",
"PIPColorPicker"
"PIPAdvancedColorAnalyzer",
"PIPColorPicker",
"PIPColorWheel"
],
{
"title_aux": "PIP Artistic Words for ComfyUI"
@ -14867,6 +15031,7 @@
"InterpolatePoints (KDTree)",
"PointsToImage (Orthographic)",
"PointsToImage (Projection)",
"PointsToImage advance (DEBUG)",
"PointsToImage advance (Orthographic)",
"PointsToImage advance (Projection)",
"TransformPoints"
@ -15323,6 +15488,7 @@
"EmptyImage",
"EmptyLTXVLatentVideo",
"EmptyLatentAudio",
"EmptyLatentHunyuan3Dv2",
"EmptyLatentImage",
"EmptyMochiLatentVideo",
"EmptySD3LatentImage",
@ -15337,6 +15503,8 @@
"GLIGENLoader",
"GLIGENTextBoxApply",
"GrowMask",
"Hunyuan3Dv2Conditioning",
"Hunyuan3Dv2ConditioningMultiView",
"HunyuanImageToVideo",
"HyperTile",
"HypernetworkLoader",
@ -15352,12 +15520,14 @@
"ImageOnlyCheckpointSave",
"ImagePadForOutpaint",
"ImageQuantize",
"ImageRGBToYUV",
"ImageScale",
"ImageScaleBy",
"ImageScaleToTotalPixels",
"ImageSharpen",
"ImageToMask",
"ImageUpscaleWithModel",
"ImageYUVToRGB",
"InpaintModelConditioning",
"InstructPixToPixConditioning",
"InvertMask",
@ -15402,6 +15572,7 @@
"LoraLoader",
"LoraLoaderModelOnly",
"LoraSave",
"LotusConditioning",
"Mahiro",
"MaskComposite",
"MaskToImage",
@ -15421,6 +15592,7 @@
"ModelMergeSDXL",
"ModelMergeSimple",
"ModelMergeSubtract",
"ModelMergeWAN2_1",
"ModelSamplingAuraFlow",
"ModelSamplingContinuousEDM",
"ModelSamplingContinuousV",
@ -15443,6 +15615,10 @@
"Preview3DAnimation",
"PreviewAudio",
"PreviewImage",
"PrimitiveBoolean",
"PrimitiveFloat",
"PrimitiveInt",
"PrimitiveString",
"RandomNoise",
"RebatchImages",
"RebatchLatents",
@ -15469,6 +15645,7 @@
"SaveAnimatedPNG",
"SaveAnimatedWEBP",
"SaveAudio",
"SaveGLB",
"SaveImage",
"SaveImageWebsocket",
"SaveLatent",
@ -15539,6 +15716,7 @@
"UpscaleModelLoader",
"VAEDecode",
"VAEDecodeAudio",
"VAEDecodeHunyuan3D",
"VAEDecodeTiled",
"VAEEncode",
"VAEEncodeAudio",
@ -15549,6 +15727,7 @@
"VPScheduler",
"VideoLinearCFGGuidance",
"VideoTriangleCFGGuidance",
"VoxelToMeshBasic",
"WanImageToVideo",
"WebcamCapture",
"unCLIPCheckpointLoader",
@ -16006,6 +16185,7 @@
[
"D2 Checkpoint Loader",
"D2 Controlnet Loader",
"D2 Delete Comment",
"D2 EmptyImage Alpha",
"D2 Filename Template",
"D2 Folder Image Queue",
@ -16054,11 +16234,13 @@
],
"https://github.com/dadoirie/ComfyUI_Dados_Nodes": [
[
"\"inactivePinterestImageNode\": inactivePinterestImageNode, TextConcatenatorNode",
"DynamicTextLoaderNode",
"PinterestImageNode",
"PinterestFetch",
"SmolVLMNode",
"TextConcatenatorNode",
"TextDropDownNode"
"TextDropDownNode",
"inactivePinterestImageNode"
],
{
"author": "Dado",
@ -16865,6 +17047,7 @@
"CLIP_Interrogator",
"ConvertToGrayscale",
"DepthSlicer",
"Eden_AllMediaLoader",
"Eden_Bool",
"Eden_BoolBinaryOperation",
"Eden_Compare",
@ -16890,6 +17073,7 @@
"Eden_RandomPromptFromFile",
"Eden_Regex_Replace",
"Eden_RepeatLatentBatch",
"Eden_Save_Param_Dict",
"Eden_Seed",
"Eden_String",
"Eden_StringHash",
@ -17169,6 +17353,14 @@
"title_aux": "ComfyUI-GLHF"
}
],
"https://github.com/fairy-root/ComfyUI-OpenAI-FM": [
[
"OpenAIFMNode"
],
{
"title_aux": "ComfyUI-OpenAI-FM"
}
],
"https://github.com/fairy-root/ComfyUI-Show-Text": [
[
"ComfyUIShowText"
@ -17380,6 +17572,7 @@
"FL_FractalKSampler",
"FL_GPT_Vision",
"FL_GeminiImageEditor",
"FL_GeminiTextAPI",
"FL_GeminiVideoCaptioner",
"FL_Glitch",
"FL_GoogleDriveDownloader",
@ -17408,6 +17601,7 @@
"FL_InfiniteZoom",
"FL_InpaintCrop",
"FL_Inpaint_Stitch",
"FL_JS",
"FL_KSamplerXYZPlot",
"FL_KsamplerBasic",
"FL_KsamplerPlus",
@ -17969,7 +18163,9 @@
"Custom API Key",
"DalleImage",
"Enhancer",
"Gemini Image",
"Image Mixer",
"Imagen Image",
"ImgTextSwitch",
"Load Remote Models",
"LoadText|plush",
@ -19245,6 +19441,14 @@
"title_aux": "IF_DatasetMkr"
}
],
"https://github.com/if-ai/ComfyUI-IF_Gemini": [
[
"GeminiNode"
],
{
"title_aux": "IF_Gemini"
}
],
"https://github.com/if-ai/ComfyUI-IF_LLM": [
[
"IF_DisplayText",
@ -19318,6 +19522,7 @@
"Light-Tool: AddBackgroundV2",
"Light-Tool: BoundingBoxCropping",
"Light-Tool: GetImageSize",
"Light-Tool: Hex2Rgb",
"Light-Tool: ImageConcat",
"Light-Tool: ImageMaskApply",
"Light-Tool: ImageOverlay",
@ -19326,6 +19531,7 @@
"Light-Tool: InputTextList",
"Light-Tool: InvertMask",
"Light-Tool: IsTransparent",
"Light-Tool: KeyValue",
"Light-Tool: LoadImage",
"Light-Tool: LoadImageFromURL",
"Light-Tool: LoadImagesFromDir",
@ -19341,11 +19547,13 @@
"Light-Tool: ResizeImage",
"Light-Tool: SaveToAliyunOSS",
"Light-Tool: SaveVideo",
"Light-Tool: ScaleImage",
"Light-Tool: ShowText",
"Light-Tool: SimpleImageOverlay",
"Light-Tool: SimpleTextConnect",
"Light-Tool: SolidColorBackground",
"Light-Tool: TextConnect"
"Light-Tool: TextConnect",
"Light-Tool: UpscaleImage"
],
{
"author": "Hmily",
@ -19723,6 +19931,7 @@
"CR Sampler Input Switch JK",
"CR Sigmas Input Switch JK",
"CR Text Input Switch JK",
"CR TriMesh Input Switch JK",
"CR VAE Input Switch JK",
"Ckpt Loader JK",
"Color Grading JK",
@ -20327,14 +20536,6 @@
"title_aux": "ComfyUI-sampler-lcm-alternative"
}
],
"https://github.com/jonstreeter/Comfyui-PySceneDetect": [
[
"PySceneDetectNode"
],
{
"title_aux": "Comfyui-PySceneDetect"
}
],
"https://github.com/jordoh/ComfyUI-Deepface": [
[
"DeepfaceExtractFaces",
@ -20440,6 +20641,8 @@
"Bjornulf_AnythingToFloat",
"Bjornulf_AnythingToInt",
"Bjornulf_AnythingToText",
"Bjornulf_ApiDynamicTextInputs",
"Bjornulf_AudioPreview",
"Bjornulf_AudioVideoSync",
"Bjornulf_CharacterDescriptionGenerator",
"Bjornulf_CivitAILoraSelector",
@ -20459,10 +20662,14 @@
"Bjornulf_CombineVideoAudio",
"Bjornulf_ConcatVideos",
"Bjornulf_ConcatVideosFromList",
"Bjornulf_ConditionalSwitch",
"Bjornulf_ConvertVideo",
"Bjornulf_DisplayNote",
"Bjornulf_EmptyVideoLatentWithSingle",
"Bjornulf_ExecuteWorkflowNode",
"Bjornulf_FFmpegConfig",
"Bjornulf_FaceSettings",
"Bjornulf_FixFace",
"Bjornulf_FourImageViewer",
"Bjornulf_FreeVRAM",
"Bjornulf_GlobalSeedManager",
@ -20487,9 +20694,12 @@
"Bjornulf_ListLooperScene",
"Bjornulf_ListLooperStyle",
"Bjornulf_ListSelector",
"Bjornulf_LoadCivitAILinks",
"Bjornulf_LoadFromBase64",
"Bjornulf_LoadGlobalVariables",
"Bjornulf_LoadImageWithTransparency",
"Bjornulf_LoadImagesFromSelectedFolder",
"Bjornulf_LoadTensor",
"Bjornulf_LoadTextFromFolder",
"Bjornulf_LoadTextFromPath",
"Bjornulf_LoadTextPickMeGlobal",
@ -20509,6 +20719,7 @@
"Bjornulf_LoopSchedulers",
"Bjornulf_LoopTexts",
"Bjornulf_LoopWriteText",
"Bjornulf_MathNode",
"Bjornulf_MergeImagesHorizontally",
"Bjornulf_MergeImagesVertically",
"Bjornulf_ModelClipVaeSelector",
@ -20517,12 +20728,14 @@
"Bjornulf_OllamaSystemJobSelector",
"Bjornulf_OllamaSystemPersonaSelector",
"Bjornulf_OllamaTalk",
"Bjornulf_OllamaVisionPromptSelector",
"Bjornulf_PassPreviewImage",
"Bjornulf_PauseResume",
"Bjornulf_PickInput",
"Bjornulf_PickMe",
"Bjornulf_PlayAudio",
"Bjornulf_PreviewFirstImage",
"Bjornulf_PurgeCLIPNode",
"Bjornulf_RandomFloatNode",
"Bjornulf_RandomImage",
"Bjornulf_RandomIntNode",
@ -20531,6 +20744,10 @@
"Bjornulf_RandomModelClipVae",
"Bjornulf_RandomModelSelector",
"Bjornulf_RandomTexts",
"Bjornulf_ReassembleImageGrid",
"Bjornulf_RemoteTextEncodingWithCLIPs",
"Bjornulf_RemoteVAEDecoderNode",
"Bjornulf_RemoteVAEDecoderNodeTiled",
"Bjornulf_RemoveTransparency",
"Bjornulf_ResizeImage",
"Bjornulf_ResizeImagePercentage",
@ -20538,8 +20755,11 @@
"Bjornulf_SaveGlobalVariables",
"Bjornulf_SaveImagePath",
"Bjornulf_SaveImageToFolder",
"Bjornulf_SaveTensors",
"Bjornulf_SaveText",
"Bjornulf_SaveTmpAudio",
"Bjornulf_SaveTmpImage",
"Bjornulf_SaveTmpVideo",
"Bjornulf_ScramblerCharacter",
"Bjornulf_SelectImageFromList",
"Bjornulf_ShowFloat",
@ -20548,8 +20768,11 @@
"Bjornulf_ShowStringText",
"Bjornulf_ShowText",
"Bjornulf_SpeechToText",
"Bjornulf_SplitImageGrid",
"Bjornulf_StyleSelector",
"Bjornulf_SwitchAnything",
"Bjornulf_SwitchText",
"Bjornulf_TextAnalyzer",
"Bjornulf_TextGenerator",
"Bjornulf_TextGeneratorCharacterCreature",
"Bjornulf_TextGeneratorCharacterFemale",
@ -20573,6 +20796,7 @@
"Bjornulf_VideoLatentResolutionSelector",
"Bjornulf_VideoPingPong",
"Bjornulf_VideoPreview",
"Bjornulf_VideoTextGenerator",
"Bjornulf_VideoToImagesList",
"Bjornulf_WriteText",
"Bjornulf_WriteTextAdvanced",
@ -21637,13 +21861,18 @@
"AIO_Translater",
"Abc_Math",
"Baidu_Translater",
"BiRefNet_Loader",
"Color_Adjustment",
"Custom_Save_Image",
"Display_Any",
"Image_Composer",
"Image_Cropper",
"Image_Mask_Composer",
"Image_Resizer",
"Image_Size_Extractor",
"Kay_BiRefNet_Loader",
"Load_Image_Folder",
"Mask_Blur_Plus",
"Mask_Filler",
"Preview_Mask",
"Preview_Mask_Plus",
"RemBG_Loader",
@ -23068,9 +23297,11 @@
"ImpactRemoteInt",
"ImpactSEGSClassify",
"ImpactSEGSConcat",
"ImpactSEGSIntersectionFilter",
"ImpactSEGSLabelAssign",
"ImpactSEGSLabelFilter",
"ImpactSEGSMerge",
"ImpactSEGSNMSFilter",
"ImpactSEGSOrderedFilter",
"ImpactSEGSPicker",
"ImpactSEGSRangeFilter",
@ -23322,8 +23553,7 @@
[
"DPR_Extractor",
"DPR_GS_Latent",
"DPR_KSamplerAdvanced",
"DPR_Latent"
"DPR_KSamplerAdvanced"
],
{
"title_aux": "ComfyUI-GaussianShadingWatermark"
@ -27321,6 +27551,7 @@
"SmartFormatString10",
"SmartHVLoraSelect",
"SmartHVLoraStack",
"SmartLoadLoRA",
"SmartRemoveComments",
"SmartSaveText"
],
@ -28204,14 +28435,14 @@
"title_aux": "comfyui_lumaAPI"
}
],
"https://github.com/svetozarov/AS_GeminiCaptioning": [
"https://github.com/svetozarov/AS_LLM_nodes": [
[
"AS_ComfyGPT",
"AS_GeminiCaptioning",
"AS_MultimodalGemini"
],
{
"title_aux": "AS_GeminiCaptioning Node"
"title_aux": "AS_LLM_nodes"
}
],
"https://github.com/sweetndata/ComfyUI-Image-Harmonizer": [
@ -29001,6 +29232,14 @@
"title_aux": "VKRiez-Edge"
}
],
"https://github.com/vahidzxc/va-nodes": [
[
"VA_Seed"
],
{
"title_aux": "va-nodes"
}
],
"https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": [
[
"EXTEND_CLIP_VISION_INPUT_SIZE",
@ -29232,7 +29471,7 @@
],
"https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": [
[
"StableDelight-weiweiliang"
"WWL_StableDelight"
],
{
"title_aux": "ComfyUI-StableDelight-weiweiliang"
@ -29897,6 +30136,16 @@
"title_aux": "ComfyUI_Lam"
}
],
"https://github.com/yasser-baalla/comfyUI-SemanticImageFetch": [
[
"ColorGradeSampler",
"ColorGrading",
"SemanticImageFetch"
],
{
"title_aux": "comfyUI-SemanticImageFetch"
}
],
"https://github.com/ycchanau/ComfyUI_Preview_Magnifier": [
[
"YC.ImageComparerMagnifier",
@ -30624,6 +30873,14 @@
"title_aux": "ComfyUI_Zwng_Nodes"
}
],
"https://github.com/zaheenrahman/ComfyUI-ColorCorrection": [
[
"ClothingColorCorrection"
],
{
"title_aux": "ComfyUI-ColorCorrection"
}
],
"https://github.com/zcfrank1st/Comfyui-Toolbox": [
[
"PreviewJson",

View File

@ -1,5 +1,208 @@
{
"models": [
{
"name": "Comfy-Org/Wan2.1 i2v 480p 14B (bf16)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for i2v 480p 14B (bf16)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_i2v_480p_14B_bf16.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_i2v_480p_14B_bf16.safetensors",
"size": "32.8GB"
},
{
"name": "Comfy-Org/Wan2.1 i2v 480p 14B (fp16)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for i2v 480p 14B (fp16)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_i2v_480p_14B_fp16.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_i2v_480p_14B_fp16.safetensors",
"size": "32.8GB"
},
{
"name": "Comfy-Org/Wan2.1 i2v 480p 14B (fp8_e4m3fn)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for i2v 480p 14B (fp8_e4m3fn)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_i2v_480p_14B_fp8_e4m3fn.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_i2v_480p_14B_fp8_e4m3fn.safetensors",
"size": "16.4GB"
},
{
"name": "Comfy-Org/Wan2.1 i2v 480p 14B (fp8_scaled)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for i2v 480p 14B (fp8_scaled)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_i2v_480p_14B_fp8_scaled.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_i2v_480p_14B_fp8_scaled.safetensors",
"size": "16.4GB"
},
{
"name": "Comfy-Org/Wan2.1 i2v 720p 14B (bf16)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for i2v 720p 14B (bf16)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_i2v_720p_14B_bf16.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_i2v_720p_14B_bf16.safetensors",
"size": "32.8GB"
},
{
"name": "Comfy-Org/Wan2.1 i2v 720p 14B (fp16)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for i2v 720p 14B (fp16)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_i2v_720p_14B_fp16.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_i2v_720p_14B_fp16.safetensors",
"size": "32.8GB"
},
{
"name": "Comfy-Org/Wan2.1 i2v 720p 14B (fp8_e4m3fn)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for i2v 720p 14B (fp8_e4m3fn)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_i2v_720p_14B_fp8_e4m3fn.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_i2v_720p_14B_fp8_e4m3fn.safetensors",
"size": "16.4GB"
},
{
"name": "Comfy-Org/Wan2.1 i2v 720p 14B (fp8_scaled)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for i2v 720p 14B (fp8_scaled)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_i2v_720p_14B_fp8_scaled.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_i2v_720p_14B_fp8_scaled.safetensors",
"size": "16.4GB"
},
{
"name": "Comfy-Org/clip_vision_h.safetensors",
"type": "clip_vision",
"base": "clip_vision_h",
"save_path": "clip_vision",
"description": "clip_vision_h model for Wan2.1",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "clip_vision_h.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/clip_vision/clip_vision_h.safetensors",
"size": "1.26GB"
},
{
"name": "Comfy-Org/Wan2.1 t2v 1.3B (bf16)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for t2v 1.3B (bf16)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_t2v_1.3B_bf16.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_t2v_1.3B_bf16.safetensors",
"size": "2.84GB"
},
{
"name": "Comfy-Org/Wan2.1 t2v 1.3B (fp16)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for t2v 1.3B (fp16)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_t2v_1.3B_fp16.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_t2v_1.3B_fp16.safetensors",
"size": "2.84GB"
},
{
"name": "Comfy-Org/Wan2.1 t2v 14B (bf16)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for t2v 14B (bf16)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_t2v_14B_bf16.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_t2v_14B_bf16.safetensors",
"size": "28.6GB"
},
{
"name": "Comfy-Org/Wan2.1 t2v 14B (fp16)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for t2v 14B (fp16)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_t2v_14B_fp16.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_t2v_14B_fp,16.safetensors",
"size": "28.6GB"
},
{
"name": "Comfy-Org/Wan2.1 t2v 14B (fp8_e4m3fn)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for t2v 14B (fp8_e4m3fn)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_t2v_14B_fp8_e4m3fn.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_t2v_14B_fp8_e4m3fn.safetensors",
"size": "14.3GB"
},
{
"name": "Comfy-Org/Wan2.1 t2v 14B (fp8_scaled)",
"type": "diffusion_model",
"base": "Wan2.1",
"save_path": "diffusion_models/Wan2.1",
"description": "Wan2.1 difussion model for t2v 14B (fp8_scaled)",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan2.1_t2v_14B_fp8_scaled.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_t2v_14B_fp8_scaled.safetensors",
"size": "14.3GB"
},
{
"name": "Comfy-Org/Wan2.1 VAE",
"type": "vae",
"base": "Wan2.1",
"save_path": "vae",
"description": "Wan2.1 VAE model",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "wan_2.1_vae.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors",
"size": "254MB"
},
{
"name": "Comfy-Org/umt5_xxl_fp16.safetensors",
"type": "clip",
"base": "umt5_xxl",
"save_path": "text_encoders",
"description": "umt5_xxl_fp16 text encoder for Wan2.1",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "umt5_xxl_fp16.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp16.safetensors",
"size": "11.4GB"
},
{
"name": "Comfy-Org/umt5_xxl_fp8_e4m3fn_scaled.safetensors",
"type": "clip",
"base": "umt5_xxl",
"save_path": "text_encoders",
"description": "umt5_xxl_fp8_e4m3fn_scaled text encoder for Wan2.1",
"reference": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged",
"filename": "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors",
"size": "6.74GB"
},
{
"name": "Comfy-Org/hunyuan_video_image_to_video_720p_bf16.safetensors",
"type": "diffusion_model",
@ -502,234 +705,6 @@
"filename": "Kolors-IP-Adapter-FaceID-Plus.bin",
"url": "https://huggingface.co/Kwai-Kolors/Kolors-IP-Adapter-FaceID-Plus/resolve/main/ipa-faceid-plus.bin",
"size": "2.39GB"
},
{
"name": "CLIPVision model (Kwai-Kolors/Kolors-IP-Adapter-Plus/clip-vit-large)",
"type": "clip_vision",
"base": "ViT-L",
"save_path": "clip_vision",
"description": "CLIPVision model (This is required in cubiq/ComfyUI_IPAdapter_plus)",
"reference": "https://huggingface.co/Kwai-Kolors/Kolors-IP-Adapter-Plus",
"filename": "clip-vit-large-patch14-336.bin",
"url": "https://huggingface.co/Kwai-Kolors/Kolors-IP-Adapter-Plus/resolve/main/image_encoder/pytorch_model.bin",
"size": "1.71GB"
},
{
"name": "kijai/lotus depth d model v1.1 (fp16)",
"type": "diffusion_model",
"base": "lotus",
"save_path": "diffusion_models",
"description": "lotus depth d model v1.1 (fp16). This model can be used in ComfyUI-Lotus custom nodes.",
"reference": "https://huggingface.co/Kijai/lotus-comfyui",
"filename": "lotus-depth-d-v-1-1-fp16.safetensors",
"url": "https://huggingface.co/Kijai/lotus-comfyui/resolve/main/lotus-depth-d-v-1-1-fp16.safetensors",
"size": "1.74GB"
},
{
"name": "kijai/lotus depth g model v1.0 (fp16)",
"type": "diffusion_model",
"base": "lotus",
"save_path": "diffusion_models",
"description": "lotus depth g model v1.0 (fp16). This model can be used in ComfyUI-Lotus custom nodes.",
"reference": "https://huggingface.co/Kijai/lotus-comfyui",
"filename": "lotus-depth-g-v1-0-fp16.safetensors",
"url": "https://huggingface.co/Kijai/lotus-comfyui/resolve/main/lotus-depth-g-v1-0-fp16.safetensors",
"size": "1.74GB"
},
{
"name": "kijai/lotus depth g model v1.0",
"type": "diffusion_model",
"base": "lotus",
"save_path": "diffusion_models",
"description": "lotus depth g model v1.0. This model can be used in ComfyUI-Lotus custom nodes.",
"reference": "https://huggingface.co/Kijai/lotus-comfyui",
"filename": "lotus-depth-g-v1-0.safetensors",
"url": "https://huggingface.co/Kijai/lotus-comfyui/resolve/main/lotus-depth-g-v1-0.safetensors",
"size": "3.47GB"
},
{
"name": "kijai/lotus normal d model v1.0 (fp16)",
"type": "diffusion_model",
"base": "lotus",
"save_path": "diffusion_models",
"description": "lotus normal d model v1.0 (fp16). This model can be used in ComfyUI-Lotus custom nodes.",
"reference": "https://huggingface.co/Kijai/lotus-comfyui",
"filename": "lotus-normal-d-v1-0-fp16.safetensors",
"url": "https://huggingface.co/Kijai/lotus-comfyui/resolve/main/lotus-normal-d-v1-0-fp16.safetensors",
"size": "1.74GB"
},
{
"name": "kijai/lotus normal d model v1.0",
"type": "diffusion_model",
"base": "lotus",
"save_path": "diffusion_models",
"description": "lotus normal d model v1.0. This model can be used in ComfyUI-Lotus custom nodes.",
"reference": "https://huggingface.co/Kijai/lotus-comfyui",
"filename": "lotus-normal-d-v1-0.safetensors",
"url": "https://huggingface.co/Kijai/lotus-comfyui/resolve/main/lotus-normal-d-v1-0.safetensors",
"size": "3.47GB"
},
{
"name": "kijai/lotus normal g model v1.0 (fp16)",
"type": "diffusion_model",
"base": "lotus",
"save_path": "diffusion_models",
"description": "lotus normal g model v1.0 (fp16). This model can be used in ComfyUI-Lotus custom nodes.",
"reference": "https://huggingface.co/Kijai/lotus-comfyui",
"filename": "lotus-normal-g-v1-0-fp16.safetensors",
"url": "https://huggingface.co/Kijai/lotus-comfyui/resolve/main/lotus-normal-g-v1-0-fp16.safetensors",
"size": "1.74GB"
},
{
"name": "kijai/lotus normal g model v1.0",
"type": "diffusion_model",
"base": "lotus",
"save_path": "diffusion_models",
"description": "lotus normal g model v1.0. This model can be used in ComfyUI-Lotus custom nodes.",
"reference": "https://huggingface.co/Kijai/lotus-comfyui",
"filename": "lotus-normal-g-v1-0.safetensors",
"url": "https://huggingface.co/Kijai/lotus-comfyui/resolve/main/lotus-normal-g-v1-0.safetensors",
"size": "3.47GB"
},
{
"name": "Depth Pro model",
"type": "depth-pro",
"base": "depth-pro",
"save_path": "depth/ml-depth-pro",
"description": "Depth pro model for [a/ComfyUI-Depth-Pro](https://github.com/spacepxl/ComfyUI-Depth-Pro)",
"reference": "https://huggingface.co/spacepxl/ml-depth-pro",
"filename": "depth_pro.fp16.safetensors",
"url": "https://huggingface.co/spacepxl/ml-depth-pro/resolve/main/depth_pro.fp16.safetensors",
"size": "1.9GB"
},
{
"name": "jasperai/FLUX.1-dev-Controlnet-Upscaler",
"type": "controlnet",
"base": "FLUX.1",
"save_path": "controlnet/FLUX.1/jasperai-dev-Upscaler",
"description": "This is Flux.1-dev ControlNet for low resolution images developed by Jasper research team.",
"reference": "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Upscaler",
"filename": "diffusion_pytorch_model.safetensors",
"url": "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Upscaler/resolve/main/diffusion_pytorch_model.safetensors",
"size": "3.58GB"
},
{
"name": "jasperai/FLUX.1-dev-Controlnet-Depth",
"type": "controlnet",
"base": "FLUX.1",
"save_path": "controlnet/FLUX.1/jasperai-dev-Depth",
"description": "This is Flux.1-dev ControlNet for Depth map developed by Jasper research team.",
"reference": "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Depth",
"filename": "diffusion_pytorch_model.safetensors",
"url": "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Depth/resolve/main/diffusion_pytorch_model.safetensors",
"size": "3.58GB"
},
{
"name": "jasperai/Flux.1-dev-Controlnet-Surface-Normals",
"type": "controlnet",
"base": "FLUX.1",
"save_path": "controlnet/FLUX.1/jasperai-dev-Surface-Normals",
"description": "This is Flux.1-dev ControlNet for Surface Normals map developed by Jasper research team.",
"reference": "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Surface-Normals",
"filename": "diffusion_pytorch_model.safetensors",
"url": "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Surface-Normals/resolve/main/diffusion_pytorch_model.safetensors",
"size": "3.58GB"
},
{
"name": "Shakker-Labs/FLUX.1-dev-ControlNet-Union-Pro (fp8_e4m3fn) by Kijai",
"type": "controlnet",
"base": "FLUX.1",
"save_path": "controlnet/FLUX.1",
"description": "FLUX.1 [Dev] Union Controlnet. Supports Canny, Tile, Depth, Blur, Pose, Gray, Low Quality\nVersion quantized to fp8_e4m3fn by Kijai",
"reference": "https://huggingface.co/Kijai/flux-fp8",
"filename": "flux_shakker_labs_union_pro-fp8_e4m3fn.safetensors",
"url": "https://huggingface.co/Kijai/flux-fp8/resolve/main/flux_shakker_labs_union_pro-fp8_e4m3fn.safetensors",
"size": "3.3GB"
},
{
"name": "ViT-L-14-TEXT-detail-improved-hiT-GmP-HF.safetensors [Long CLIP L]",
"type": "clip",
"base": "clip",
"save_path": "text_encoders/long_clip",
"description": "Greatly improved TEXT + Detail (as CLIP-L for Flux.1)",
"reference": "https://huggingface.co/zer0int",
"filename": "ViT-L-14-TEXT-detail-improved-hiT-GmP-HF.safetensors",
"url": "https://huggingface.co/zer0int/CLIP-GmP-ViT-L-14/resolve/main/ViT-L-14-TEXT-detail-improved-hiT-GmP-HF.safetensors",
"size": "931MB"
},
{
"name": "ViT-L-14-TEXT-detail-improved-hiT-GmP-HF.safetensors [Long CLIP L]",
"type": "clip",
"base": "clip",
"save_path": "text_encoders/long_clip",
"description": "Greatly improved TEXT + Detail (as CLIP-L for Flux.1)",
"reference": "https://huggingface.co/zer0int",
"filename": "ViT-L-14-TEXT-detail-improved-hiT-GmP-TE-only-HF.safetensors",
"url": "https://huggingface.co/zer0int/CLIP-GmP-ViT-L-14/resolve/main/ViT-L-14-TEXT-detail-improved-hiT-GmP-TE-only-HF.safetensors",
"size": "323MB"
},
{
"name": "Shakker-Labs/FLUX.1-dev-ControlNet-Union-Pro",
"type": "controlnet",
"base": "FLUX.1",
"save_path": "controlnet/FLUX.1/Shakker-Labs-ControlNet-Union-Pro",
"description": "FLUX.1 [Dev] Union Controlnet. Supports Canny, Tile, Depth, Blur, Pose, Gray, Low Quality",
"reference": "https://huggingface.co/Shakker-Labs/FLUX.1-dev-ControlNet-Union-Pro",
"filename": "diffusion_pytorch_model.safetensors",
"url": "https://huggingface.co/Shakker-Labs/FLUX.1-dev-ControlNet-Union-Pro/resolve/main/diffusion_pytorch_model.safetensors",
"size": "6.6GB"
},
{
"name": "Hyper-SD LoRA (8steps) - FLUX.1 [Dev]",
"type": "lora",
"base": "FLUX.1",
"save_path": "loras/HyperSD/FLUX.1",
"description": "Hyper-SD LoRA (8steps) - FLUX.1 [Dev]",
"reference": "https://huggingface.co/ByteDance/Hyper-SD",
"filename": "Hyper-FLUX.1-dev-8steps-lora.safetensors",
"url": "https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-FLUX.1-dev-8steps-lora.safetensors",
"size": "1.39GB"
},
{
"name": "Hyper-SD LoRA (16steps) - FLUX.1 [Dev]",
"type": "lora",
"base": "FLUX.1",
"save_path": "loras/HyperSD/FLUX.1",
"description": "Hyper-SD LoRA (16steps) - FLUX.1 [Dev]",
"reference": "https://huggingface.co/ByteDance/Hyper-SD",
"filename": "Hyper-FLUX.1-dev-16steps-lora.safetensors",
"url": "https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-FLUX.1-dev-16steps-lora.safetensors",
"size": "1.39GB"
},
{
"name": "DMD2 LoRA (4steps)",
"type": "lora",
"base": "SDXL",
"save_path": "loras/DMD2",
"description": "DMD2 LoRA (4steps)",
"reference": "https://huggingface.co/tianweiy/DMD2",
"filename": "dmd2_sdxl_4step_lora.safetensors",
"url": "https://huggingface.co/tianweiy/DMD2/resolve/main/dmd2_sdxl_4step_lora.safetensors",
"size": "787MB"
},
{
"name": "DMD2 LoRA (4steps/fp16)",
"type": "lora",
"base": "SDXL",
"save_path": "loras/DMD2",
"description": "DMD2 LoRA (4steps/fp16)",
"reference": "https://huggingface.co/tianweiy/DMD2",
"filename": "dmd2_sdxl_4step_lora_fp16.safetensors",
"url": "https://huggingface.co/tianweiy/DMD2/resolve/main/dmd2_sdxl_4step_lora_fp16.safetensors",
"size": "394MB"
}
]
}

View File

@ -12,29 +12,29 @@ readme = "README.md"
keywords = ["comfyui", "comfyui-manager"]
maintainers = [
{ name = "Dr.Lt.Data", email = "dr.lt.data@gmail.com" },
{ name = "Yoland Yan", email = "yoland@drip.art" },
{ name = "James Kwon", email = "hongilkwon316@gmail.com" },
{ name = "Robin Huang", email = "robin@drip.art" },
{ name = "Dr.Lt.Data", email = "dr.lt.data@gmail.com" },
{ name = "Yoland Yan", email = "yoland@drip.art" },
{ name = "James Kwon", email = "hongilkwon316@gmail.com" },
{ name = "Robin Huang", email = "robin@drip.art" },
]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
]
dependencies = [
"GitPython",
"PyGithub",
"matrix-client==0.4.0",
"transformers",
"huggingface-hub>0.20",
"typer",
"rich",
"typing-extensions",
"toml",
"uv",
"GitPython",
"PyGithub",
"matrix-client==0.4.0",
"transformers",
"huggingface-hub>0.20",
"typer",
"rich",
"typing-extensions",
"toml",
"uv",
"chardet"
]
@ -54,9 +54,9 @@ target-version = "py39"
[tool.ruff.lint]
select = [
"E4", # default
"E7", # default
"E9", # default
"F", # default
"I", # isort-like behavior (import statement sorting)
"E4", # default
"E7", # default
"E9", # default
"F", # default
"I", # isort-like behavior (import statement sorting)
]