mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-29 07:22:12 +03:00
48 lines
1.5 KiB
Markdown
48 lines
1.5 KiB
Markdown
<!-- Copyright 2025 The HuggingFace Team. All rights reserved.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License. -->
|
|
|
|
# LTX-2
|
|
|
|
<div class="flex flex-wrap space-x-1">
|
|
<img alt="LoRA" src="https://img.shields.io/badge/LoRA-d8b4fe?style=flat"/>
|
|
</div>
|
|
|
|
LTX-2 is a DiT-based audio-video foundation model designed to generate synchronized video and audio within a single model. It brings together the core building blocks of modern video generation, with open weights and a focus on practical, local execution.
|
|
|
|
You can find all the original LTX-Video checkpoints under the [Lightricks](https://huggingface.co/Lightricks) organization.
|
|
|
|
The original codebase for LTX-2 can be found [here](https://github.com/Lightricks/LTX-2).
|
|
|
|
## LTX2Pipeline
|
|
|
|
[[autodoc]] LTX2Pipeline
|
|
- all
|
|
- __call__
|
|
|
|
## LTX2ImageToVideoPipeline
|
|
|
|
[[autodoc]] LTX2ImageToVideoPipeline
|
|
- all
|
|
- __call__
|
|
|
|
## LTX2LatentUpsamplePipeline
|
|
|
|
[[autodoc]] LTX2LatentUpsamplePipeline
|
|
- all
|
|
- __call__
|
|
|
|
## LTX2PipelineOutput
|
|
|
|
[[autodoc]] pipelines.ltx2.pipeline_output.LTX2PipelineOutput
|