DetGC commited on
Commit
edc2efc
·
verified ·
1 Parent(s): 433fc13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  from threading import RLock
7
  from datetime import datetime
8
 
9
- preSetPrompt = "a cute tall slender athletic young nude caucasian woman. gorgeous face. sensual expression. provocative pose. perfect boobs. outie pussy. pussy juice. artistic. photorealistic. cinematic. explicit. f1.4"
10
  negPreSetPrompt = "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry, text, fuzziness"
11
 
12
  lock = RLock()
@@ -210,7 +210,7 @@ with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', fill_width=True, css=CSS) as demo:
210
  with gr.Group():
211
  # global preSetPrompt
212
  # global negPreSetPrompt
213
- txt_input2 = gr.Textbox(label='Your prompt:', value = preSetPrompt, lines=1, autofocus=1)
214
  neg_input2 = gr.Textbox(label='Negative prompt:', value=negPreSetPrompt, lines=1)
215
  with gr.Accordion("Advanced", open=False, visible=True):
216
  with gr.Row():
 
6
  from threading import RLock
7
  from datetime import datetime
8
 
9
+ preSetPrompt = "cute tall slender athletic 20+ nude caucasian woman. gorgeous face. perky tits. gaping outie pussy. pussy juice. sjy smile. explicit pose. artistic. photorealistic. cinematic. f1.4"
10
  negPreSetPrompt = "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry, text, fuzziness"
11
 
12
  lock = RLock()
 
210
  with gr.Group():
211
  # global preSetPrompt
212
  # global negPreSetPrompt
213
+ txt_input2 = gr.Textbox(label='Your prompt:', value = preSetPrompt, lines=3, autofocus=1)
214
  neg_input2 = gr.Textbox(label='Negative prompt:', value=negPreSetPrompt, lines=1)
215
  with gr.Accordion("Advanced", open=False, visible=True):
216
  with gr.Row():