Spaces:
Runtime error
Runtime error
..with less steps
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def infer(prompt, negative_prompt, image):
|
|
73 |
image=cond_img_in,
|
74 |
params=p_params,
|
75 |
prng_seed=rng,
|
76 |
-
num_inference_steps=
|
77 |
neg_prompt_ids=n_prompt_in,
|
78 |
jit=True,
|
79 |
).images
|
|
|
73 |
image=cond_img_in,
|
74 |
params=p_params,
|
75 |
prng_seed=rng,
|
76 |
+
num_inference_steps=20,
|
77 |
neg_prompt_ids=n_prompt_in,
|
78 |
jit=True,
|
79 |
).images
|