Instructions to use ortal-le/controlnet-traffic-diffusion-xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ortal-le/controlnet-traffic-diffusion-xl with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("ortal-le/controlnet-traffic-diffusion-xl") pipe = StableDiffusionControlNetPipeline.from_pretrained( "stabilityai/stable-diffusion-xl-base-1.0", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
controlnet-ortal-le/controlnet-traffic-diffusion-xl
These are controlnet weights trained on stabilityai/stable-diffusion-xl-base-1.0 with new type of conditioning.
You can find some example images below.
prompt: The scene should reflect the cold and crisp atmosphere of a snowy day
prompt: The sky should be dark, scattered with stars that twinkle

- Downloads last month
- 2
Model tree for ortal-le/controlnet-traffic-diffusion-xl
Base model
stabilityai/stable-diffusion-xl-base-1.0