Paulina commited on
Commit ·
5a39d55
1
Parent(s): 052501f
2.1
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ def create_interface():
|
|
| 81 |
),
|
| 82 |
gr.Slider(
|
| 83 |
minimum=0,
|
| 84 |
-
maximum=
|
| 85 |
randomize=True,
|
| 86 |
step=1,
|
| 87 |
label="Seed",
|
|
@@ -103,9 +103,9 @@ def create_interface():
|
|
| 103 |
title="Stable Diffusion Image Generator",
|
| 104 |
description="Generate images from text using Stable Diffusion. Enter a prompt, set the seed for reproducibility, and adjust the number of diffusion steps. Watch the diffusion process as a video.",
|
| 105 |
examples=[
|
| 106 |
-
["A beautiful sunset over mountains",
|
| 107 |
-
["A
|
| 108 |
-
["Cyberpunk city at night, neon lights",
|
| 109 |
],
|
| 110 |
cache_examples=False,
|
| 111 |
)
|
|
|
|
| 81 |
),
|
| 82 |
gr.Slider(
|
| 83 |
minimum=0,
|
| 84 |
+
maximum=1000000,
|
| 85 |
randomize=True,
|
| 86 |
step=1,
|
| 87 |
label="Seed",
|
|
|
|
| 103 |
title="Stable Diffusion Image Generator",
|
| 104 |
description="Generate images from text using Stable Diffusion. Enter a prompt, set the seed for reproducibility, and adjust the number of diffusion steps. Watch the diffusion process as a video.",
|
| 105 |
examples=[
|
| 106 |
+
["A beautiful sunset over mountains", 42213, 50],
|
| 107 |
+
["A dog wearing a space suit, floating in space, hand-drawn illustration", 83289, 20],
|
| 108 |
+
["Cyberpunk city at night, neon lights", 12056, 40],
|
| 109 |
],
|
| 110 |
cache_examples=False,
|
| 111 |
)
|