whatdoesrealitymean commited on
Commit
8316d98
·
verified ·
1 Parent(s): 5163a74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -50,8 +50,8 @@ FIXED_FPS = 16
50
  MIN_FRAMES_MODEL = 8
51
  MAX_FRAMES_MODEL = 129
52
 
53
- DEFAULT_NAG_NEGATIVE_PROMPT = "Static, motionless, still, ugly, bad quality, worst quality, poorly drawn, low resolution, blurry, lack of details"
54
- DEFAULT_AUDIO_NEGATIVE_PROMPT = "music"
55
 
56
  # NAG Model Settings
57
  MODEL_ID = "Wan-AI/Wan2.1-T2V-14B-Diffusers"
 
50
  MIN_FRAMES_MODEL = 8
51
  MAX_FRAMES_MODEL = 129
52
 
53
+ DEFAULT_NAG_NEGATIVE_PROMPT = "motionless, still, cartoon, anime, flawless, glossy skin, tall, bad quality, worst quality, poorly drawn, low resolution, blurry, lack of details, hairless skin, painting, render, comic, manga, flattened, drawing, underage, flat chested, unnatural"
54
+ DEFAULT_AUDIO_NEGATIVE_PROMPT = "music, unrealistic, bad quality"
55
 
56
  # NAG Model Settings
57
  MODEL_ID = "Wan-AI/Wan2.1-T2V-14B-Diffusers"