Update README and AGENTS.md
Browse files
AGENTS.md
CHANGED
|
@@ -2,25 +2,42 @@
|
|
| 2 |
|
| 3 |
## Purpose
|
| 4 |
|
| 5 |
-
Pure assets repository (HuggingFace LFS) for model files and installation binaries used by [ComfyUI-Auto_installer](https://github.com/UmeAiRT/ComfyUI-Auto_installer). No code β only large binary files.
|
| 6 |
|
| 7 |
## Ecosystem
|
| 8 |
|
| 9 |
-
This repo is consumed by
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
## Folder Structure
|
| 12 |
|
| 13 |
| Folder | Contents | Notes |
|
| 14 |
|---|---|---|
|
| 15 |
-
| `models/diffusion_models/` | Backbone models (GGUF + safetensors) | Official ComfyUI folder. Organized by family (`FLUX/`, `WAN/`,
|
| 16 |
| `models/text_encoders/` | Text encoders (T5, QWEN, GEMMA, LLAMA) | Official ComfyUI folder. **NOT** `clip/` |
|
| 17 |
-
| `models/clip/` | CLIP models only (clip_l, clip_g, ViT, longclip) |
|
|
|
|
| 18 |
| `models/checkpoints/` | Full merged checkpoints | |
|
| 19 |
-
| `models/loras/` | LoRA adapters | |
|
| 20 |
| `models/vae/` | VAE models (transverse, shared across families) | |
|
|
|
|
| 21 |
| `models/controlnet/` | ControlNet models | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
| `models/xlabs/` | XLabs custom node models | β οΈ Hardcoded path β do NOT move |
|
| 23 |
| `models/onnx/` | ONNX upscalers for TensorRT | β οΈ Hardcoded path β do NOT move |
|
|
|
|
|
|
|
| 24 |
| `bin/` | Installation executables (Git, Python, CUDA, etc.) | |
|
| 25 |
| `whl/` | Pre-compiled Python wheels | |
|
| 26 |
| `packages/` | Zip archives (extensions, build tools, configs) | |
|
|
@@ -43,3 +60,10 @@ Examples: `Flux1-Dev-Q4_K_S.gguf`, `Wan2.2-T2V-HighNoise-14B-Q8_0.gguf`
|
|
| 43 |
- Precision suffixes: `fp16`, `bf16`, `fp8_e4m3fn`, `fp8_scaled`
|
| 44 |
|
| 45 |
Examples: `wan2.1-t2v-14b-fp16.safetensors`, `qwen-image-edit-fp8_e4m3fn.safetensors`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
## Purpose
|
| 4 |
|
| 5 |
+
Pure assets repository (HuggingFace LFS + ModelScope mirror) for model files and installation binaries used by [ComfyUI-Auto_installer](https://github.com/UmeAiRT/ComfyUI-Auto_installer). No code β only large binary files.
|
| 6 |
|
| 7 |
## Ecosystem
|
| 8 |
|
| 9 |
+
This repo is consumed by:
|
| 10 |
+
- **[ComfyUI-Auto_installer](https://github.com/UmeAiRT/ComfyUI-Auto_installer)** β PowerShell download scripts reference these files by exact path
|
| 11 |
+
- **[ComfyUI-UmeAiRT-Toolkit](https://github.com/UmeAiRT/ComfyUI-UmeAiRT-Toolkit)** β Automatic model downloader nodes pull from this repo
|
| 12 |
+
|
| 13 |
+
Any file rename or move here **must** be reflected in both projects' download logic.
|
| 14 |
+
|
| 15 |
+
**Mirrors:**
|
| 16 |
+
- **HuggingFace:** [UmeAiRT/ComfyUI-Auto_installer](https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer)
|
| 17 |
+
- **ModelScope:** [UmeAiRT/ComfyUI-Auto-Installer-Assets](https://www.modelscope.ai/datasets/UmeAiRT/ComfyUI-Auto-Installer-Assets)
|
| 18 |
|
| 19 |
## Folder Structure
|
| 20 |
|
| 21 |
| Folder | Contents | Notes |
|
| 22 |
|---|---|---|
|
| 23 |
+
| `models/diffusion_models/` | Backbone models (GGUF + safetensors) | Official ComfyUI folder. Organized by family (`FLUX/`, `WAN/`, `QWEN/`, `HiDream/`, `LTX-2/`, `LTXV/`, `Z-IMG/`, `MelBandRoFormer/`) |
|
| 24 |
| `models/text_encoders/` | Text encoders (T5, QWEN, GEMMA, LLAMA) | Official ComfyUI folder. **NOT** `clip/` |
|
| 25 |
+
| `models/clip/` | CLIP models only (clip_l, clip_g, ViT, longclip) | Different from `text_encoders/`. Do NOT put text encoders here |
|
| 26 |
+
| `models/clip_vision/` | CLIP Vision encoders (clip_vision_h, sigclip) | Used by IP-Adapter / Redux |
|
| 27 |
| `models/checkpoints/` | Full merged checkpoints | |
|
| 28 |
+
| `models/loras/` | LoRA adapters | Organized by family (`FLUX/`, `WAN2.1/`, `WAN2.2/`, `QWEN/`, `LTX-2/`) |
|
| 29 |
| `models/vae/` | VAE models (transverse, shared across families) | |
|
| 30 |
+
| `models/vae_approx/` | Approximate VAE decoders (TAESD) | For fast preview |
|
| 31 |
| `models/controlnet/` | ControlNet models | |
|
| 32 |
+
| `models/upscale_models/` | Upscaler models (RealESRGAN, etc.) | |
|
| 33 |
+
| `models/style_models/` | Style/Redux models | |
|
| 34 |
+
| `models/pulid/` | PuLID face models | |
|
| 35 |
+
| `models/sams/` | SAM segmentation models | |
|
| 36 |
+
| `models/ultralytics/` | YOLO detection models (face, hand) | |
|
| 37 |
| `models/xlabs/` | XLabs custom node models | β οΈ Hardcoded path β do NOT move |
|
| 38 |
| `models/onnx/` | ONNX upscalers for TensorRT | β οΈ Hardcoded path β do NOT move |
|
| 39 |
+
| `models/tensorrt/` | Pre-built TensorRT engines | β οΈ Hardcoded path β do NOT move |
|
| 40 |
+
| `models/LLM/` | Language models (Florence PromptGen) | Multi-file model directories |
|
| 41 |
| `bin/` | Installation executables (Git, Python, CUDA, etc.) | |
|
| 42 |
| `whl/` | Pre-compiled Python wheels | |
|
| 43 |
| `packages/` | Zip archives (extensions, build tools, configs) | |
|
|
|
|
| 60 |
- Precision suffixes: `fp16`, `bf16`, `fp8_e4m3fn`, `fp8_scaled`
|
| 61 |
|
| 62 |
Examples: `wan2.1-t2v-14b-fp16.safetensors`, `qwen-image-edit-fp8_e4m3fn.safetensors`
|
| 63 |
+
|
| 64 |
+
## Quantization Coverage Target
|
| 65 |
+
|
| 66 |
+
Each diffusion model family should provide these versions when available upstream:
|
| 67 |
+
- **Full precision:** `bf16` or `fp16` (safetensors)
|
| 68 |
+
- **Reduced precision:** `fp8_e4m3fn` or `fp8_scaled` (safetensors)
|
| 69 |
+
- **GGUF quantizations:** `Q8_0`, `Q6_K`, `Q5_K_S`, `Q4_K_S`, `Q3_K_S`
|
README.md
CHANGED
|
@@ -1,102 +1,105 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
-
- code
|
| 5 |
- comfyui
|
| 6 |
-
-
|
| 7 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
-
# UmeAiRT's ComfyUI Auto-Installer
|
| 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 |
-
[logo]: images/UmeAiRT.png "UmeAiRT logo"
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
tags:
|
|
|
|
| 4 |
- comfyui
|
| 5 |
+
- models
|
| 6 |
+
- gguf
|
| 7 |
+
- safetensors
|
| 8 |
+
- flux
|
| 9 |
+
- wan
|
| 10 |
+
- qwen
|
| 11 |
+
- hidream
|
| 12 |
+
- ltxv
|
| 13 |
---
|
|
|
|
| 14 |
|
| 15 |
+
# ComfyUI Auto-Installer β Assets
|
| 16 |
+
|
| 17 |
+
[](https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer)
|
| 18 |
+
[](https://www.modelscope.ai/datasets/UmeAiRT/ComfyUI-Auto-Installer-Assets)
|
| 19 |
+
[](LICENSE)
|
| 20 |
+
|
| 21 |
+
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.
|
| 22 |
+
|
| 23 |
+
**Consumed by:**
|
| 24 |
+
- [ComfyUI-Auto_installer](https://github.com/UmeAiRT/ComfyUI-Auto_installer) β automated Windows setup, downloads models from this repo
|
| 25 |
+
- [ComfyUI-UmeAiRT-Toolkit](https://github.com/UmeAiRT/ComfyUI-UmeAiRT-Toolkit) β custom ComfyUI nodes with automatic model downloading
|
| 26 |
+
|
| 27 |
+
## π¦ What's Included
|
| 28 |
+
|
| 29 |
+
### Diffusion Models (`models/diffusion_models/`)
|
| 30 |
+
|
| 31 |
+
Each model family provides multiple precision levels: full precision (bf16/fp16), reduced (fp8), and GGUF quantizations (Q8βQ3) for different VRAM budgets.
|
| 32 |
+
|
| 33 |
+
| Family | Models | Size | Precisions |
|
| 34 |
+
|---|---|---|---|
|
| 35 |
+
| **FLUX** (12B) | Dev, Fill, Kontext, Canny, Depth, Schnell | 384 GB | fp16, fp8, SVDQ-int4, Q8βQ3 |
|
| 36 |
+
| **WAN 2.1** (14B) | T2V, I2V-480p/720p, VACE, Fun-InP/Control | 1575 GB | bf16, fp16, fp8, Q8βQ3 |
|
| 37 |
+
| **WAN 2.2** (A14B) | T2V, I2V, InP, Control, Camera (High/Low) | *(incl. above)* | fp16, fp8_scaled, Q8βQ3 |
|
| 38 |
+
| **QWEN** (~20B) | Image, Image-Edit, Image-Distill | 412 GB | bf16, fp8, SVDQ, Q8βQ3 |
|
| 39 |
+
| **HiDream** (17B) | I1-Dev | 76 GB | fp8, Q8βQ3 |
|
| 40 |
+
| **LTX-2** (19B+22B) | 19B-Dev, 2.3-22B-Dev | 140 GB | Q8βQ3 |
|
| 41 |
+
| **LTXV** (13B) | 0.9.8-Dev | 46 GB | Q8βQ3 |
|
| 42 |
+
| **Z-Image** (12B) | Standard, Turbo | 85 GB | bf16, fp8, Q8βQ3 |
|
| 43 |
+
|
| 44 |
+
### Text Encoders (`models/text_encoders/`)
|
| 45 |
+
|
| 46 |
+
| Encoder | Precisions |
|
| 47 |
+
|---|---|
|
| 48 |
+
| **T5 XXL** | fp16, fp8, fp8_scaled, Q8βQ3 |
|
| 49 |
+
| **umt5 XXL** | bf16, fp8_scaled, Q8βQ3 |
|
| 50 |
+
| **GEMMA-3 12B** | bf16, fp8, IQ4_XS, Q8βQ3 |
|
| 51 |
+
| **Qwen2.5-VL-7B** | bf16, fp8_scaled, UD-Q4, Q8βQ3 |
|
| 52 |
+
| **Qwen3-4B** | bf16, fp8_mixed, UD-Q8βQ3 |
|
| 53 |
+
| **LLAMA 3.1 8B** | fp8_scaled |
|
| 54 |
+
|
| 55 |
+
### Other Models
|
| 56 |
+
|
| 57 |
+
| Folder | Contents |
|
| 58 |
+
|---|---|
|
| 59 |
+
| `models/clip/` | CLIP-L, CLIP-G, LongCLIP, ViT-L-14 |
|
| 60 |
+
| `models/clip_vision/` | clip_vision_h, SigCLIP |
|
| 61 |
+
| `models/checkpoints/` | Full merged checkpoints |
|
| 62 |
+
| `models/loras/` | LoRA adapters (FLUX, WAN, QWEN, LTX-2) |
|
| 63 |
+
| `models/vae/` | Shared VAE models |
|
| 64 |
+
| `models/controlnet/` | ControlNet models |
|
| 65 |
+
| `models/upscale_models/` | RealESRGAN and others |
|
| 66 |
+
| `models/style_models/` | Style/Redux models |
|
| 67 |
+
| `models/sams/` | SAM segmentation |
|
| 68 |
+
| `models/ultralytics/` | YOLO face/hand detection |
|
| 69 |
+
| `models/LLM/` | Florence-2 PromptGen |
|
| 70 |
+
|
| 71 |
+
### Binaries & Packages
|
| 72 |
+
|
| 73 |
+
| Folder | Contents |
|
| 74 |
+
|---|---|
|
| 75 |
+
| `bin/` | Git, Python, CUDA installers |
|
| 76 |
+
| `whl/` | Pre-compiled Python wheels |
|
| 77 |
+
| `packages/` | Extension zips, build tools, configs |
|
| 78 |
+
|
| 79 |
+
## π Naming Conventions
|
| 80 |
+
|
| 81 |
+
**GGUF** β CamelCase per [GGUF spec](https://github.com/ggml-org/ggml/blob/master/docs/gguf.md):
|
| 82 |
+
```
|
| 83 |
+
Flux1-Dev-Q4_K_S.gguf
|
| 84 |
+
Wan2.2-T2V-HighNoise-14B-Q8_0.gguf
|
| 85 |
+
```
|
| 86 |
+
|
| 87 |
+
**Safetensors** β lowercase with hyphens:
|
| 88 |
+
```
|
| 89 |
+
wan2.1-t2v-14b-fp16.safetensors
|
| 90 |
+
qwen-image-edit-fp8_e4m3fn.safetensors
|
| 91 |
+
```
|
| 92 |
+
|
| 93 |
+
## π Related Projects
|
| 94 |
+
|
| 95 |
+
| Project | Description |
|
| 96 |
+
|---|---|
|
| 97 |
+
| [ComfyUI-Auto_installer](https://github.com/UmeAiRT/ComfyUI-Auto_installer) | PowerShell installer that downloads from this repo |
|
| 98 |
+
| [UmeAiRT-ComfyUI-Toolkit](https://github.com/UmeAiRT/UmeAiRT-ComfyUI-Toolkit) | Custom ComfyUI nodes |
|
| 99 |
+
| [UmeAiRT-NAS-Utils](https://github.com/UmeAiRT/UmeAiRT-NAS-Utils) | NAS management and sync scripts |
|
| 100 |
+
|
| 101 |
+
## π License
|
| 102 |
+
|
| 103 |
+
MIT β see [LICENSE](LICENSE) for details.
|
| 104 |
+
|
| 105 |
+

|
|
|