Yaron Koresh commited on
Commit
6f3e6a4
·
verified ·
1 Parent(s): a58c3bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,8 +92,8 @@ def Piper(_do,_dont):
92
  height=512,
93
  width=768, # 1024
94
  negative_prompt=_dont,
95
- num_inference_steps=25, # 400
96
- guidance_scale=1.1 # 10
97
  )
98
 
99
  def infer(prompt,prompt2):
 
92
  height=512,
93
  width=768, # 1024
94
  negative_prompt=_dont,
95
+ num_inference_steps=45, # 400
96
+ guidance_scale=1.5 # 10
97
  )
98
 
99
  def infer(prompt,prompt2):