Spaces:
Running
on
Zero
Running
on
Zero
Update feifeilib/feifeimodload.py
Browse files
feifeilib/feifeimodload.py
CHANGED
@@ -28,7 +28,7 @@ def feifeimodload():
|
|
28 |
#).to(device)
|
29 |
|
30 |
pipe.load_lora_weights(
|
31 |
-
hf_hub_download("aifeifei798/feifei-flux-lora-v1.1", "feifei.safetensors"),
|
32 |
adapter_name="feifei",
|
33 |
)
|
34 |
|
|
|
28 |
#).to(device)
|
29 |
|
30 |
pipe.load_lora_weights(
|
31 |
+
hf_hub_download("aifeifei798/feifei-flux-lora-v1.1", "feifei-v1.1.safetensors"),
|
32 |
adapter_name="feifei",
|
33 |
)
|
34 |
|