Spaces:
Runtime error
Runtime error
TypeError: set_timesteps() got multiple values for argument
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def infer(prompt, negative_prompt, image):
|
|
71 |
image=cond_img_in,
|
72 |
prng_seed=rng,
|
73 |
neg_prompt_ids=n_prompt_in,
|
74 |
-
num_inference_steps=20,
|
75 |
params=p_params,
|
76 |
jit=True
|
77 |
).images
|
|
|
71 |
image=cond_img_in,
|
72 |
prng_seed=rng,
|
73 |
neg_prompt_ids=n_prompt_in,
|
74 |
+
#num_inference_steps=20,
|
75 |
params=p_params,
|
76 |
jit=True
|
77 |
).images
|