Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -26,11 +26,7 @@ footer {
|
|
26 |
'''
|
27 |
|
28 |
examples = [
|
29 |
-
"
|
30 |
-
"a ROBOT riding a BLUE horse on Mars, photorealistic, 4k",
|
31 |
-
"Ironman VS Hulk, ultrarealistic",
|
32 |
-
"Astronaut in a jungle, cold color palette, oil pastel, detailed, 8k",
|
33 |
-
"An alien holding a sign board containing the word 'Flash', futuristic, neonpunk",
|
34 |
"Kids going to school, Anime style"
|
35 |
]
|
36 |
|
@@ -142,13 +138,13 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
142 |
value=1,
|
143 |
)
|
144 |
with gr.Row():
|
145 |
-
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=
|
146 |
negative_prompt = gr.Text(
|
147 |
label="Negative prompt",
|
148 |
max_lines=5,
|
149 |
lines=4,
|
150 |
placeholder="Enter a negative prompt",
|
151 |
-
value="(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation
|
152 |
visible=True,
|
153 |
)
|
154 |
seed = gr.Slider(
|
|
|
26 |
'''
|
27 |
|
28 |
examples = [
|
29 |
+
"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)",
|
|
|
|
|
|
|
|
|
30 |
"Kids going to school, Anime style"
|
31 |
]
|
32 |
|
|
|
138 |
value=1,
|
139 |
)
|
140 |
with gr.Row():
|
141 |
+
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=False)
|
142 |
negative_prompt = gr.Text(
|
143 |
label="Negative prompt",
|
144 |
max_lines=5,
|
145 |
lines=4,
|
146 |
placeholder="Enter a negative prompt",
|
147 |
+
value="(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation",
|
148 |
visible=True,
|
149 |
)
|
150 |
seed = gr.Slider(
|