Instructions to use kabachuha/ltx23-paste with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use kabachuha/ltx23-paste 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("Lightricks/LTX-2.3", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("kabachuha/ltx23-paste") prompt = "KABAPASTE The girl is squeezed from a tube like paste." input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png") image = pipe(image=input_image, prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Add 8 files
Browse files- images/1-kitchen.png +3 -0
- images/2-floor.png +3 -0
- images/3-street.png +3 -0
- images/4-beach.png +3 -0
- images/5-bus.png +3 -0
- images/6-wolf.png +3 -0
- images/7-fox.png +3 -0
- ltx23-kabapaste.safetensors +3 -0
images/1-kitchen.png
ADDED
|
Git LFS Details
|
images/2-floor.png
ADDED
|
Git LFS Details
|
images/3-street.png
ADDED
|
Git LFS Details
|
images/4-beach.png
ADDED
|
Git LFS Details
|
images/5-bus.png
ADDED
|
Git LFS Details
|
images/6-wolf.png
ADDED
|
Git LFS Details
|
images/7-fox.png
ADDED
|
Git LFS Details
|
ltx23-kabapaste.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b9ca66cb2814cd2112df2f9025b8ea0d61d5f16e41da295f32af7b6d2bd7bbc
|
| 3 |
+
size 654448216
|