ehristoforu commited on
Commit
d707b1a
1 Parent(s): 6e8263c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -84,6 +84,7 @@ def generate(
84
  height=height,
85
  guidance_scale=guidance_scale,
86
  num_inference_steps=25,
 
87
  num_images_per_prompt=1,
88
  output_type="pil",
89
  ).images
 
84
  height=height,
85
  guidance_scale=guidance_scale,
86
  num_inference_steps=25,
87
+ clip_skip=3,
88
  num_images_per_prompt=1,
89
  output_type="pil",
90
  ).images