Spaces:
Running
on
Zero
Running
on
Zero
aifeifei798
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -30,12 +30,12 @@ def feifeimodload():
|
|
30 |
)
|
31 |
|
32 |
pipe.set_adapters(
|
33 |
-
["feifei"
|
34 |
-
adapter_weights=[0.8
|
35 |
)
|
36 |
|
37 |
pipe.fuse_lora(
|
38 |
-
adapter_name=["feifei"
|
39 |
lora_scale=1.0,
|
40 |
)
|
41 |
|
|
|
30 |
)
|
31 |
|
32 |
pipe.set_adapters(
|
33 |
+
["feifei"],
|
34 |
+
adapter_weights=[0.8],
|
35 |
)
|
36 |
|
37 |
pipe.fuse_lora(
|
38 |
+
adapter_name=["feifei"],
|
39 |
lora_scale=1.0,
|
40 |
)
|
41 |
|