Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import os
|
|
6 |
from threading import RLock
|
7 |
from datetime import datetime
|
8 |
|
9 |
-
preSetPrompt = "
|
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=
|
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():
|