amd / stable-diffusion-1.5_io32_amdgpu

huggingface.co
Total runs: 31
24-hour runs: 1
7-day runs: 0
30-day runs: 19
Model's Last Updated: December 17 2025
text-to-image

Introduction of stable-diffusion-1.5_io32_amdgpu

Model Details of stable-diffusion-1.5_io32_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_io32_amdgpu on huggingface.co

31
Total runs
1
24-hour runs
3
3-day runs
0
7-day runs
19
30-day runs

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

More stable-diffusion-1.5_io32_amdgpu license Visit here:

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

stable-diffusion-1.5_io32_amdgpu huggingface.co

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

stable-diffusion-1.5_io32_amdgpu huggingface.co Url

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

amd stable-diffusion-1.5_io32_amdgpu online free

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

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

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

stable-diffusion-1.5_io32_amdgpu install

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

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

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

Url of stable-diffusion-1.5_io32_amdgpu

stable-diffusion-1.5_io32_amdgpu huggingface.co Url

Provider of stable-diffusion-1.5_io32_amdgpu huggingface.co

amd
ORGANIZATIONS

Other API from amd

huggingface.co

Total runs: 116.9K
Run Growth: 74.0K
Growth Rate: 63.27%
Updated:April 14 2026
huggingface.co

Total runs: 80.0K
Run Growth: 57.4K
Growth Rate: 71.79%
Updated:April 01 2026
huggingface.co

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

Total runs: 7.7K
Run Growth: 2.0K
Growth Rate: 25.63%
Updated:April 10 2026
huggingface.co

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

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

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

Total runs: 1.8K
Run Growth: 1.7K
Growth Rate: 95.13%
Updated:June 26 2025
huggingface.co

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

Total runs: 908
Run Growth: 483
Growth Rate: 53.19%
Updated:April 14 2026
huggingface.co

Total runs: 658
Run Growth: 436
Growth Rate: 66.26%
Updated:November 03 2025
huggingface.co

Total runs: 372
Run Growth: 195
Growth Rate: 52.42%
Updated:November 18 2025
huggingface.co

Total runs: 340
Run Growth: 243
Growth Rate: 71.47%
Updated:November 18 2025
huggingface.co

Total runs: 170
Run Growth: -119
Growth Rate: -70.00%
Updated:November 15 2025
huggingface.co

Total runs: 169
Run Growth: 16
Growth Rate: 9.47%
Updated:November 15 2025
huggingface.co

Total runs: 169
Run Growth: 61
Growth Rate: 36.09%
Updated:March 08 2025
huggingface.co

Total runs: 147
Run Growth: -84
Growth Rate: -57.14%
Updated:January 22 2026
huggingface.co

Total runs: 129
Run Growth: 0
Growth Rate: 0.00%
Updated:April 21 2026
huggingface.co

Total runs: 64
Run Growth: 53
Growth Rate: 82.81%
Updated:July 10 2025
huggingface.co

Total runs: 58
Run Growth: -98
Growth Rate: -168.97%
Updated:April 08 2026