Spaces:
Runtime error
Runtime error
Update app_two_lora.py
Browse files- app_two_lora.py +6 -1
app_two_lora.py
CHANGED
|
@@ -98,7 +98,12 @@ pipe.load_lora_weights(
|
|
| 98 |
weight_name="FusionX_LoRa/Phantom_Wan_14B_FusionX_LoRA.safetensors",
|
| 99 |
adapter_name="phantom"
|
| 100 |
)
|
| 101 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
|
| 103 |
|
| 104 |
|
|
|
|
| 98 |
weight_name="FusionX_LoRa/Phantom_Wan_14B_FusionX_LoRA.safetensors",
|
| 99 |
adapter_name="phantom"
|
| 100 |
)
|
| 101 |
+
pipe.load_lora_weights(
|
| 102 |
+
"vrgamedevgirl84/Wan14BT2VFusioniX",
|
| 103 |
+
weight_name="OtherLoRa's/DetailEnhancerV1.safetensors", adapter_name="detailer"
|
| 104 |
+
)
|
| 105 |
+
pipe.set_adapters(["phantom","detailer"], adapter_weights=[1, .9])
|
| 106 |
+
pipe.fuse_lora()
|
| 107 |
|
| 108 |
|
| 109 |
|