Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|