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

  • Log In
  • Sign Up

alimama-creative
/
SD3-Controlnet-Inpainting

Text-to-Image
Diffusers
Safetensors
English
stable-diffusion
alimama-creative
Model card Files Files and versions
xet
Community
18

Instructions to use alimama-creative/SD3-Controlnet-Inpainting with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use alimama-creative/SD3-Controlnet-Inpainting with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("alimama-creative/SD3-Controlnet-Inpainting", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
SD3-Controlnet-Inpainting
Ctrl+K
Ctrl+K
  • 3 contributors
History: 48 commits
ljp's picture
ljp
Update README.md
c676336 verified over 1 year ago
  • images
    Upload 2 files over 1 year ago
  • .gitattributes
    2.62 kB
    Upload dog_result.png over 1 year ago
  • NOTICE.md
    11.9 kB
    Create NOTICE.md almost 2 years ago
  • README.md
    4.28 kB
    Update README.md over 1 year ago
  • config.json
    442 Bytes
    Update config.json over 1 year ago
  • diffusion_pytorch_model.safetensors
    4.16 GB
    xet
    fix checkpoint, ready to merge to diffusers almost 2 years ago
  • dog_result.png
    1.25 MB
    xet
    Upload dog_result.png over 1 year ago