ofirbibi commited on
Commit
a6d59ee
·
verified ·
1 Parent(s): 0c43a96

License: Update link to model license instead of code license.

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ We provide a model for both text-to-video as well as image+text-to-video usecase
35
  ## Usage
36
 
37
  ### Direct use
38
- You can use the model for purposes under the [license](https://github.com/Lightricks/LTX-Video/blob/main/LICENSE)
39
 
40
  ### General tips:
41
  * 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.
 
35
  ## Usage
36
 
37
  ### Direct use
38
+ You can use the model for purposes under the [license](https://huggingface.co/Lightricks/LTX-Video/resolve/main/License.txt)
39
 
40
  ### General tips:
41
  * 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.