Spaces:
Running on Zero
Running on Zero
Upload folder using huggingface_hub
Browse files- yaml/file_list.yaml +10 -2
- yaml/model_list.yaml +7 -1
yaml/file_list.yaml
CHANGED
|
@@ -6,22 +6,30 @@ file:
|
|
| 6 |
repository_file_path: "diffusion_pytorch_model.safetensors"
|
| 7 |
|
| 8 |
diffusion_models:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
- filename: "qwen_image_fp8_e4m3fn.safetensors"
|
| 10 |
source: "hf"
|
| 11 |
repo_id: "Comfy-Org/Qwen-Image_ComfyUI"
|
| 12 |
repository_file_path: "split_files/diffusion_models/qwen_image_fp8_e4m3fn.safetensors"
|
| 13 |
|
| 14 |
loras:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
- filename: "Qwen-Image-fp8-e4m3fn-Lightning-4steps-V1.0-bf16.safetensors"
|
| 16 |
source: "hf"
|
| 17 |
repo_id: "lightx2v/Qwen-Image-Lightning"
|
| 18 |
repository_file_path: "Qwen-Image-fp8-e4m3fn-Lightning-4steps-V1.0-bf16.safetensors"
|
| 19 |
|
| 20 |
text_encoders:
|
| 21 |
-
- filename: "qwen_2.
|
| 22 |
source: "hf"
|
| 23 |
repo_id: "Comfy-Org/Qwen-Image_ComfyUI"
|
| 24 |
-
repository_file_path: "split_files/text_encoders/qwen_2.
|
| 25 |
|
| 26 |
vae:
|
| 27 |
- filename: "qwen_image_vae.safetensors"
|
|
|
|
| 6 |
repository_file_path: "diffusion_pytorch_model.safetensors"
|
| 7 |
|
| 8 |
diffusion_models:
|
| 9 |
+
- filename: "qwen_image_2512_fp8_e4m3fn.safetensors"
|
| 10 |
+
source: "hf"
|
| 11 |
+
repo_id: "Comfy-Org/Qwen-Image_ComfyUI"
|
| 12 |
+
repository_file_path: "split_files/diffusion_models/qwen_image_2512_fp8_e4m3fn.safetensors"
|
| 13 |
- filename: "qwen_image_fp8_e4m3fn.safetensors"
|
| 14 |
source: "hf"
|
| 15 |
repo_id: "Comfy-Org/Qwen-Image_ComfyUI"
|
| 16 |
repository_file_path: "split_files/diffusion_models/qwen_image_fp8_e4m3fn.safetensors"
|
| 17 |
|
| 18 |
loras:
|
| 19 |
+
- filename: "Qwen-Image-2512-Lightning-4steps-V1.0-bf16.safetensors"
|
| 20 |
+
source: "hf"
|
| 21 |
+
repo_id: "lightx2v/Qwen-Image-2512-Lightning"
|
| 22 |
+
repository_file_path: "Qwen-Image-2512-Lightning-4steps-V1.0-bf16.safetensors"
|
| 23 |
- filename: "Qwen-Image-fp8-e4m3fn-Lightning-4steps-V1.0-bf16.safetensors"
|
| 24 |
source: "hf"
|
| 25 |
repo_id: "lightx2v/Qwen-Image-Lightning"
|
| 26 |
repository_file_path: "Qwen-Image-fp8-e4m3fn-Lightning-4steps-V1.0-bf16.safetensors"
|
| 27 |
|
| 28 |
text_encoders:
|
| 29 |
+
- filename: "qwen_2.5_vl_7b_fp8_scaled.safetensors"
|
| 30 |
source: "hf"
|
| 31 |
repo_id: "Comfy-Org/Qwen-Image_ComfyUI"
|
| 32 |
+
repository_file_path: "split_files/text_encoders/qwen_2.5_vl_7b_fp8_scaled.safetensors"
|
| 33 |
|
| 34 |
vae:
|
| 35 |
- filename: "qwen_image_vae.safetensors"
|
yaml/model_list.yaml
CHANGED
|
@@ -1,7 +1,13 @@
|
|
| 1 |
Checkpoint:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
- display_name: "Qwen/Qwen-Image + Lightning-4steps-V1.0 LoRA"
|
| 3 |
components:
|
| 4 |
unet: "qwen_image_fp8_e4m3fn.safetensors"
|
| 5 |
vae: "qwen_image_vae.safetensors"
|
| 6 |
-
clip: "qwen_2.
|
| 7 |
lora: "Qwen-Image-fp8-e4m3fn-Lightning-4steps-V1.0-bf16.safetensors"
|
|
|
|
| 1 |
Checkpoint:
|
| 2 |
+
- display_name: "Qwen/Qwen-Image-2512 + Lightning-4steps-V1.0 LoRA"
|
| 3 |
+
components:
|
| 4 |
+
unet: "qwen_image_2512_fp8_e4m3fn.safetensors"
|
| 5 |
+
vae: "qwen_image_vae.safetensors"
|
| 6 |
+
clip: "qwen_2.5_vl_7b_fp8_scaled.safetensors"
|
| 7 |
+
lora: "Qwen-Image-2512-Lightning-4steps-V1.0-bf16.safetensors"
|
| 8 |
- display_name: "Qwen/Qwen-Image + Lightning-4steps-V1.0 LoRA"
|
| 9 |
components:
|
| 10 |
unet: "qwen_image_fp8_e4m3fn.safetensors"
|
| 11 |
vae: "qwen_image_vae.safetensors"
|
| 12 |
+
clip: "qwen_2.5_vl_7b_fp8_scaled.safetensors"
|
| 13 |
lora: "Qwen-Image-fp8-e4m3fn-Lightning-4steps-V1.0-bf16.safetensors"
|