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