hysts HF Staff commited on
Commit
e820b78
·
1 Parent(s): b09ce4a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ client = Client('stabilityai/stable-diffusion')
43
 
44
  def generate(prompt: str) -> tuple[str, list[str]]:
45
  negative_prompt = ''
46
- guidance_scale = 9
47
  out_dir = client.predict(prompt,
48
  negative_prompt,
49
  guidance_scale,
 
43
 
44
  def generate(prompt: str) -> tuple[str, list[str]]:
45
  negative_prompt = ''
46
+ guidance_scale = 9.0
47
  out_dir = client.predict(prompt,
48
  negative_prompt,
49
  guidance_scale,