Yaron Koresh commited on
Commit
a30e68f
·
verified ·
1 Parent(s): af91143

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -87,10 +87,10 @@ def generate_random_string(length):
87
  def Piper(_do,_dont):
88
  return pipe(
89
  _do,
90
- height=720,
91
- width=1280,
92
  negative_prompt=_dont,
93
- num_inference_steps=200,
94
  guidance_scale=10
95
  )
96
 
 
87
  def Piper(_do,_dont):
88
  return pipe(
89
  _do,
90
+ height=600,
91
+ width=800,
92
  negative_prompt=_dont,
93
+ num_inference_steps=400,
94
  guidance_scale=10
95
  )
96