Spaces:
Running
Running
natural language prompt example per Z-Anime prompting guide
Browse files
app.py
CHANGED
|
@@ -191,7 +191,7 @@ def gradio_main():
|
|
| 191 |
with gr.Row():
|
| 192 |
with gr.Column():
|
| 193 |
prompt_input = gr.Textbox(label="Prompt", lines=3,
|
| 194 |
-
placeholder="anime girl with silver hair, fantasy armor
|
| 195 |
neg_input = gr.Textbox(label="Negative Prompt", lines=2,
|
| 196 |
value="worst quality, low quality, lowres, blurry, bad anatomy, deformed hands, extra fingers, missing fingers, watermark, signature, text, error, censored")
|
| 197 |
with gr.Row():
|
|
@@ -211,7 +211,7 @@ def gradio_main():
|
|
| 211 |
|
| 212 |
gr.Examples(
|
| 213 |
examples=[
|
| 214 |
-
["anime girl with silver hair, fantasy armor
|
| 215 |
"worst quality, low quality, lowres, blurry, bad anatomy, deformed hands, extra fingers, fused fingers, missing fingers, bad proportions, wrong proportions, extra limbs, broken limbs, duplicate body parts, asymmetrical eyes, distorted face, warped features, poorly drawn face, mutated, extra eyes, cropped head, cut-off body, bad framing, jpeg artifacts, compression artifacts, watermark, logo, signature, text, error, noisy, oversmoothed, muddy colors, background clutter, censored, 3d, chibi, character doll, sepia, high contrast",
|
| 216 |
"512x512", 1.0, -1],
|
| 217 |
],
|
|
|
|
| 191 |
with gr.Row():
|
| 192 |
with gr.Column():
|
| 193 |
prompt_input = gr.Textbox(label="Prompt", lines=3,
|
| 194 |
+
placeholder="An anime girl with long silver hair and sharp blue eyes, wearing ornate fantasy armor with glowing runes. She stands on a cliff overlooking a vast kingdom at sunset, wind catching her cape. Dramatic cinematic lighting, beautiful background art, detailed shading, professional anime illustration.")
|
| 195 |
neg_input = gr.Textbox(label="Negative Prompt", lines=2,
|
| 196 |
value="worst quality, low quality, lowres, blurry, bad anatomy, deformed hands, extra fingers, missing fingers, watermark, signature, text, error, censored")
|
| 197 |
with gr.Row():
|
|
|
|
| 211 |
|
| 212 |
gr.Examples(
|
| 213 |
examples=[
|
| 214 |
+
["An anime girl with long silver hair and sharp blue eyes, wearing ornate fantasy armor with glowing runes. She stands on a cliff overlooking a vast kingdom at sunset, wind catching her cape. Dramatic cinematic lighting, beautiful background art, detailed shading, professional anime illustration.",
|
| 215 |
"worst quality, low quality, lowres, blurry, bad anatomy, deformed hands, extra fingers, fused fingers, missing fingers, bad proportions, wrong proportions, extra limbs, broken limbs, duplicate body parts, asymmetrical eyes, distorted face, warped features, poorly drawn face, mutated, extra eyes, cropped head, cut-off body, bad framing, jpeg artifacts, compression artifacts, watermark, logo, signature, text, error, noisy, oversmoothed, muddy colors, background clutter, censored, 3d, chibi, character doll, sepia, high contrast",
|
| 216 |
"512x512", 1.0, -1],
|
| 217 |
],
|