Views
No views yet
| File | Size | Description |
|---|---|---|
diffusion_models/flux1-dev-Q5_0.gguf | ~7.8 GB | Flux.1 Dev UNET, GGUF Q5 quantized |
text_encoders/clip_l.safetensors | ~235 MB | CLIP-L text encoder |
text_encoders/t5xxl_fp8_e4m3fn.safetensors | ~4.6 GB | T5-XXL text encoder, fp8 |
vae/ae.safetensors | ~320 MB | Flux autoencoder |
| File | Size | Description |
|---|---|---|
diffusion_models/wan2.1_i2v_480p_14B_fp8_e4m3fn.safetensors | ~16 GB | Wan 2.1 I2V 14B, fp8 |
text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors | ~6.3 GB | UMT5-XXL encoder, fp8 |
clip_vision/clip_vision_h.safetensors | ~1.2 GB | CLIP Vision H encoder |
vae/wan_2.1_vae.safetensors | ~243 MB | Wan 2.1 video VAE |
1# Clone ShadowForge and download all models
2git clone https://github.com/neil1145/ShadowForge.git
3cd ShadowForge
4pip install -r requirements.txt
5python scripts/download_models.py --models-dir /path/to/comfyui/models1pip install huggingface_hub
2huggingface-cli download neil1145/ShadowForge-models --local-dir /path/to/comfyui/modelsmodels/
├── clip_vision/
│ └── clip_vision_h.safetensors
├── diffusion_models/
│ ├── flux1-dev-Q5_0.gguf
│ └── wan2.1_i2v_480p_14B_fp8_e4m3fn.safetensors
├── text_encoders/
│ ├── clip_l.safetensors
│ ├── t5xxl_fp8_e4m3fn.safetensors
│ └── umt5_xxl_fp8_e4m3fn_scaled.safetensors
└── vae/
├── ae.safetensors
└── wan_2.1_vae.safetensors