新增了更多控制块和修复模式的控制模型已发布。
| 姿态 | 输出 |
![]() | ![]() |
| 姿态 | 输出 |
![]() | ![]() |
| 边缘检测 | 输出 |
![]() | ![]() |
| 边缘检测(HED) | 输出 |
![]() | ![]() |
| 深度图 | 输出 |
![]() | ![]() |
有关更多详细信息,请访问 VideoX-Fun 代码库。
请克隆 VideoX-Fun 代码库并创建所需的目录:
# 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然后将权重下载到 models/Diffusion_Transformer 和 models/Personalized_Model 中。
📦 models/
├── 📂 Diffusion_Transformer/
│ └── 📂 Z-Image-Turbo/
├── 📂 Personalized_Model/
│ └── 📦 Z-Image-Turbo-Fun-Controlnet-Union.safetensors然后运行文件 examples/z_image_fun/predict_t2i_control.py。