| Pose | Output |
![]() | ![]() |
| Pose | Output |
![]() | ![]() |
| Canny | Output |
![]() | ![]() |
| HED | Output |
![]() | ![]() |
| Depth | Output |
![]() | ![]() |
Go to the VideoX-Fun repository for more details.
Please clone the VideoX-Fun repository and create the required directories:
# Clone the code
git clone https://github.com/aigc-apps/VideoX-Fun.git
# Enter VideoX-Fun's directory
cd VideoX-Fun
# Create model directories
mkdir -p models/Diffusion_Transformer
mkdir -p models/Personalized_Model
Then download the weights into models/Diffusion_Transformer and models/Personalized_Model.
📦 models/ ├── 📂 Diffusion_Transformer/ │ └── 📂 Z-Image-Turbo/ ├── 📂 Personalized_Model/ │ └── 📦 Z-Image-Turbo-Fun-Controlnet-Union.safetensors
Then run the file examples/z_image_fun/predict_t2i_control.py.