Text-to-Image
Diffusers
Safetensors
English
stable-diffusion-xl
stable-diffusion-xl-diffusers
controlnet
Instructions to use alimama-creative/EcomXL_controlnet_inpaint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alimama-creative/EcomXL_controlnet_inpaint with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("alimama-creative/EcomXL_controlnet_inpaint") pipe = StableDiffusionControlNetPipeline.from_pretrained( "stabilityai/stable-diffusion-xl-base-1.0", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
## License incompatibility: Apache-2.0 License VS OpenRAIL++ License
1
#9 opened 11 months ago
by
xixi126
可以使用comfyui加载吗
1
#8 opened over 1 year ago
by
aojiang
How to use it, is there a workflow?
#7 opened over 1 year ago
by
aidawanglion
About instance mask
#6 opened over 1 year ago
by
George0667
底模可以使用sdxl-lightning这种加速过的模型吗?
1
#4 opened almost 2 years ago
by
yinianlw
Prompt of example image.
1
#3 opened almost 2 years ago
by
PeiShan
Can show the way to train?
1
#2 opened almost 2 years ago
by
zzzzzzzxm