Spaces:
Runtime error
Runtime error
Update app_two_lora.py
Browse files- app_two_lora.py +11 -2
app_two_lora.py
CHANGED
|
@@ -24,8 +24,17 @@ LORA_FILENAME = "Lightx2v/lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank256_bf16
|
|
| 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 |
# LORA_REPO_ID = "RaphaelLiu/PusaV1"
|
| 31 |
# LORA_FILENAME="pusa_v1.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"
|
| 36 |
+
|
| 37 |
+
|
| 38 |
|
| 39 |
# LORA_REPO_ID = "RaphaelLiu/PusaV1"
|
| 40 |
# LORA_FILENAME="pusa_v1.safetensors"
|