educrpg commited on
Commit
e5418e8
Β·
verified Β·
1 Parent(s): dc8f8ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, guidan
34
  # ).images[0]
35
  image = sdxl.text_to_image(
36
  "Dark gothic city in a misty night, lit by street lamps. A man in a cape is walking away from us",
37
- guidance_scale=9, num_inference_steps=num_inference_steps, seed=seed,width=width, height=height)
38
  )
39
 
40
  return image, seed
 
34
  # ).images[0]
35
  image = sdxl.text_to_image(
36
  "Dark gothic city in a misty night, lit by street lamps. A man in a cape is walking away from us",
37
+ guidance_scale=9, num_inference_steps=num_inference_steps, seed=seed,width=width, height=height
38
  )
39
 
40
  return image, seed