amd / stable-diffusion-1.5_io16_amdgpu

huggingface.co
Total runs: 10
24-hour runs: -1
7-day runs: -7
30-day runs: -12
Model's Last Updated: April 04 2025
text-to-image

Introduction of stable-diffusion-1.5_io16_amdgpu

Model Details of stable-diffusion-1.5_io16_amdgpu

stable-diffusion-1.5 optimized for AMD GPU

Original Model

https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5

_io32/16

_io32: model input is fp32, model will convert the input to fp16, perform ops in fp16 and write the final result in fp32

_io16: model input is fp16, perform ops in fp16 and write the final result in fp16

Running
1. Using Amuse GUI Application

Use Amuse GUI application to run it: https://www.amuse-ai.com/ use _io32 model to run with Amuse application

2. Inference Demo

Use the code below to get started with the model.

With Python using Diffusers OnnxStableDiffusionPipeline

Required Modules

accelerate
numpy==1.26.4 # Due to newer version of numpy changing dtype when multiplying
diffusers
torch
transformers
onnxruntime-directml

Python Script

import onnxruntime as ort
from diffusers import OnnxStableDiffusionPipeline

model_dir = "D:\\Models\\stable-diffusion-v1-5_io32"

batch_size = 1
num_inference_steps = 30
image_size = 512
guidance_scale = 7.5
prompt = "a beautiful cabin in the mountains of Lake Tahoe"

ort.set_default_logger_severity(3)

sess_options = ort.SessionOptions()
sess_options.enable_mem_pattern = False

sess_options.add_free_dimension_override_by_name("unet_sample_batch", batch_size * 2)
sess_options.add_free_dimension_override_by_name("unet_sample_channels", 4)
sess_options.add_free_dimension_override_by_name("unet_sample_height", image_size // 8)
sess_options.add_free_dimension_override_by_name("unet_sample_width", image_size // 8)
sess_options.add_free_dimension_override_by_name("unet_time_batch", batch_size)
sess_options.add_free_dimension_override_by_name("unet_hidden_batch", batch_size * 2)
sess_options.add_free_dimension_override_by_name("unet_hidden_sequence", 77)

pipeline = OnnxStableDiffusionPipeline.from_pretrained(
    model_dir, provider="DmlExecutionProvider", sess_options=sess_options
)

result = pipeline(
        [prompt] * batch_size,
        num_inference_steps=num_inference_steps,
        callback=None,
        height=image_size,
        width=image_size,
        guidance_scale=guidance_scale,
        generator=None
    )

output_path = "output.png"
result.images[0].save(output_path)

print(f"Generated {output_path}")
Inference Results

image/png

Runs of amd stable-diffusion-1.5_io16_amdgpu on huggingface.co

10
Total runs
-1
24-hour runs
-1
3-day runs
-7
7-day runs
-12
30-day runs

More Information About stable-diffusion-1.5_io16_amdgpu huggingface.co Model

More stable-diffusion-1.5_io16_amdgpu license Visit here:

https://choosealicense.com/licenses/creativeml-openrail-m

stable-diffusion-1.5_io16_amdgpu huggingface.co

stable-diffusion-1.5_io16_amdgpu huggingface.co is an AI model on huggingface.co that provides stable-diffusion-1.5_io16_amdgpu's model effect (), which can be used instantly with this amd stable-diffusion-1.5_io16_amdgpu model. huggingface.co supports a free trial of the stable-diffusion-1.5_io16_amdgpu model, and also provides paid use of the stable-diffusion-1.5_io16_amdgpu. Support call stable-diffusion-1.5_io16_amdgpu model through api, including Node.js, Python, http.

stable-diffusion-1.5_io16_amdgpu huggingface.co Url

https://huggingface.co/amd/stable-diffusion-1.5_io16_amdgpu

amd stable-diffusion-1.5_io16_amdgpu online free

stable-diffusion-1.5_io16_amdgpu huggingface.co is an online trial and call api platform, which integrates stable-diffusion-1.5_io16_amdgpu's modeling effects, including api services, and provides a free online trial of stable-diffusion-1.5_io16_amdgpu, you can try stable-diffusion-1.5_io16_amdgpu online for free by clicking the link below.

amd stable-diffusion-1.5_io16_amdgpu online free url in huggingface.co:

https://huggingface.co/amd/stable-diffusion-1.5_io16_amdgpu

stable-diffusion-1.5_io16_amdgpu install

stable-diffusion-1.5_io16_amdgpu is an open source model from GitHub that offers a free installation service, and any user can find stable-diffusion-1.5_io16_amdgpu on GitHub to install. At the same time, huggingface.co provides the effect of stable-diffusion-1.5_io16_amdgpu install, users can directly use stable-diffusion-1.5_io16_amdgpu installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

stable-diffusion-1.5_io16_amdgpu install url in huggingface.co:

https://huggingface.co/amd/stable-diffusion-1.5_io16_amdgpu

Url of stable-diffusion-1.5_io16_amdgpu

stable-diffusion-1.5_io16_amdgpu huggingface.co Url

Provider of stable-diffusion-1.5_io16_amdgpu huggingface.co

amd
ORGANIZATIONS

Other API from amd

huggingface.co

Total runs: 118.1K
Run Growth: 71.8K
Growth Rate: 60.84%
Updated:April 14 2026
huggingface.co

Total runs: 90.0K
Run Growth: 64.9K
Growth Rate: 72.07%
Updated:April 01 2026
huggingface.co

Total runs: 7.8K
Run Growth: 1.9K
Growth Rate: 24.25%
Updated:August 12 2025
huggingface.co

Total runs: 7.3K
Run Growth: 400
Growth Rate: 5.51%
Updated:April 10 2026
huggingface.co

Total runs: 6.0K
Run Growth: 5.9K
Growth Rate: 99.82%
Updated:April 09 2026
huggingface.co

Total runs: 3.0K
Run Growth: -4.5K
Growth Rate: -148.15%
Updated:July 09 2025
huggingface.co

Total runs: 2.8K
Run Growth: 1.4K
Growth Rate: 52.25%
Updated:February 07 2026
huggingface.co

Total runs: 1.4K
Run Growth: -1.2K
Growth Rate: -83.48%
Updated:October 09 2024
huggingface.co

Total runs: 914
Run Growth: 512
Growth Rate: 56.02%
Updated:April 14 2026
huggingface.co

Total runs: 658
Run Growth: 425
Growth Rate: 64.59%
Updated:November 03 2025
huggingface.co

Total runs: 377
Run Growth: -29.9K
Growth Rate: -7930.50%
Updated:June 26 2025
huggingface.co

Total runs: 376
Run Growth: 199
Growth Rate: 53.49%
Updated:November 18 2025
huggingface.co

Total runs: 374
Run Growth: 85
Growth Rate: 22.73%
Updated:November 15 2025
huggingface.co

Total runs: 373
Run Growth: 220
Growth Rate: 58.98%
Updated:November 15 2025
huggingface.co

Total runs: 323
Run Growth: 239
Growth Rate: 70.50%
Updated:November 18 2025
huggingface.co

Total runs: 169
Run Growth: 102
Growth Rate: 60.36%
Updated:March 08 2025
huggingface.co

Total runs: 146
Run Growth: -122
Growth Rate: -83.56%
Updated:January 22 2026
huggingface.co

Total runs: 140
Run Growth: 11
Growth Rate: 7.86%
Updated:April 21 2026
huggingface.co

Total runs: 63
Run Growth: 51
Growth Rate: 80.95%
Updated:July 10 2025
huggingface.co

Total runs: 58
Run Growth: -95
Growth Rate: -163.79%
Updated:April 08 2026