Update README.md
Browse files
README.md
CHANGED
|
@@ -217,7 +217,7 @@ condition1 = LTXVideoCondition(video=video, frame_index=0)
|
|
| 217 |
|
| 218 |
prompt = "A cute little penguin takes out a book and starts reading it"
|
| 219 |
negative_prompt = "worst quality, inconsistent motion, blurry, jittery, distorted"
|
| 220 |
-
expected_height, expected_width =
|
| 221 |
downscale_factor = 2 / 3
|
| 222 |
num_frames = 96
|
| 223 |
|
|
|
|
| 217 |
|
| 218 |
prompt = "A cute little penguin takes out a book and starts reading it"
|
| 219 |
negative_prompt = "worst quality, inconsistent motion, blurry, jittery, distorted"
|
| 220 |
+
expected_height, expected_width = 480, 832
|
| 221 |
downscale_factor = 2 / 3
|
| 222 |
num_frames = 96
|
| 223 |
|