wsbagnsv1 commited on
Commit
f3b7966
·
verified ·
1 Parent(s): 492056a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ library_name: gguf
5
+ base_model:
6
+ - Lightricks/LTX-Video
7
+ tags:
8
+ - video
9
+ - video-generation
10
+ pipeline_tag: image-to-video
11
+ ---
12
+ This is a direct GGUF conversion of [Lightricks/ltxv-13b-0.9.7-dev](https://huggingface.co/Lightricks/LTX-Video)
13
+
14
+ All quants are created from the FP32 base file, though I only uploaded the Q8_0 and less, if you want the F16 or BF16 one I would upload it per request.
15
+
16
+ The model files can be used with the [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) custom node.
17
+
18
+ Place model files in `ComfyUI/models/unet` - see the GitHub readme for further install instructions.
19
+
20
+ 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.
21
+
22
+ For conversion I used the conversion scripts from [city96](https://huggingface.co/city96)