alfredplpl commited on
Commit
751ed09
1 Parent(s): be239af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -79,7 +79,7 @@ def auto_prompt_correction(prompt_ui,neg_prompt_ui,disable_auto_prompt_correctio
79
  return prompt, neg_prompt
80
 
81
  if(prompt=="" and neg_prompt==""):
82
- prompt="1girl++, smile, brown bob+++ hair, brown eyes, sunflowers, sky"
83
  neg_prompt=f"unaestheticXLv31, photo, deformed, realism, disfigured, low contrast, bad hand"
84
  return prompt, neg_prompt
85
 
@@ -141,10 +141,10 @@ with gr.Blocks(css=css) as demo:
141
  sample : Click "Generate" button without any prompts.
142
  </p>
143
  <p>
144
- sample prompt1 : 1girl++, cool+, smile--, colorful long hair, colorful eyes, stars, night, pastel color, transparent+
145
  </p>
146
  <p>
147
- sample prompt2 : 1man+, focus, wavy short hair, blue eyes, black shirt, white background, simple background
148
  </p>
149
  <p>
150
  <a style="display:inline-block" href="https://huggingface.co/spaces/aipicasso/emi-latest-demo?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a> to say goodbye from waiting for the generating.
 
79
  return prompt, neg_prompt
80
 
81
  if(prompt=="" and neg_prompt==""):
82
+ prompt="1girl, smile, brown bob+++ hair, brown eyes, sunflowers, sky"
83
  neg_prompt=f"unaestheticXLv31, photo, deformed, realism, disfigured, low contrast, bad hand"
84
  return prompt, neg_prompt
85
 
 
141
  sample : Click "Generate" button without any prompts.
142
  </p>
143
  <p>
144
+ sample prompt1 : 1girl, cool+, smile--, colorful long hair, colorful eyes, stars, night, pastel color, transparent+
145
  </p>
146
  <p>
147
+ sample prompt2 : 1man, focus, wavy short hair, blue eyes, black shirt, white background, simple background
148
  </p>
149
  <p>
150
  <a style="display:inline-block" href="https://huggingface.co/spaces/aipicasso/emi-latest-demo?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a> to say goodbye from waiting for the generating.