Instructions to use diffusers/controlnet-canny-sdxl-1.0-mid with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use diffusers/controlnet-canny-sdxl-1.0-mid with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("diffusers/controlnet-canny-sdxl-1.0-mid") pipe = StableDiffusionControlNetPipeline.from_pretrained( "stabilityai/stable-diffusion-xl-base-1.0", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
What are the images files for? (cann-medium-couple.png cann-medium-hf-ofice.png.. )
#4
by witchercher - opened
Why are they available for download, what are they used for? Do you have a workflow or a document related to these img files?
cann-medium-couple.png
cann-medium-hf-ofice.png
cann-medium-megatron.png
cann-medium-woman.png
witchercher changed discussion title from What are the images files for? n(cann-medium-couple.png cann-medium-hf-ofice.png cann-medium-megatron.png cann-medium-woman.png) to What are the images files for?
witchercher changed discussion title from What are the images files for? to What are the images files for? (cann-medium-couple.png
cann-medium-hf-ofice.png.. )