Text-to-Image
Diffusers
Safetensors
stable-diffusion-xl
stable-diffusion-xl-diffusers
controlnet
diffusers-training
Instructions to use olduvai-jp/controlnet_xl_canny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use olduvai-jp/controlnet_xl_canny with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("olduvai-jp/controlnet_xl_canny") pipe = StableDiffusionControlNetPipeline.from_pretrained( "cagliostrolab/animagine-xl-3.1", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
controlnet-olduvai-jp/controlnet_xl_canny
These are controlnet weights trained on cagliostrolab/animagine-xl-3.1 with new type of conditioning.
Intended uses & limitations
How to use
# TODO: add an example code snippet for running this diffusion pipeline
Limitations and bias
[TODO: provide examples of latent issues and potential remediations]
Training details
[TODO: describe the data used to train the model]
- Downloads last month
- 9
Model tree for olduvai-jp/controlnet_xl_canny
Base model
stabilityai/stable-diffusion-xl-base-1.0 Finetuned
Linaqruf/animagine-xl-2.0 Finetuned
cagliostrolab/animagine-xl-3.0 Finetuned
cagliostrolab/animagine-xl-3.1