Spaces:
Running
on
Zero
Running
on
Zero
Update feifeilib/feifeitexttoimg.py
Browse files
feifeilib/feifeitexttoimg.py
CHANGED
@@ -39,6 +39,8 @@ def feifeitexttoimg(
|
|
39 |
lora_scale=1.0,
|
40 |
)
|
41 |
|
|
|
|
|
42 |
image = pipe(
|
43 |
prompt="flux, 8k, ",
|
44 |
prompt_2=prompt,
|
|
|
39 |
lora_scale=1.0,
|
40 |
)
|
41 |
|
42 |
+
pipe.unload_lora_weights()
|
43 |
+
|
44 |
image = pipe(
|
45 |
prompt="flux, 8k, ",
|
46 |
prompt_2=prompt,
|