ameerazam08 multimodalart HF staff commited on
Commit
b611a12
1 Parent(s): 5ca4da9

examples with prompts without instruct items (#6)

Browse files

- examples with prompts without instruct items (7b22ed572ce062b3f3ff56236331156eac8f6cfd)


Co-authored-by: Apolinário from multimodal AI art <multimodalart@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -132,7 +132,7 @@ css = '''
132
 
133
  examples = [
134
  [
135
- "Create 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,7 +141,7 @@ examples = [
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,7 +150,7 @@ examples = [
150
  500 # Sigma max
151
  ],
152
  [
153
- "Simulate 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,7 +159,7 @@ examples = [
159
  700 # Sigma max
160
  ],
161
  [
162
- "Recreate 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,7 +168,7 @@ examples = [
168
  500 # Sigma max
169
  ],
170
  [
171
- "Imagine 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
 
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