Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -75,7 +75,7 @@ class GenerationConfig:
|
|
75 |
|
76 |
# general content settings
|
77 |
prompt: str = ""
|
78 |
-
negative_prompt: str = "worst quality, inconsistent motion, blurry, jittery, distorted, cropped, watermarked, watermark, logo, subtitle, subtitles, lowres"
|
79 |
|
80 |
# video model settings (will be used during generation of the initial raw video clip)
|
81 |
width: int = 768
|
|
|
75 |
|
76 |
# general content settings
|
77 |
prompt: str = ""
|
78 |
+
negative_prompt: str = "worst quality, inconsistent motion, blurry, jittery, distorted, cropped, watermarked, watermark, logo, subtitle, subtitles, lowres"
|
79 |
|
80 |
# video model settings (will be used during generation of the initial raw video clip)
|
81 |
width: int = 768
|