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 Settings
- Draw Things
- DiffusionBee
how to get clearly segmented foreground image?
#5
by embracellm - opened
which segmentation model do you use?
In this online webpage ( https://huggingface.co/spaces/BraUndress/inpaint-mask-maker ), you can upload an image, draw with a brush, then click the button to generate a mask, and finally download it
which segmentation model do you use?
We use internal segmentation models. You can use any open-sourced segmentation model in Huggginface.
ζζ ·εεΌθ‘£ζεθΈηοΌ
embracellm changed discussion status to closed
embracellm changed discussion status to open
embracellm changed discussion status to closed