Add pipeline tag
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
library_name: pytorch
|
|
|
|
|
|
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
---
|
| 13 |
|
| 14 |
# OmniVAE Release Assets
|
|
@@ -142,4 +143,4 @@ training, inference, and evaluation commands.
|
|
| 142 |
|
| 143 |
The OmniVAE release assets are provided under the Apache-2.0 license. Some
|
| 144 |
metric packages and third-party components retain their original licenses; see
|
| 145 |
-
the corresponding source-code subdirectories in the GitHub repository.
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
library_name: pytorch
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
pipeline_tag: any-to-any
|
| 5 |
tags:
|
| 6 |
+
- omnivae
|
| 7 |
+
- audio-video
|
| 8 |
+
- vae
|
| 9 |
+
- t2av
|
| 10 |
+
- diffusion
|
| 11 |
+
- synchronization
|
| 12 |
+
- multimodal-generation
|
| 13 |
---
|
| 14 |
|
| 15 |
# OmniVAE Release Assets
|
|
|
|
| 143 |
|
| 144 |
The OmniVAE release assets are provided under the Apache-2.0 license. Some
|
| 145 |
metric packages and third-party components retain their original licenses; see
|
| 146 |
+
the corresponding source-code subdirectories in the GitHub repository.
|