Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -109,15 +109,15 @@ interface = gr.Interface(
|
|
| 109 |
0.5, # Sigma min
|
| 110 |
800 # Sigma max
|
| 111 |
],
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
[
|
| 122 |
"Simulate a forest ambiance with birds chirping and wind rustling through the leaves.", # Text prompt
|
| 123 |
"k-dpm-fast", # Sampler type
|
|
@@ -127,15 +127,15 @@ interface = gr.Interface(
|
|
| 127 |
0.3, # Sigma min
|
| 128 |
700 # Sigma max
|
| 129 |
],
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
|
| 139 |
[
|
| 140 |
"Imagine a jazz cafe environment with soft music and ambient chatter.", # Text prompt
|
| 141 |
"k-lms", # Sampler type
|
|
|
|
| 109 |
0.5, # Sigma min
|
| 110 |
800 # Sigma max
|
| 111 |
],
|
| 112 |
+
[
|
| 113 |
+
"Generate an energetic and bustling city street scene with distant traffic and close conversations.", # Text prompt
|
| 114 |
+
"k-heun", # Sampler type
|
| 115 |
+
30, # Duration in Seconds
|
| 116 |
+
120, # Number of Diffusion Steps
|
| 117 |
+
5, # CFG Scale
|
| 118 |
+
0.2, # Sigma min
|
| 119 |
+
600 # Sigma max
|
| 120 |
+
],
|
| 121 |
[
|
| 122 |
"Simulate a forest ambiance with birds chirping and wind rustling through the leaves.", # Text prompt
|
| 123 |
"k-dpm-fast", # Sampler type
|
|
|
|
| 127 |
0.3, # Sigma min
|
| 128 |
700 # Sigma max
|
| 129 |
],
|
| 130 |
+
[
|
| 131 |
+
"Recreate a gentle rainfall with distant thunder.", # Text prompt
|
| 132 |
+
"dpmpp-3m-sde", # Sampler type
|
| 133 |
+
35, # Duration in Seconds
|
| 134 |
+
110, # Number of Diffusion Steps
|
| 135 |
+
8, # CFG Scale
|
| 136 |
+
0.1, # Sigma min
|
| 137 |
+
500 # Sigma max
|
| 138 |
+
],
|
| 139 |
[
|
| 140 |
"Imagine a jazz cafe environment with soft music and ambient chatter.", # Text prompt
|
| 141 |
"k-lms", # Sampler type
|