Spaces:
Build error
Build error
feat: lowered inference steps
Browse files- core/image_gen.py +1 -1
core/image_gen.py
CHANGED
|
@@ -69,7 +69,7 @@ class ImageGenEngine:
|
|
| 69 |
try:
|
| 70 |
images = self._pipeline(
|
| 71 |
prompt=prompt,
|
| 72 |
-
num_inference_steps=
|
| 73 |
guidance_scale=1.0,
|
| 74 |
width=240,
|
| 75 |
height=160,
|
|
|
|
| 69 |
try:
|
| 70 |
images = self._pipeline(
|
| 71 |
prompt=prompt,
|
| 72 |
+
num_inference_steps=4,
|
| 73 |
guidance_scale=1.0,
|
| 74 |
width=240,
|
| 75 |
height=160,
|