rahul7star commited on
Commit
262a0f7
·
verified ·
1 Parent(s): 4a08685

Update wan2_fast.py

Browse files
Files changed (1) hide show
  1. wan2_fast.py +1 -0
wan2_fast.py CHANGED
@@ -150,6 +150,7 @@ MAX_SEED = np.iinfo(np.int32).max
150
  FIXED_FPS = 24
151
  MIN_FRAMES_MODEL = 25
152
  MAX_FRAMES_MODEL = 193
 
153
 
154
  default_prompt_t2v = "cinematic footage, group of pedestrians dancing in the streets of NYC, high quality breakdance, 4K, tiktok video, intricate details, instagram feel, dynamic camera, smooth dance motion, dimly lit, stylish, beautiful faces, smiling, music video"
155
  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"
 
150
  FIXED_FPS = 24
151
  MIN_FRAMES_MODEL = 25
152
  MAX_FRAMES_MODEL = 193
153
+ IS_ORIGINAL_SPACE = os.environ.get("IS_ORIGINAL_SPACE", "True") == "True"
154
 
155
  default_prompt_t2v = "cinematic footage, group of pedestrians dancing in the streets of NYC, high quality breakdance, 4K, tiktok video, intricate details, instagram feel, dynamic camera, smooth dance motion, dimly lit, stylish, beautiful faces, smiling, music video"
156
  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"