KingNish commited on
Commit
2f5046d
·
verified ·
1 Parent(s): 89c6834

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ with open(config_file_path, "r") as file:
31
  LTX_REPO = "Lightricks/LTX-Video"
32
  MAX_IMAGE_SIZE = PIPELINE_CONFIG_YAML.get("max_resolution", 1280)
33
  MAX_NUM_FRAMES = 257
34
- FPS = 30.0
35
 
36
  # Default values
37
  DEFAULT_NEGATIVE_PROMPT = "worst quality, inconsistent motion, blurry, jittery, distorted"
 
31
  LTX_REPO = "Lightricks/LTX-Video"
32
  MAX_IMAGE_SIZE = PIPELINE_CONFIG_YAML.get("max_resolution", 1280)
33
  MAX_NUM_FRAMES = 257
34
+ FPS = 24.0
35
 
36
  # Default values
37
  DEFAULT_NEGATIVE_PROMPT = "worst quality, inconsistent motion, blurry, jittery, distorted"