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

  • Log In
  • Sign Up

showlab
/
show-o

Any-to-Any
Diffusers
Safetensors
model_hub_mixin
pytorch_model_hub_mixin
Model card Files Files and versions
xet
Community
1

Instructions to use showlab/show-o with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use showlab/show-o with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("showlab/show-o", 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
show-o
5.79 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
Sierkinhane's picture
Sierkinhane
nielsr's picture
nielsr HF Staff
Add link to paper, improve formatting (#1)
c2c6f54 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    549 Bytes
    Add link to paper, improve formatting (#1) 11 months ago
  • config.json
    252 Bytes
    Upload Showo over 1 year ago
  • pytorch_model.safetensors
    5.79 GB
    xet
    Upload Showo over 1 year ago