We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26cc86c commit ad9f2ebCopy full SHA for ad9f2eb
packages/tasks/src/tasks/video-to-video/about.md
@@ -88,7 +88,6 @@ import torch
88
# base_model_id = "Lightricks/LTX-Video-0.9.7-dev"
89
base_model_id = "Lightricks/LTX-Video-0.9.7-distilled" # Using distilled for this example
90
91
- # 0. Load base model and upsampler
92
pipe = LTXConditionPipeline.from_pretrained(base_model_id, torch_dtype=torch.bfloat16)
93
pipe_upsample = LTXLatentUpsamplePipeline.from_pretrained(
94
"Lightricks/ltxv-spatial-upscaler-0.9.7",
0 commit comments