Spaces:
Sleeping
Sleeping
enable default_lora
Browse files- ominicontrol.py +1 -1
ominicontrol.py
CHANGED
|
@@ -210,7 +210,7 @@ def generate_image_with_prompt(
|
|
| 210 |
width=width,
|
| 211 |
height=height,
|
| 212 |
image_guidance_scale=image_guidance,
|
| 213 |
-
default_lora=
|
| 214 |
max_sequence_length=32,
|
| 215 |
).images[0]
|
| 216 |
# result_img = image
|
|
|
|
| 210 |
width=width,
|
| 211 |
height=height,
|
| 212 |
image_guidance_scale=image_guidance,
|
| 213 |
+
default_lora=True,
|
| 214 |
max_sequence_length=32,
|
| 215 |
).images[0]
|
| 216 |
# result_img = image
|