Spaces:
Running
on
Zero
Running
on
Zero
examples with prompts without instruct items
#6
by
multimodalart
HF staff
- opened
app.py
CHANGED
@@ -132,7 +132,7 @@ css = '''
|
|
132 |
|
133 |
examples = [
|
134 |
[
|
135 |
-
"
|
136 |
"dpmpp-2m-sde", # Sampler type
|
137 |
45, # Duration in Seconds
|
138 |
100, # Number of Diffusion Steps
|
@@ -141,7 +141,7 @@ examples = [
|
|
141 |
800 # Sigma max
|
142 |
],
|
143 |
[
|
144 |
-
"clapping crowd
|
145 |
"dpmpp-3m-sde", # Sampler type
|
146 |
30, # Duration in Seconds
|
147 |
100, # Number of Diffusion Steps
|
@@ -150,7 +150,7 @@ examples = [
|
|
150 |
500 # Sigma max
|
151 |
],
|
152 |
[
|
153 |
-
"
|
154 |
"k-dpm-fast", # Sampler type
|
155 |
60, # Duration in Seconds
|
156 |
140, # Number of Diffusion Steps
|
@@ -159,7 +159,7 @@ examples = [
|
|
159 |
700 # Sigma max
|
160 |
],
|
161 |
[
|
162 |
-
"
|
163 |
"dpmpp-3m-sde", # Sampler type
|
164 |
35, # Duration in Seconds
|
165 |
110, # Number of Diffusion Steps
|
@@ -168,7 +168,7 @@ examples = [
|
|
168 |
500 # Sigma max
|
169 |
],
|
170 |
[
|
171 |
-
"
|
172 |
"k-lms", # Sampler type
|
173 |
25, # Duration in Seconds
|
174 |
90, # Number of Diffusion Steps
|
|
|
132 |
|
133 |
examples = [
|
134 |
[
|
135 |
+
"A serene soundscape of a quiet beach at sunset.", # Text prompt
|
136 |
"dpmpp-2m-sde", # Sampler type
|
137 |
45, # Duration in Seconds
|
138 |
100, # Number of Diffusion Steps
|
|
|
141 |
800 # Sigma max
|
142 |
],
|
143 |
[
|
144 |
+
"clapping crowd", # Text prompt
|
145 |
"dpmpp-3m-sde", # Sampler type
|
146 |
30, # Duration in Seconds
|
147 |
100, # Number of Diffusion Steps
|
|
|
150 |
500 # Sigma max
|
151 |
],
|
152 |
[
|
153 |
+
"A forest ambiance with birds chirping and wind rustling through the leaves.", # Text prompt
|
154 |
"k-dpm-fast", # Sampler type
|
155 |
60, # Duration in Seconds
|
156 |
140, # Number of Diffusion Steps
|
|
|
159 |
700 # Sigma max
|
160 |
],
|
161 |
[
|
162 |
+
"A gentle rainfall with distant thunder.", # Text prompt
|
163 |
"dpmpp-3m-sde", # Sampler type
|
164 |
35, # Duration in Seconds
|
165 |
110, # Number of Diffusion Steps
|
|
|
168 |
500 # Sigma max
|
169 |
],
|
170 |
[
|
171 |
+
"A jazz cafe environment with soft music and ambient chatter.", # Text prompt
|
172 |
"k-lms", # Sampler type
|
173 |
25, # Duration in Seconds
|
174 |
90, # Number of Diffusion Steps
|