Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

phucleh2
/
controlnet_mask2cloth

Image-to-Image
Diffusers
English
controlnet
stable-diffusion
mask-to-cloth
Model card Files Files and versions
xet

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
controlnet_mask2cloth / Examples
98.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
phucleh2's picture
phucleh2
Delete Examples/.DS_Store
918e15f almost 3 years ago
  • mask1.jpg
    17.8 kB
    Upload 6 files almost 3 years ago
  • mask2.jpg
    21.6 kB
    Upload 6 files almost 3 years ago
  • mask3.jpg
    19.4 kB
    Upload 6 files almost 3 years ago
  • mask4.jpg
    19.7 kB
    Upload 6 files almost 3 years ago
  • mask5.jpg
    19.9 kB
    Upload 6 files almost 3 years ago