Instructions to use phucleh2/controlnet_mask2cloth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use phucleh2/controlnet_mask2cloth with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("phucleh2/controlnet_mask2cloth") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
bcd64d3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7e439e835257c43abb6c3758fd187214fde541bb9f00d873fc167d81277ed48d
size 1445254969
|