bweisslt commited on
Commit
225a4f6
·
verified ·
1 Parent(s): b1ee061

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -143,7 +143,7 @@ def round_to_nearest_resolution_acceptable_by_vae(height, width):
143
 
144
  prompt = "The video depicts a winding mountain road covered in snow, with a single vehicle traveling along it. The road is flanked by steep, rocky cliffs and sparse vegetation. The landscape is characterized by rugged terrain and a river visible in the distance. The scene captures the solitude and beauty of a winter drive through a mountainous region."
145
  negative_prompt = "worst quality, inconsistent motion, blurry, jittery, distorted"
146
- expected_height, expected_width = 704, 512
147
  downscale_factor = 2 / 3
148
  num_frames = 121
149
 
@@ -221,7 +221,7 @@ condition1 = LTXVideoCondition(video=video, frame_index=0)
221
 
222
  prompt = "A cute little penguin takes out a book and starts reading it"
223
  negative_prompt = "worst quality, inconsistent motion, blurry, jittery, distorted"
224
- expected_height, expected_width = 832, 480
225
  downscale_factor = 2 / 3
226
  num_frames = 96
227
 
 
143
 
144
  prompt = "The video depicts a winding mountain road covered in snow, with a single vehicle traveling along it. The road is flanked by steep, rocky cliffs and sparse vegetation. The landscape is characterized by rugged terrain and a river visible in the distance. The scene captures the solitude and beauty of a winter drive through a mountainous region."
145
  negative_prompt = "worst quality, inconsistent motion, blurry, jittery, distorted"
146
+ expected_height, expected_width = 512, 704
147
  downscale_factor = 2 / 3
148
  num_frames = 121
149
 
 
221
 
222
  prompt = "A cute little penguin takes out a book and starts reading it"
223
  negative_prompt = "worst quality, inconsistent motion, blurry, jittery, distorted"
224
+ expected_height, expected_width = 480, 832
225
  downscale_factor = 2 / 3
226
  num_frames = 96
227