Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,11 @@ We provide a model for both text-to-video as well as image+text-to-video usecase
|
|
36 |
## Usage
|
37 |
|
38 |
### Direct use
|
39 |
-
You can use the model for purposes under the
|
|
|
|
|
|
|
|
|
40 |
|
41 |
### General tips:
|
42 |
* The model works on resolutions that are divisible by 32 and number of frames that are divisible by 8 + 1 (e.g. 257). In case the resolution or number of frames are not divisible by 32 or 8 + 1, the input will be padded with -1 and then cropped to the desired resolution and number of frames.
|
|
|
36 |
## Usage
|
37 |
|
38 |
### Direct use
|
39 |
+
You can use the model for purposes under the license:
|
40 |
+
- version 0.9: [license](https://huggingface.co/Lightricks/LTX-Video/blob/main/ltx-video-2b-v0.9.safetensors)
|
41 |
+
- version 0.9.1 [license](https://huggingface.co/Lightricks/LTX-Video/blob/main/ltx-video-2b-v0.9.1.safetensors)
|
42 |
+
- version 0.9.5 [license](https://huggingface.co/Lightricks/LTX-Video/blob/main/ltx-video-2b-v0.9.5.safetensors)
|
43 |
+
|
44 |
|
45 |
### General tips:
|
46 |
* The model works on resolutions that are divisible by 32 and number of frames that are divisible by 8 + 1 (e.g. 257). In case the resolution or number of frames are not divisible by 32 or 8 + 1, the input will be padded with -1 and then cropped to the desired resolution and number of frames.
|