Update app.py
Browse files
app.py
CHANGED
|
@@ -1282,7 +1282,7 @@ def generate_video(
|
|
| 1282 |
enhance_prompt=enhance_prompt,
|
| 1283 |
input_image=input_image,
|
| 1284 |
seed=current_seed,
|
| 1285 |
-
negative_prompt="",
|
| 1286 |
)
|
| 1287 |
|
| 1288 |
video_context = embeddings["video_context"].to("cuda", non_blocking=True)
|
|
|
|
| 1282 |
enhance_prompt=enhance_prompt,
|
| 1283 |
input_image=input_image,
|
| 1284 |
seed=current_seed,
|
| 1285 |
+
negative_prompt="shaky, glitchy, low quality, worst quality, deformed, distorted, disfigured, motion smear, motion artifacts, fused fingers, bad anatomy, weird hand, ugly, transition, static",
|
| 1286 |
)
|
| 1287 |
|
| 1288 |
video_context = embeddings["video_context"].to("cuda", non_blocking=True)
|