Instructions to use XLabs-AI/flux-controlnet-canny-diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use XLabs-AI/flux-controlnet-canny-diffusers with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("XLabs-AI/flux-controlnet-canny-diffusers") pipe = StableDiffusionControlNetPipeline.from_pretrained( "black-forest-labs/FLUX.1-dev", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Andrey Laptev commited on
Commit ·
5eb93cf
1
Parent(s): fed0d96
remove transformers folder
Browse files
transformer/config.json → config.json
RENAMED
|
File without changes
|
transformer/diffusion_pytorch_model.safetensors → diffusion_pytorch_model.safetensors
RENAMED
|
File without changes
|