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

  • Log In
  • Sign Up

amd
/
stable-diffusion-xl-1.0_io32_amdgpu

Text-to-Image
Diffusers
ONNX
ORTStableDiffusionXLPipeline
Model card Files Files and versions
xet
Community
4

Instructions to use amd/stable-diffusion-xl-1.0_io32_amdgpu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use amd/stable-diffusion-xl-1.0_io32_amdgpu with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("amd/stable-diffusion-xl-1.0_io32_amdgpu", 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
stable-diffusion-xl-1.0_io32_amdgpu
Ctrl+K
Ctrl+K
  • 4 contributors
History: 21 commits
owenzhangzhengzhong's picture
owenzhangzhengzhong
kenlagos's picture
kenlagos
Upload 5 files (#4)
c10d154 verified 5 months ago
  • MXR
    Upload 5 files (#4) 5 months ago
  • scheduler
    Upload 19 files over 1 year ago
  • text_encoder
    Upload 19 files over 1 year ago
  • text_encoder_2
    Upload 19 files over 1 year ago
  • tokenizer
    SDXL 1.0 Base ONNX - DML over 1 year ago
  • tokenizer_2
    SDXL 1.0 Base ONNX - DML over 1 year ago
  • unet
    Update unet model data name to standard about 1 year ago
  • vae_decoder
    Upload 19 files over 1 year ago
  • vae_encoder
    Upload 19 files over 1 year ago
  • .gitattributes
    3.77 kB
    Upload 5 files (#4) 5 months ago
  • README.md
    1.21 kB
    Update README.md about 1 year ago
  • model_index.json
    899 Bytes
    Upload 19 files over 1 year ago
  • sample.bmp
    1.69 MB
    xet
    SDXL 1.0 Base ONNX - DML over 1 year ago
  • sampleImg-sdxl.png
    2.17 MB
    xet
    Upload sampleImg-sdxl.png over 1 year ago