Instructions to use XLabs-AI/flux-controlnet-canny-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use XLabs-AI/flux-controlnet-canny-v3 with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("XLabs-AI/flux-controlnet-canny-v3") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Will this work with Web Forge UI
#13
by VeeP - opened
Can I drop the controlnet file in the Forge controlnet folders and it will work? ANSWERED IN THE PREVIOUS THREAD - NOT SUPPORTED WITH WEBFORGE
(flux-canny-controlnet-v3 works with ComfyUI) I have not tried it
Thanx
V
how do I delete this comment