Nekochu commited on
Commit
2852dd0
·
1 Parent(s): 4f0eee1

natural language prompt example per Z-Anime prompting guide

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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, dramatic lighting, beautiful background art, professional anime illustration quality, cinematic composition, detailed shading, high quality anime art.")
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, dramatic lighting, beautiful background art, professional anime illustration quality, cinematic composition, detailed shading, high quality anime art.",
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
  ],