magnef commited on
Commit
2a84b16
·
verified ·
1 Parent(s): 10aa7d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ FIXED_FPS = 24
40
  MIN_FRAMES_MODEL = 60
41
  MAX_FRAMES_MODEL = 120
42
 
43
- default_prompt_i2v = "make this image come alive, cinematic motion, smooth animation. "
44
  default_negative_prompt = "Bright tones, overexposed, static, blurred details, subtitles, style, works, paintings, images, static, overall gray, worst quality, low quality, JPEG compression residue, ugly, incomplete, extra fingers, poorly drawn hands, poorly drawn faces, deformed, disfigured, misshapen limbs, fused fingers, still picture, messy background, three legs, many people in the background, walking backwards, watermark, text, signature"
45
 
46
 
 
40
  MIN_FRAMES_MODEL = 60
41
  MAX_FRAMES_MODEL = 120
42
 
43
+ default_prompt_i2v = "оживите это изображение кинематографичным движением, плавной анимацией. " #make this image come alive, cinematic motion, smooth animation. "
44
  default_negative_prompt = "Bright tones, overexposed, static, blurred details, subtitles, style, works, paintings, images, static, overall gray, worst quality, low quality, JPEG compression residue, ugly, incomplete, extra fingers, poorly drawn hands, poorly drawn faces, deformed, disfigured, misshapen limbs, fused fingers, still picture, messy background, three legs, many people in the background, walking backwards, watermark, text, signature"
45
 
46