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 6da0a08 commit d649fdfCopy full SHA for d649fdf
src/diffusers/pipelines/ltx/pipeline_ltx_condition.py
@@ -49,7 +49,7 @@
49
>>> from diffusers.pipelines.ltx.pipeline_ltx_condition import LTXConditionPipeline, LTXVideoCondition
50
>>> from diffusers.utils import export_to_video, load_video, load_image
51
52
- >>> pipe = LTXConditionPipeline.from_pretrained("Lightricks/LTX-Video-0.9.1", torch_dtype=torch.bfloat16)
+ >>> pipe = LTXConditionPipeline.from_pretrained("Lightricks/LTX-Video-0.9.5", torch_dtype=torch.bfloat16)
53
>>> pipe.to("cuda")
54
55
>>> # Load input image and video
0 commit comments