Image-to-Video
Diffusers
Safetensors
LTX2Pipeline
text-to-video
video-to-video
image-text-to-video
audio-to-video
text-to-audio
video-to-audio
audio-to-audio
text-to-audio-video
image-to-audio-video
image-text-to-audio-video
ltx-2
ltx-video
ltxv
lightricks
Instructions to use kevin119/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use kevin119/test with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image, export_to_video # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("kevin119/test", dtype=torch.bfloat16, device_map="cuda") pipe.to("cuda") prompt = "A man with short gray hair plays a red electric guitar." image = load_image( "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png" ) output = pipe(image=image, prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
Upload batch 7/7 (6 files)
Browse files- ltx-2.3-22b-dev.safetensors +3 -0
- ltx-2.3-22b-distilled-lora-384.safetensors +3 -0
- ltx-2.3-22b-distilled.safetensors +3 -0
- text_encoder/diffusion_pytorch_model-00002-of-00012.safetensors +3 -0
- transformer/diffusion_pytorch_model-00003-of-00008.safetensors +3 -0
- transformer/diffusion_pytorch_model-00007-of-00008.safetensors +3 -0
ltx-2.3-22b-dev.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ab7225325bc403448ea84b6db2269811a880e5118cd2ee2b6282a93d585016f
|
| 3 |
+
size 46149344974
|
ltx-2.3-22b-distilled-lora-384.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2943ab994f3c9d88052e5a2a34cca14e4a2dfc36b1d8c407931d52d5c25dd72b
|
| 3 |
+
size 7605507256
|
ltx-2.3-22b-distilled.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14409a4d1337a8ded02fa87fb895b17a91ab2c6588f7cc3352e624ff18a689bf
|
| 3 |
+
size 46149345038
|
text_encoder/diffusion_pytorch_model-00002-of-00012.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:308270af3b7caa5d2cd0076dff5a2dd9f0020d6628fe2d2ee04fa597cb066fbb
|
| 3 |
+
size 4987027560
|
transformer/diffusion_pytorch_model-00003-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2767c94f485ee8c9a0220e666688f3a38e3f7e93bd72c3b1119015597b2b3003
|
| 3 |
+
size 4994621704
|
transformer/diffusion_pytorch_model-00007-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a55908e7fde1ced5cb55e0e47a124635018358e045ab3da3345162d769ab8fec
|
| 3 |
+
size 4994840928
|