Instructions to use Comfy-Org/HunyuanVideo_1.5_repackaged with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/HunyuanVideo_1.5_repackaged with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Add ComfyUI model installation guide (#10)
Browse files- Add ComfyUI model installation guide (b94ad5427557dc6b8a24c40f0329cf0e211ec682)
- Normalize README folder tree formatting (bcdc11e0e411f1bdea68f558abb55fc980a62098)
README.md
CHANGED
|
@@ -2,4 +2,46 @@
|
|
| 2 |
tags:
|
| 3 |
- diffusion-single-file
|
| 4 |
- comfyui
|
| 5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
tags:
|
| 3 |
- diffusion-single-file
|
| 4 |
- comfyui
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# HunyuanVideo_1.5_repackaged
|
| 8 |
+
|
| 9 |
+
Repackaged model files for ComfyUI.
|
| 10 |
+
|
| 11 |
+
Place the files in the following folders:
|
| 12 |
+
|
| 13 |
+
```text
|
| 14 |
+
π ComfyUI/
|
| 15 |
+
βββ π models/
|
| 16 |
+
β βββ π clip_vision/
|
| 17 |
+
β β βββ sigclip_vision_patch14_384.safetensors
|
| 18 |
+
β βββ π diffusion_models/
|
| 19 |
+
β β βββ capybara_v0.1.safetensors
|
| 20 |
+
β β βββ hunyuanvideo1.5_1080p_sr_distilled_fp16.safetensors
|
| 21 |
+
β β βββ hunyuanvideo1.5_1080p_sr_distilled_fp8_scaled.safetensors
|
| 22 |
+
β β βββ hunyuanvideo1.5_480p_i2v_cfg_distilled_fp16.safetensors
|
| 23 |
+
β β βββ hunyuanvideo1.5_480p_i2v_cfg_distilled_fp8_scaled.safetensors
|
| 24 |
+
β β βββ hunyuanvideo1.5_480p_i2v_fp16.safetensors
|
| 25 |
+
β β βββ hunyuanvideo1.5_480p_i2v_step_distilled_fp16.safetensors
|
| 26 |
+
β β βββ hunyuanvideo1.5_480p_i2v_step_distilled_fp8_scaled.safetensors
|
| 27 |
+
β β βββ hunyuanvideo1.5_480p_t2v_cfg_distilled_fp16.safetensors
|
| 28 |
+
β β βββ hunyuanvideo1.5_480p_t2v_cfg_distilled_fp8_scaled.safetensors
|
| 29 |
+
β β βββ hunyuanvideo1.5_480p_t2v_fp16.safetensors
|
| 30 |
+
β β βββ hunyuanvideo1.5_720p_i2v_cfg_distilled_fp16.safetensors
|
| 31 |
+
β β βββ hunyuanvideo1.5_720p_i2v_cfg_distilled_fp8_scaled.safetensors
|
| 32 |
+
β β βββ hunyuanvideo1.5_720p_i2v_fp16.safetensors
|
| 33 |
+
β β βββ hunyuanvideo1.5_720p_sr_distilled_fp16.safetensors
|
| 34 |
+
β β βββ hunyuanvideo1.5_720p_sr_distilled_fp8_scaled.safetensors
|
| 35 |
+
β β βββ hunyuanvideo1.5_720p_t2v_fp16.safetensors
|
| 36 |
+
β βββ π latent_upscale_models/
|
| 37 |
+
β β βββ hunyuanvideo15_latent_upsampler_1080p.safetensors
|
| 38 |
+
β β βββ hunyuanvideo15_latent_upsampler_720p.safetensors
|
| 39 |
+
β βββ π loras/
|
| 40 |
+
β β βββ hunyuanvideo1.5_t2v_480p_lightx2v_4step_lora_rank_32_bf16.safetensors
|
| 41 |
+
β βββ π text_encoders/
|
| 42 |
+
β β βββ byt5_small_glyphxl_fp16.safetensors
|
| 43 |
+
β β βββ qwen_2.5_vl_7b.safetensors
|
| 44 |
+
β β βββ qwen_2.5_vl_7b_fp8_scaled.safetensors
|
| 45 |
+
β βββ π vae/
|
| 46 |
+
β β βββ hunyuanvideo15_vae_fp16.safetensors
|
| 47 |
+
```
|