| Pose | Output |
![]() ![]() | ![]() |
| Pose | Output |
![]() ![]() | ![]() |
| Pose | Output |
![]() | ![]() |
| Pose | Output |
![]() | ![]() |
| Canny | Output |
![]() | ![]() |
| Canny | Output |
![]() | ![]() |
Go to VideoX-Fun repository for more details.
Please git clone VideoX-Fun and mkdirs.
# clone code
git clone https://github.com/aigc-apps/VideoX-Fun.git
# enter VideoX-Fun's dir
cd VideoX-Fun
# download weights
mkdir models/Diffusion_Transformer
mkdir models/Personalized_Model
Then download weights to models/Diffusion_Transformer and models/Personalized_Model.
📦 models/ ├── 📂 Diffusion_Transformer/ │ └── 📂 FLUX.2-dev/ ├── 📂 Personalized_Model/ │ └── "models/Personalized_Model/FLUX.2-dev-Fun-Controlnet-Union.safetensors"
Then run the file examples/flux2_fun/predict_t2i_control.py.