PulseAugur
EN
LIVE 19:55:34

User script boosts SDXL performance on older AMD GPUs

A user has developed a script to enable Stable Diffusion XL (SDXL) to run more efficiently on older AMD GPUs with 8GB of VRAM. The script bypasses the problematic DirectML backend on Windows, opting instead for native ROCm/HIP support. This optimization significantly reduces generation times from 3.5 seconds per iteration to 1.6 seconds and slashes VRAM usage by half, allowing the use of memory-saving GGUF models. AI

IMPACT Enables users with older AMD hardware to run advanced models more efficiently, potentially lowering the barrier to entry for AI image generation.

RANK_REASON User-developed script for optimizing existing hardware.

Read on r/StableDiffusion →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

COVERAGE [1]

  1. r/StableDiffusion TIER_2 English(EN) · /u/pedro_denovoo ·

    Running SDXL on an older 8GB AMD GPU on Windows? I built an automated script to ditch DirectML and use Native ROCm

    <!-- SC_OFF --><div class="md"><p>Let's be honest: running Stable Diffusion via DirectML on Windows is a disaster. It’s a nightmare to install correctly, the memory leaks are constant, and you are entirely locked out of modern memory-saving nodes like GGUF or FP8.</p> <p>I got ti…