rahul7star commited on
Commit
8e6078c
·
verified ·
1 Parent(s): 2ad4e90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -128,7 +128,10 @@ with gr.Blocks() as demo:
128
  prompt = gr.Textbox(label="Prompt", value="", lines=3)
129
  negative_prompt = gr.Textbox(
130
  label="Negative Prompt",
131
- value="色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿",
 
 
 
132
  lines=3
133
  )
134
 
 
128
  prompt = gr.Textbox(label="Prompt", value="", lines=3)
129
  negative_prompt = gr.Textbox(
130
  label="Negative Prompt",
131
+ value=""Bright tones, overexposed, static, blurred details, subtitles, style, works, paintings, images, static, "
132
+ "overall gray, worst quality, low quality, JPEG compression residue, ugly, incomplete, extra fingers, "
133
+ "poorly drawn hands, poorly drawn faces, deformed, disfigured, misshapen limbs, fused fingers, still picture, "
134
+ "messy background, three legs, many people in the background, walking backwards"",
135
  lines=3
136
  )
137