Spaces:
Runtime error
Runtime error
translate neg prompt to english
Browse files- 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=
|
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,
|