Cognomen commited on
Commit
97416e9
Β·
1 Parent(s): c7d5664

re-enable unipc

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=50,
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