AIGODLIKE-ComfyUI-Studio

AIGODLIKE-ComfyUI-Studio
★ 399

模型管理缩略图生成模型筛选与屏蔽自动标签与匹配
为 ComfyUI 提供可视化模型管理与交互增强,包含直观的模型加载、缩略图一键生成、模型筛选与自动标签功能。
💡 可视化管理 ComfyUI 模型并一键生成或设置缩略图
🍴 25 Forks💻 JavaScript🔄 2025-10-27
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/c73fe210bae7
image
📄 README

C# AIGODLIKE-ComfyUI-Studio

Improve the interactive experience of using ComfyUI, such as making the loading of ComfyUI models more intuitive and making it easier to create model thumbnails

Function Introduction

|Function|Details|

|:—-|:—-|

|Loader Model Manager|More intuitive model management (model sorting, labeling, searching, rating, etc.)|

|Model thumbnail|One click generation of model thumbnails or use local images as thumbnails|

|Model shielding|Exclude certain models from appearing in the loader|

|Automatic model labels|Automatically label the outer folder of the model, such as \ ComfyUI \ models \ checkpoints \ SD1.5 \ real \ A.ckpt, and add “SD1.5” and “real” as A.ckpt labels|

|Model matching workflow|Match the matching workflow for the model and support search, add, load, delete, and copy to the clipboard|

|Multilingual|Supports English, Simplified and Traditional Chinese|

How to install(Only on WINDOWS 10\11)

AIGODLIKE-ComfyUI-STUDIO is equivalent to a custom node, you can use any method you like, just put it in folder custom_nodes

Then run:

cd ComfyUI/custom_nodes

git clone https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio.git

How to use it

Find a loader, left click on model switch to pop up ComfyUI Studio Manager. If you still need to use the original model list, use Shift+left click on model switch to pop up the original model list

List of supported loaders

1 Standard Node: Automatically supports ComfyUI official nodes and standard named * custom node types, which will be automatically taken over when they need to access the models folder.

Standard names: ckpt_name,vae_name,clip_name,gligen_name,control_net_name,lora_name,style_model_name,hypernetwork_name,unet_name.

2 Non-standard nodes: Some developers have redefined the model loader for some purpose, which means that non-standard naming prevents the program from automatically adapting and requires manual adaptation, which requires some time and feedback to be added to the support list

|Node name|节点名称|

|:—-|:—-|

|ImageOnlyCheckpointLoader|Checkpoint加载器(仅图像)|

|CheckpointLoaderSimple|Checkpoint加载器(简易)|

|unCLIPCheckpointLoader|unCLIPCheckpoint加载器|

|CheckpointLoader|Checkpoint加载器|

|VAELoader|VAE加载器|

|CLIPVisionLoader|CLIP视觉加载器|

|GLIGENLoader|GLIGEN加载器|

|ControlNetLoader|ControlNet加载器|

|DiffControlNetLoader|DiffControlNet加载器|

|LoraLoaderModelOnly|LoRA加载器(仅模型)|

|LoraLoader|LoRA加载器|

|StyleModelLoader|风格模型加载器|

|UpscaleModelLoader|放大模型加载器|

|HypernetworkLoader|超网络加载器|

|CLIPLoader|CLIP视觉加载器|

|DualCLIPLoader|双CLIP加载器|

|UNETLoader|UNET加载器|

|DiffusersLoader|扩散加载器|

TODO

Add more support for functions.

Improve TAG filtering interaction.