jbilcke-hf HF staff commited on
Commit
6c14231
1 Parent(s): c6cc468

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -48,6 +48,7 @@ def generate(prompt: str,
48
 
49
  return pipe(prompt=prompt,
50
  negative_prompt=negative_prompt,
 
51
  width=width,
52
  height=height,
53
  num_inference_steps=num_inference_steps,
 
48
 
49
  return pipe(prompt=prompt,
50
  negative_prompt=negative_prompt,
51
+ guidance_scale=0,
52
  width=width,
53
  height=height,
54
  num_inference_steps=num_inference_steps,