Instructions to use alibaba-pai/Z-Image-Turbo-Fun-Controlnet-Union-2.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- VideoX Fun
How to use alibaba-pai/Z-Image-Turbo-Fun-Controlnet-Union-2.1 with VideoX Fun:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
2.1 repo update.
#9
by enriquezaf - opened
Hi,
Thanks for retraining to fix the old version.
The github repo still need to accept the pull request with the fix into the main branch.
Local fetching workaround meanwhile:
# Clone the code
git clone https://github.com/aigc-apps/VideoX-Fun.git
# Enter VideoX-Fun's directory
cd VideoX-Fun
# Fetch pull request https://github.com/aigc-apps/VideoX-Fun/pull/404
git fetch origin pull/404/head:MAIN
git checkout MAIN
# Create model directories
mkdir -p models/Diffusion_Transformer
mkdir -p models/Personalized_Model
Only needed if you want to follow the examples on the repo with the new weights.
Yes, I haven't merged it in time or updated the README because I'm still testing. I'll do it as soon as possible. I just updated the VideoX-Fun code today.