Add pipeline tag, library name, and link to code
Browse filesThis PR improves the model card by:
- Adding the `pipeline_tag: image-to-video`, which helps users discover the model via the Hub's pipeline filters (https://huggingface.co/models?pipeline_tag=image-to-video).
- Adding the `library_name: diffusers`, enabling the "how to use" widget on the model page.
- Adding an explicit link to the GitHub code repository.
README.md
CHANGED
|
@@ -1,13 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
-
# *Omni-Effects*: Unified and Spatially-Controllable Visual Effects Generation
|
| 5 |
|
|
|
|
| 6 |
|
| 7 |
[](https://arxiv.org/abs/2508.07981)
|
| 8 |
[](https://amap-ml.github.io/Omni-Effects.github.io/)
|
| 9 |
[](https://huggingface.co/datasets/GD-ML/Omni-VFX)
|
| 10 |
[](https://huggingface.co/GD-ML/Omni-Effects)
|
|
|
|
| 11 |
|
| 12 |
# 🔥 Updates
|
| 13 |
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
pipeline_tag: image-to-video
|
| 4 |
+
library_name: diffusers
|
| 5 |
---
|
|
|
|
| 6 |
|
| 7 |
+
# *Omni-Effects*: Unified and Spatially-Controllable Visual Effects Generation
|
| 8 |
|
| 9 |
[](https://arxiv.org/abs/2508.07981)
|
| 10 |
[](https://amap-ml.github.io/Omni-Effects.github.io/)
|
| 11 |
[](https://huggingface.co/datasets/GD-ML/Omni-VFX)
|
| 12 |
[](https://huggingface.co/GD-ML/Omni-Effects)
|
| 13 |
+
[](https://github.com/AMAP-ML/Omni-Effects)
|
| 14 |
|
| 15 |
# 🔥 Updates
|
| 16 |
|