Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -41,11 +41,7 @@ footer {
|
|
41 |
|
42 |
examples = [
|
43 |
"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)",
|
44 |
-
"Cold coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5, 4K",
|
45 |
-
"Vector illustration of a horse, vector graphic design with flat colors on an brown background in the style of vector art, using simple shapes and graphics with simple details, professionally designed as a tshirt logo ready for print on a white background. --ar 89:82 --v 6.0 --style raw",
|
46 |
-
"Man in brown leather jacket posing for camera, in the style of sleek and stylized, clockpunk, subtle shades, exacting precision, ferrania p30 --ar 67:101 --v 5",
|
47 |
-
"Commercial photography, giant burger, white lighting, studio light, 8k octane rendering, high resolution photography, insanely detailed, fine details, on white isolated plain, 8k, commercial photography, stock photo, professional color grading, --v 4 --ar 9:16 "
|
48 |
-
|
49 |
]
|
50 |
|
51 |
|
@@ -228,7 +224,6 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
228 |
outputs=negative_prompt,
|
229 |
api_name=False,
|
230 |
)
|
231 |
-
|
232 |
gr.on(
|
233 |
triggers=[
|
234 |
prompt.submit,
|
|
|
41 |
|
42 |
examples = [
|
43 |
"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)",
|
44 |
+
"Cold coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5, 4K",
|
|
|
|
|
|
|
|
|
45 |
]
|
46 |
|
47 |
|
|
|
224 |
outputs=negative_prompt,
|
225 |
api_name=False,
|
226 |
)
|
|
|
227 |
gr.on(
|
228 |
triggers=[
|
229 |
prompt.submit,
|