Commit
•
5e8a3d7
1
Parent(s):
a36a3bb
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 = "saturated, overlit, 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 |
# we use small values to make things a bit faster
|
|
|
75 |
|
76 |
# general content settings
|
77 |
prompt: str = ""
|
78 |
+
negative_prompt: str = "saturated, highlight, overexposed, highlighted, overlit, shaking, too bright, 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 |
# we use small values to make things a bit faster
|