Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 =
|
| 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"
|