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