Spaces:
Runtime error
Runtime error
Update app_two_lora.py
Browse files- app_two_lora.py +5 -5
app_two_lora.py
CHANGED
@@ -20,16 +20,16 @@ MODEL_ID = "Wan-AI/Wan2.1-T2V-14B-Diffusers"
|
|
20 |
|
21 |
|
22 |
LORA_REPO_ID = "Kijai/WanVideo_comfy"
|
23 |
-
LORA_FILENAME = "Lightx2v/
|
24 |
#LORA_FILENAME = "Pusa/Wan21_PusaV1_LoRA_14B_rank512_bf16.safetensors"
|
25 |
|
26 |
|
27 |
-
|
28 |
-
|
29 |
|
30 |
|
31 |
-
LORA_TWO = "vrgamedevgirl84/Wan14BT2VFusioniX"
|
32 |
-
LORA_TWO_FILE = "FusionX_LoRa/Wan2.1_I2V_14B_FusionX_LoRA.safetensors"
|
33 |
|
34 |
# LORA_REPO_ID = "Kijai/WanVideo_comfy"
|
35 |
# LORA_FILENAME = "Wan21_CausVid_bidirect2_T2V_1_3B_lora_rank32.safetensors"
|
|
|
20 |
|
21 |
|
22 |
LORA_REPO_ID = "Kijai/WanVideo_comfy"
|
23 |
+
LORA_FILENAME = "Lightx2v/lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank8_bf16.safetensors"
|
24 |
#LORA_FILENAME = "Pusa/Wan21_PusaV1_LoRA_14B_rank512_bf16.safetensors"
|
25 |
|
26 |
|
27 |
+
LORA_TWO="moonshotmillion/Wan_FusionX_FaceNaturalizer"
|
28 |
+
LORA_TWO_FILE="FusionX_FaceNaturalizer.safetensors"
|
29 |
|
30 |
|
31 |
+
# LORA_TWO = "vrgamedevgirl84/Wan14BT2VFusioniX"
|
32 |
+
# LORA_TWO_FILE = "FusionX_LoRa/Wan2.1_I2V_14B_FusionX_LoRA.safetensors"
|
33 |
|
34 |
# LORA_REPO_ID = "Kijai/WanVideo_comfy"
|
35 |
# LORA_FILENAME = "Wan21_CausVid_bidirect2_T2V_1_3B_lora_rank32.safetensors"
|