Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,8 +20,16 @@ os.environ['HF_HUB_CACHE'] = '/tmp/hub' # Use temp directory to avoid filling p
|
|
| 20 |
|
| 21 |
|
| 22 |
MODEL_ID = "Wan-AI/Wan2.1-I2V-14B-720P-Diffusers"
|
| 23 |
-
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
#LORA_REPO_ID = "romanfratric234/WAN_2-1_Furry_nsfw_14b_img2vid_and_nsfw_motion_in_general"
|
| 27 |
#LORA_FILENAME = "furry_nsfw_1.1_e22.safetensors"
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
MODEL_ID = "Wan-AI/Wan2.1-I2V-14B-720P-Diffusers"
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
#LORA_REPO_ID = "Kijai/WanVideo_comfy"
|
| 26 |
+
#LORA_FILENAME = "Wan21_CausVid_14B_T2V_lora_rank32.safetensors"
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
LORA_REPO_ID = "vrgamedevgirl84/Wan14BT2VFusioniX"
|
| 31 |
+
LORA_FILENAME = "FusionX_LoRa/Wan2.1_T2V_14B_FusionX_LoRA.safetensors"
|
| 32 |
+
|
| 33 |
|
| 34 |
#LORA_REPO_ID = "romanfratric234/WAN_2-1_Furry_nsfw_14b_img2vid_and_nsfw_motion_in_general"
|
| 35 |
#LORA_FILENAME = "furry_nsfw_1.1_e22.safetensors"
|