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
1.45 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
phucleh2's picture
phucleh2
Update README.md
d9ad63d over 2 years ago
  • Examples
    Delete Examples/.DS_Store almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    1.65 kB
    Update README.md over 2 years ago
  • config.json
    1.21 kB
    Upload folder using huggingface_hub almost 3 years ago
  • diffusion_pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    1.45 GB
    xet
    Upload folder using huggingface_hub almost 3 years ago