jbilcke-hf HF staff commited on
Commit
6df70c5
·
verified ·
1 Parent(s): 51d9ba1

Update handler.py

Browse files
Files changed (1) hide show
  1. 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