bweisslt commited on
Commit
a31bd7d
·
verified ·
1 Parent(s): ae279af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 = 832, 480
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