Richard Neuschulz commited on
Commit
d3eb9b5
1 Parent(s): 1b29f48

updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks(css=css) as demo:
91
  info="Try something like 'a photo of a man/woman/person'",
92
  placeholder="A photo of a man/woman/person ...",
93
  value="")
94
- negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="low quality", value="low quality")
95
  style = "Photorealistic"
96
  face_strength = gr.Slider(label="Guidance Scale", info="How much importance is given to the prompt when generating images.", value=7.5, step=0.1, minimum=0, maximum=15)
97
  likeness_strength = gr.Slider(label="Scale", info="How much importance is given to your uploaded files when generating images.", value=1.0, step=0.1, minimum=0, maximum=5)
 
91
  info="Try something like 'a photo of a man/woman/person'",
92
  placeholder="A photo of a man/woman/person ...",
93
  value="")
94
+ negative_prompt = gr.Textbox(label="Negative Prompt", info="What the model should NOT produce.",placeholder="low quality", value="(worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth")
95
  style = "Photorealistic"
96
  face_strength = gr.Slider(label="Guidance Scale", info="How much importance is given to the prompt when generating images.", value=7.5, step=0.1, minimum=0, maximum=15)
97
  likeness_strength = gr.Slider(label="Scale", info="How much importance is given to your uploaded files when generating images.", value=1.0, step=0.1, minimum=0, maximum=5)