P01yH3dr0n commited on
Commit
54d12ba
1 Parent(s): 71b400a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,14 +18,14 @@ def get_count():
18
  return "Total number of today's image generation: " + str(today_count)
19
 
20
  def control_ui():
21
- prompt = gr.TextArea(label="Prompt", lines=3)
22
  quality_tags = gr.TextArea(
23
  label="Quality Tags", lines=1,
24
  value="best quality, amazing quality, very aesthetic, absurdres",
25
  )
26
  neg_prompt = gr.TextArea(
27
  label="Negative Prompt", lines=1,
28
- value="wide hip,thick thighs,plump,lowres, {bad}, error, fewer, extra, missing, worst quality, jpeg artifacts, bad quality, watermark, unfinished, displeasing, chromatic aberration, signature, extra digits, artistic error, username, scan, [abstract],pubic hair",
29
  )
30
  with gr.Row():
31
  sampler = gr.Dropdown(
 
18
  return "Total number of today's image generation: " + str(today_count)
19
 
20
  def control_ui():
21
+ prompt = gr.TextArea(label="Prompt", lines=3, value="{breast expansion},{gigantic breasts},[artist:ningen_mame],artist:ciloranko,[artist:sho_(sho_lwlw)],[artist:foifoi (marfoyfoyfoy)],1girl,skinny,narrow waist,")
22
  quality_tags = gr.TextArea(
23
  label="Quality Tags", lines=1,
24
  value="best quality, amazing quality, very aesthetic, absurdres",
25
  )
26
  neg_prompt = gr.TextArea(
27
  label="Negative Prompt", lines=1,
28
+ value="wide hips,thick thighs,plump,lowres, {bad}, error, fewer, extra, missing, worst quality, jpeg artifacts, bad quality, watermark, unfinished, displeasing, chromatic aberration, signature, extra digits, artistic error, username, scan, [abstract],pubic hair",
29
  )
30
  with gr.Row():
31
  sampler = gr.Dropdown(