silveroxides commited on
Commit
2caf777
·
verified ·
1 Parent(s): f0cad87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -30,6 +30,7 @@ def infer(prompt, negative_prompt, seed, randomize_seed, width, height, guidance
30
  width = width,
31
  height = height,
32
  generator = generator
 
33
  ).images[0]
34
 
35
  return image, seed
 
30
  width = width,
31
  height = height,
32
  generator = generator
33
+ clip_skip = 0
34
  ).images[0]
35
 
36
  return image, seed