Spaces:
Runtime error
Runtime error
Commit ·
d5f211f
1
Parent(s): 7fc1b31
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ prompt = "tv with sofa, realistic, hd, vivid"
|
|
| 23 |
negative_prompt = "bad anatomy, ugly, deformed, desfigured, distorted, blurry, low quality, low definition, lowres, out of frame, out of image, cropped, cut off, signature, watermark"
|
| 24 |
num_samples = 1
|
| 25 |
guidance_scale = 7.5
|
| 26 |
-
num_inference_steps =
|
| 27 |
height = 512
|
| 28 |
width = 512
|
| 29 |
|
|
|
|
| 23 |
negative_prompt = "bad anatomy, ugly, deformed, desfigured, distorted, blurry, low quality, low definition, lowres, out of frame, out of image, cropped, cut off, signature, watermark"
|
| 24 |
num_samples = 1
|
| 25 |
guidance_scale = 7.5
|
| 26 |
+
num_inference_steps = 5
|
| 27 |
height = 512
|
| 28 |
width = 512
|
| 29 |
|