Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Lightricks/LTX-Video
|
| 3 |
+
library_name: gguf
|
| 4 |
+
quantized_by: city96
|
| 5 |
+
tags:
|
| 6 |
+
- ltx-video
|
| 7 |
+
- text-to-video
|
| 8 |
+
- image-to-video
|
| 9 |
+
language:
|
| 10 |
+
- en
|
| 11 |
+
license: other
|
| 12 |
+
license_link: LICENSE.md
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
This is a direct GGUF conversion of [Lightricks/LTX-Video](https://huggingface.co/Lightricks/LTX-Video)
|
| 16 |
+
|
| 17 |
+
As this is a quantized model not a finetune, all the same restrictions/original license terms still apply.
|
| 18 |
+
|
| 19 |
+
The model files can be used with the [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) custom node.
|
| 20 |
+
|
| 21 |
+
Place model files in `ComfyUI/models/unet` - see the GitHub readme for further install instructions.
|
| 22 |
+
|
| 23 |
+
Please refer to [this chart](https://github.com/ggerganov/llama.cpp/blob/master/examples/perplexity/README.md#llama-3-8b-scoreboard) for a basic overview of quantization types.
|