Datasets:

Modalities:
Video
ArXiv:
Libraries:
Datasets
License:
Dataset Viewer
Auto-converted to Parquet
Search is not available for this dataset
video
video
label
class label
50 classes
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
03D-Cartoon
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
1Angry-face
End of preview. Expand in Data Studio

Omni-Effects: Unified and Spatially-Controllable Visual Effects Generation

HuggingFace HuggingFace

๐Ÿ”ฅ Updates

  • [2025/08] We release the CogVideoX-1.5 finetuned on our Omni-VFX dataset !
  • [2025/08] We release the controllable single-VFX/Multi-VFX version of Omni-Effects!

๐Ÿ“ฃ Overview

Visual effects (VFX) are essential visual enhancements fundamental to modern cinematic production. Although video generation models offer cost-efficient solutions for VFX production, current methods are constrained by per-effect LoRA training, which limits generation to single effects. This fundamental limitation impedes applications that require spatially controllable composite effects, i.e., the concurrent generation of multiple effects at designated locations. However, integrating diverse effects into a unified framework faces major challenges: interference from effect variations and spatial uncontrollability during multi-VFX joint training. To tackle these challenges, we propose Omni-Effects, a first unified framework capable of generating prompt-guided effects and spatially controllable composite effects. The core of our framework comprises two key innovations: (1) LoRA-based Mixture of Experts (LoRA-MoE), which employs a group of expert LoRAs, integrating diverse effects within a unified model while effectively mitigating cross-task interference. (2) Spatial-Aware Prompt (SAP) incorporates spatial mask information into the text token, enabling precise spatial control. Furthermore, we introduce an Independent-Information Flow (IIF) module integrated within the SAP, isolating the control signals corresponding to individual effects to prevent any unwanted blending. To facilitate this research, we construct a comprehensive VFX dataset Omni-VFX via a novel data collection pipeline combining image editing and First-Last Frame-to-Video (FLF2V) synthesis, and introduce a dedicated VFX evaluation framework for validating model performance. Extensive experiments demonstrate that Omni-Effects achieves precise spatial control and diverse effect generation, enabling users to specify both the category and location of desired effects.

๐Ÿ”จ Installation

git clone https://github.com/AMAP-ML/Omni-Effects.git
cd Omni-Effects

conda create -n OmniEffects python=3.10.14
pip install -r requirements.txt

Download checkpoints from HuggingFace and put it in checkpoints.

๐Ÿ”ง Usage

Omni-VFX dataset and prompt-guided VFX

We have released the most comprehensive VFX dataset currently available on HuggingFace. The dataset primarily consists of three sources: assets from Open-VFX dataset, distillations of VFX provided by Remade-AI, and VFX videos created using FLF2V. Due to copyright restrictions, a small portion of the videos cannot be publicly shared. Additionally, we provide the CogVideoX1.5 model, fine-tuned on our Omni-VFX dataset. This model enables prompt-guided VFX video generation. The prompts are refered to VFX-prompts.txt.

sh scripts/prompt_guided_VFX.sh # modify the prompt and input image

SPA-guided spatially controllable VFX

Current SPA-guided spatially controllable VFX supports controllable "Melt it", "Levitate it", "Explode it", "Turn it into anime style" and "Change the setting to a winter scene".

Single-VFX

sh scripts/inference_omnieffects_singleVFX.sh

Multi-VFX

sh scripts/inference_omnieffects_multiVFX.sh

๐Ÿ“Š Quantitative Results

Omni-Effects achieves precise spatial control in visual effects generation.

Acknowledgement

We would like to thank the authors of CogVideoX, EasyControl and VFXCreator for their outstanding work.

Citation

@misc{mao2025omnieffects,
      title={Omni-Effects: Unified and Spatially-Controllable Visual Effects Generation}, 
      author={Fangyuan Mao and Aiming Hao and Jintao Chen and Dongxia Liu and Xiaokun Feng and Jiashu Zhu and Meiqi Wu and Chubin Chen and Jiahong Wu and Xiangxiang Chu},
      year={2025},
      eprint={2508.07981},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}
Downloads last month
807