File size: 3,764 Bytes
cb3b00b 45f3487 f55443f cb3b00b 45f3487 f55443f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 | ---
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.
 |