Spaces:
Running
on
Zero
Running
on
Zero
aifeifei798
commited on
Commit
•
cad019d
1
Parent(s):
b4a36b4
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def feifeimodload():
|
|
27 |
).to(device)
|
28 |
|
29 |
pipe.load_lora_weights(
|
30 |
-
hf_hub_download("aifeifei798/feifei-flux-lora-v1", "feifei-v1.1.safetensors"),
|
31 |
adapter_name="feifei",
|
32 |
)
|
33 |
|
|
|
27 |
).to(device)
|
28 |
|
29 |
pipe.load_lora_weights(
|
30 |
+
hf_hub_download("aifeifei798/feifei-flux-lora-v1.1", "feifei-v1.1.safetensors"),
|
31 |
adapter_name="feifei",
|
32 |
)
|
33 |
|