Text-to-Image
Diffusers
Safetensors
English
stable-diffusion-xl
stable-diffusion-xl-diffusers
controlnet
Instructions to use alimama-creative/EcomXL_controlnet_softedge with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alimama-creative/EcomXL_controlnet_softedge with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("alimama-creative/EcomXL_controlnet_softedge") pipe = StableDiffusionControlNetPipeline.from_pretrained( "stabilityai/stable-diffusion-xl-base-1.0", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
controlnet = ControlNetModel.from_pretrained("alimama-creative/EcomXL_controlnet_softedge")
pipe = StableDiffusionControlNetPipeline.from_pretrained(
"stabilityai/stable-diffusion-xl-base-1.0", controlnet=controlnet
)- Downloads last month
- 63
Model tree for alimama-creative/EcomXL_controlnet_softedge
Base model
stabilityai/stable-diffusion-xl-base-1.0Collection including alimama-creative/EcomXL_controlnet_softedge
Collection
2 items • Updated • 3











