Diffusers
Safetensors
nielsr HF Staff commited on
Commit
550ec55
·
verified ·
1 Parent(s): 4bd7bc7

Add pipeline tag, library name, and link to code

Browse files

This 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.

Files changed (1) hide show
  1. README.md +4 -1
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://img.shields.io/badge/ResearchPaper-arXiv%20-b31b1b?logo=arxiv&logoColor=red)](https://arxiv.org/abs/2508.07981)
8
  [![](https://img.shields.io/badge/OmniEffects-Project_Page-blue?logo=googlechrome&logoColor=blue)](https://amap-ml.github.io/Omni-Effects.github.io/)
9
  [![HuggingFace](https://img.shields.io/badge/%F0%9F%A4%97%20OmniVFX-HuggingFace-yellow)](https://huggingface.co/datasets/GD-ML/Omni-VFX)
10
  [![HuggingFace](https://img.shields.io/badge/%F0%9F%A4%97%20OmniEffects-HuggingFace-yellow)](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://img.shields.io/badge/ResearchPaper-arXiv%20-b31b1b?logo=arxiv&logoColor=red)](https://arxiv.org/abs/2508.07981)
10
  [![](https://img.shields.io/badge/OmniEffects-Project_Page-blue?logo=googlechrome&logoColor=blue)](https://amap-ml.github.io/Omni-Effects.github.io/)
11
  [![HuggingFace](https://img.shields.io/badge/%F0%9F%A4%97%20OmniVFX-HuggingFace-yellow)](https://huggingface.co/datasets/GD-ML/Omni-VFX)
12
  [![HuggingFace](https://img.shields.io/badge/%F0%9F%A4%97%20OmniEffects-HuggingFace-yellow)](https://huggingface.co/GD-ML/Omni-Effects)
13
+ [![GitHub](https://img.shields.io/badge/GitHub-Code-blue?logo=github)](https://github.com/AMAP-ML/Omni-Effects)
14
 
15
  # 🔥 Updates
16