Update README.md
Browse files
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 |
+
```
|