Instructions to use vantagewithai/LTX2.3-10Eros-1.4-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use vantagewithai/LTX2.3-10Eros-1.4-GGUF 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("vantagewithai/LTX2.3-10Eros-1.4-GGUF", 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 10Eros_v1.4-Q5_K_M.gguf with huggingface_hub
Browse files- .gitattributes +1 -0
- 10Eros_v1.4-Q5_K_M.gguf +3 -0
.gitattributes
CHANGED
|
@@ -40,3 +40,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 40 |
10Eros_v1.4-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
10Eros_v1.4-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
10Eros_v1.4-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 40 |
10Eros_v1.4-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
10Eros_v1.4-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
10Eros_v1.4-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
10Eros_v1.4-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
10Eros_v1.4-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39aa488e9019b0b73b2c8b5f8743b13c2b2d639ab31c6eed0e09f249897c7626
|
| 3 |
+
size 16141486432
|