Spaces:
Runtime error
Runtime error
fix utils, reduce inference
Browse files
utils.py
CHANGED
|
@@ -21,5 +21,5 @@ def pipe_image(prompt,
|
|
| 21 |
init_image=init_image,
|
| 22 |
strength=strength,
|
| 23 |
guidance_scale=7.5,
|
| 24 |
-
num_inference_steps=
|
| 25 |
return images
|
|
|
|
| 21 |
init_image=init_image,
|
| 22 |
strength=strength,
|
| 23 |
guidance_scale=7.5,
|
| 24 |
+
num_inference_steps=50).images
|
| 25 |
return images
|