Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -175,9 +175,9 @@ def generate(
|
|
| 175 |
return image_paths, seed
|
| 176 |
|
| 177 |
examples = [
|
| 178 |
-
"
|
| 179 |
-
"
|
| 180 |
-
"
|
| 181 |
"Closeup of blonde woman depth of field, bokeh, shallow focus, minimalism, fujifilm xh2s with Canon EF lens, cinematic --ar 85:128 --v 6.0 --style raw"
|
| 182 |
]
|
| 183 |
|
|
|
|
| 175 |
return image_paths, seed
|
| 176 |
|
| 177 |
examples = [
|
| 178 |
+
"A closeup of a cat, a window, in a rustic cabin, close up, with a shallow depth of field, with a vintage film grain, in the style of Annie Leibovitz and in the style of Wes Anderson. --ar 85:128 --v 6.0 --style raw",
|
| 179 |
+
"A card game soft focus, dreamy atmosphere, natural light, detailed texture, romantic style, closeup shot --ar 85:128 --v 6.0 --style raw",
|
| 180 |
+
"Dark green large leaves of anthurium, close up, photography, aerial view, in the style of unsplash, hasselblad h6d400c --ar 85:128 --v 6.0 --style raw",
|
| 181 |
"Closeup of blonde woman depth of field, bokeh, shallow focus, minimalism, fujifilm xh2s with Canon EF lens, cinematic --ar 85:128 --v 6.0 --style raw"
|
| 182 |
]
|
| 183 |
|