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

  • Log In
  • Sign Up

AlonzoLeeeooo
/
shape-guided-controlnet

Diffusers
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use AlonzoLeeeooo/shape-guided-controlnet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use AlonzoLeeeooo/shape-guided-controlnet with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("AlonzoLeeeooo/shape-guided-controlnet", 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
shape-guided-controlnet
13.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
AlonzoLeeeooo's picture
AlonzoLeeeooo
Update README.md
2cd309b verified over 1 year ago
  • annotators
    Upload 18 files over 1 year ago
  • assets
    Upload 3 files over 1 year ago
  • shape-guided-controlnet
    Upload 18 files over 1 year ago
  • stable-diffusion-v1.5
    Upload 18 files over 1 year ago
  • .gitattributes
    1.7 kB
    Upload 3 files over 1 year ago
  • README.md
    1.43 kB
    Update README.md over 1 year ago