Instructions to use ortal-le/controlnet-traffic-diffusion-xl-new 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-new with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("ortal-le/controlnet-traffic-diffusion-xl-new") pipe = StableDiffusionControlNetPipeline.from_pretrained( "stabilityai/stable-diffusion-xl-base-1.0", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
controlnet-ortal-le/controlnet-traffic-diffusion-xl-new
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: A stop sign surrounded by a sky on a very cloudy day. The atmosphere should be thick with gray clouds. The weather conditions should evoke a sense of melancholic mood in the scene.
prompt: A stop sign on a rainy day, under a cloudy sky, with rain falling around

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