Skip to content

Commit ad9f2eb

Browse files
Update packages/tasks/src/tasks/video-to-video/about.md
Co-authored-by: Merve Noyan <[email protected]>
1 parent 26cc86c commit ad9f2eb

File tree

1 file changed

+0
-1
lines changed
  • packages/tasks/src/tasks/video-to-video

1 file changed

+0
-1
lines changed

packages/tasks/src/tasks/video-to-video/about.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ import torch
8888
# base_model_id = "Lightricks/LTX-Video-0.9.7-dev"
8989
base_model_id = "Lightricks/LTX-Video-0.9.7-distilled" # Using distilled for this example
9090

91-
# 0. Load base model and upsampler
9291
pipe = LTXConditionPipeline.from_pretrained(base_model_id, torch_dtype=torch.bfloat16)
9392
pipe_upsample = LTXLatentUpsamplePipeline.from_pretrained(
9493
"Lightricks/ltxv-spatial-upscaler-0.9.7",

0 commit comments

Comments
 (0)