Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,15 +90,15 @@ pipe.load_lora_weights(
|
|
| 90 |
|
| 91 |
|
| 92 |
pipe.load_lora_weights(
|
| 93 |
-
"
|
| 94 |
-
weight_name="
|
| 95 |
adapter_name="high_noise_lora1",
|
| 96 |
token=os.environ.get("HF_TOKEN")
|
| 97 |
)
|
| 98 |
# 新增:加载你提供的low noise LoRA
|
| 99 |
pipe.load_lora_weights(
|
| 100 |
-
"
|
| 101 |
-
weight_name="
|
| 102 |
adapter_name="low_noise_lora1",
|
| 103 |
token=os.environ.get("HF_TOKEN"),
|
| 104 |
load_into_transformer_2=True
|
|
|
|
| 90 |
|
| 91 |
|
| 92 |
pipe.load_lora_weights(
|
| 93 |
+
"KGhaleon/POV_Miss",
|
| 94 |
+
weight_name="wan2.2_i2v_highnoise_pov_missionary_v1.0.safetensors",
|
| 95 |
adapter_name="high_noise_lora1",
|
| 96 |
token=os.environ.get("HF_TOKEN")
|
| 97 |
)
|
| 98 |
# 新增:加载你提供的low noise LoRA
|
| 99 |
pipe.load_lora_weights(
|
| 100 |
+
"KGhaleon/POV_Miss",
|
| 101 |
+
weight_name="wan2.2_i2v_lownoise_pov_missionary_v1.0.safetensors",
|
| 102 |
adapter_name="low_noise_lora1",
|
| 103 |
token=os.environ.get("HF_TOKEN"),
|
| 104 |
load_into_transformer_2=True
|