radna commited on
Commit
8838f6a
·
verified ·
1 Parent(s): 2d20d51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  # Place this snippet on top of your Inference Code to download the model
2
 
3
  ```
@@ -10,4 +16,4 @@ snapshot_download(
10
  local_dir_use_symlinks=False,
11
  repo_type="model",
12
  )
13
- ```
 
1
+ ---
2
+ base_model:
3
+ - Lightricks/LTX-Video
4
+ pipeline_tag: image-to-video
5
+ library_name: diffusers
6
+ ---
7
  # Place this snippet on top of your Inference Code to download the model
8
 
9
  ```
 
16
  local_dir_use_symlinks=False,
17
  repo_type="model",
18
  )
19
+ ```