Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -87,12 +87,10 @@ def generate(
|
|
87 |
return image_paths, seed
|
88 |
|
89 |
examples = [
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
"a cute robot artist painting on an easel, concept art",
|
95 |
-
"a close up of a woman wearing a transparent, prismatic, elaborate nemeses headdress, over the should pose, brown skin-tone"
|
96 |
]
|
97 |
|
98 |
css = '''
|
|
|
87 |
return image_paths, seed
|
88 |
|
89 |
examples = [
|
90 |
+
"Chocolate dripping from a donut against a yellow background, in the style of brocore, hyper-realistic oil --ar 2:3 --q 2 --s 750 --v 5 --ar 2:3 --q 2 --s 750 --v 5",
|
91 |
+
"3d image, cute girl, in the style of Pixar --ar 1:2 --stylize 750, 4K resolution highlights, Sharp focus, octane render, ray tracing, Ultra-High-Definition, 8k, UHD, HDR, (Masterpiece:1.5), (best quality:1.5)",
|
92 |
+
"Cold coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5, 4K, Photo-Realistic",
|
93 |
+
"Food photography of a milk shake with flying strawberrys against a pink background, professionally studio shot with cinematic lighting. The image is in the style of a professional studio shot --ar 85:128 --v 6.0 --style raw"
|
|
|
|
|
94 |
]
|
95 |
|
96 |
css = '''
|