rahul7star commited on
Commit
5f734d7
·
verified ·
1 Parent(s): cd54b1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -134,7 +134,7 @@ def generate_video(
134
  # Create the Gradio interface
135
  with gr.Blocks() as demo:
136
 
137
- gr.Markdown("# Wan 2.1 T2V with LyCORIS")
138
 
139
  with gr.Row():
140
  with gr.Column(scale=1):
@@ -152,7 +152,7 @@ with gr.Blocks() as demo:
152
 
153
  negative_prompt = gr.Textbox(
154
  label="Negative Prompt",
155
- value="Bright tones, overexposed, static",
156
  lines=3
157
  )
158
 
 
134
  # Create the Gradio interface
135
  with gr.Blocks() as demo:
136
 
137
+ gr.Markdown("# Wan 2.1 T2V")
138
 
139
  with gr.Row():
140
  with gr.Column(scale=1):
 
152
 
153
  negative_prompt = gr.Textbox(
154
  label="Negative Prompt",
155
+ value="色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿",
156
  lines=3
157
  )
158