| | --- |
| | license: mit |
| | tags: |
| | - comfyui |
| | - models |
| | - gguf |
| | - safetensors |
| | - flux |
| | - wan |
| | - qwen |
| | - hidream |
| | - ltxv |
| | --- |
| | |
| | # ComfyUI Auto-Installer β Assets |
| |
|
| | [](https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer) |
| | [](https://www.modelscope.ai/datasets/UmeAiRT/ComfyUI-Auto-Installer-Assets) |
| | [](LICENSE) |
| |
|
| | Pre-packaged model files and binaries for the UmeAiRT ecosystem. This repository is a **pure asset store** β no code, only large binary files served via Git LFS. |
| |
|
| | **Consumed by:** |
| | - [ComfyUI-Auto_installer](https://github.com/UmeAiRT/ComfyUI-Auto_installer) β automated Windows setup, downloads models from this repo |
| | - [ComfyUI-UmeAiRT-Toolkit](https://github.com/UmeAiRT/ComfyUI-UmeAiRT-Toolkit) β custom ComfyUI nodes with automatic model downloading |
| |
|
| | ## π¦ What's Included |
| |
|
| | ### Diffusion Models (`models/diffusion_models/`) |
| | |
| | Each model family provides multiple precision levels: full precision (bf16/fp16), reduced (fp8), and GGUF quantizations (Q8βQ3) for different VRAM budgets. |
| | |
| | | Family | Models | Size | Precisions | |
| | |---|---|---|---| |
| | | **FLUX** (12B) | Dev, Fill, Kontext, Canny, Depth, Schnell | 384 GB | fp16, fp8, SVDQ-int4, Q8βQ3 | |
| | | **WAN 2.1** (14B) | T2V, I2V-480p/720p, VACE, Fun-InP/Control | 1575 GB | bf16, fp16, fp8, Q8βQ3 | |
| | | **WAN 2.2** (A14B) | T2V, I2V, InP, Control, Camera (High/Low) | *(incl. above)* | fp16, fp8_scaled, Q8βQ3 | |
| | | **QWEN** (~20B) | Image, Image-Edit, Image-Distill | 412 GB | bf16, fp8, SVDQ, Q8βQ3 | |
| | | **HiDream** (17B) | I1-Dev | 76 GB | fp8, Q8βQ3 | |
| | | **LTX-2** (19B+22B) | 19B-Dev, 2.3-22B-Dev | 140 GB | Q8βQ3 | |
| | | **LTXV** (13B) | 0.9.8-Dev | 46 GB | Q8βQ3 | |
| | | **Z-Image** (12B) | Standard, Turbo | 85 GB | bf16, fp8, Q8βQ3 | |
| |
|
| | ### Text Encoders (`models/text_encoders/`) |
| | |
| | | Encoder | Precisions | |
| | |---|---| |
| | | **T5 XXL** | fp16, fp8, fp8_scaled, Q8βQ3 | |
| | | **umt5 XXL** | bf16, fp8_scaled, Q8βQ3 | |
| | | **GEMMA-3 12B** | bf16, fp8, IQ4_XS, Q8βQ3 | |
| | | **Qwen2.5-VL-7B** | bf16, fp8_scaled, UD-Q4, Q8βQ3 | |
| | | **Qwen3-4B** | bf16, fp8_mixed, UD-Q8βQ3 | |
| | | **LLAMA 3.1 8B** | fp8_scaled | |
| | |
| | ### Other Models |
| | |
| | | Folder | Contents | |
| | |---|---| |
| | | `models/clip/` | CLIP-L, CLIP-G, LongCLIP, ViT-L-14 | |
| | | `models/clip_vision/` | clip_vision_h, SigCLIP | |
| | | `models/checkpoints/` | Full merged checkpoints | |
| | | `models/loras/` | LoRA adapters (FLUX, WAN, QWEN, LTX-2) | |
| | | `models/vae/` | Shared VAE models | |
| | | `models/controlnet/` | ControlNet models | |
| | | `models/upscale_models/` | RealESRGAN and others | |
| | | `models/style_models/` | Style/Redux models | |
| | | `models/sams/` | SAM segmentation | |
| | | `models/ultralytics/` | YOLO face/hand detection | |
| | | `models/LLM/` | Florence-2 PromptGen | |
| |
|
| | ### Binaries & Packages |
| |
|
| | | Folder | Contents | |
| | |---|---| |
| | | `bin/` | Git, Python, CUDA installers | |
| | | `whl/` | Pre-compiled Python wheels | |
| | | `packages/` | Extension zips, build tools, configs | |
| |
|
| | ## π Naming Conventions |
| |
|
| | **GGUF** β CamelCase per [GGUF spec](https://github.com/ggml-org/ggml/blob/master/docs/gguf.md): |
| | ``` |
| | Flux1-Dev-Q4_K_S.gguf |
| | Wan2.2-T2V-HighNoise-14B-Q8_0.gguf |
| | ``` |
| |
|
| | **Safetensors** β lowercase with hyphens: |
| | ``` |
| | wan2.1-t2v-14b-fp16.safetensors |
| | qwen-image-edit-fp8_e4m3fn.safetensors |
| | ``` |
| |
|
| | ## π Related Projects |
| |
|
| | | Project | Description | |
| | |---|---| |
| | | [ComfyUI-Auto_installer](https://github.com/UmeAiRT/ComfyUI-Auto_installer) | PowerShell installer that downloads from this repo | |
| | | [UmeAiRT-ComfyUI-Toolkit](https://github.com/UmeAiRT/UmeAiRT-ComfyUI-Toolkit) | Custom ComfyUI nodes | |
| |
|
| | ## π License |
| |
|
| | MIT β see [LICENSE](LICENSE) for details. |
| |
|
| |  |