fffiloni commited on
Commit
3347b2c
Β·
verified Β·
1 Parent(s): a083c5c

translate neg prompt to english

Browse files
Files changed (1) hide show
  1. gradio/vace.py +1 -1
gradio/vace.py CHANGED
@@ -136,7 +136,7 @@ class VACEInference:
136
  lines=2)
137
  self.negative_prompt = gr.Textbox(
138
  show_label=False,
139
- value=self.pipe.config.sample_neg_prompt,
140
  placeholder="negative_prompt_input",
141
  elem_id='negative_prompt',
142
  container=True,
 
136
  lines=2)
137
  self.negative_prompt = gr.Textbox(
138
  show_label=False,
139
+ value="Bright and saturated tones, overexposed, static, unclear details, subtitles, style, work, painting, frame, still, overall grayish, worst quality, low quality, JPEG compression artifacts, ugly, deformed, extra fingers, poorly drawn hands, poorly drawn face, deformed, disfigured, misshapen limbs, fused fingers, motionless frame, cluttered background, three legs, crowded background, walking backwards.",
140
  placeholder="negative_prompt_input",
141
  elem_id='negative_prompt',
142
  container=True,