git404hub

what is illyasviel-stable-diffusion-web-ui-amd- fr?

usedgranny/illyasviel-stable-diffusion-web-ui-amd- — explained in plain English

Analysis updated 2026-05-18

1PythonAudience · generalComplexity · 3/5Setup · moderate

tl;dr

A modified Stable Diffusion WebUI Forge setup that lets AMD graphics cards run image generation through DirectML instead of requiring an Nvidia CUDA card.

vibe map

mindmap
  root((SD WebUI AMD))
    What it does
      Runs Forge on AMD
      Uses DirectML
      No CUDA needed
    Tech stack
      Python
      PyTorch
      DirectML
    Use cases
      Run Stable Diffusion on AMD GPU
      Fix black image errors
      Pick config for your GPU
    Audience
      AMD GPU owners
      Hobbyist image generators

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Run Stable Diffusion WebUI Forge for image generation on an AMD graphics card without CUDA or ROCm.

VIBE 2

Pick between a faster configuration for newer RX 9000-series cards and a stability focused one for older cards.

VIBE 3

Fix black image or NaN output errors that some AMD cards hit when running image generation at lower precision.

what's the stack?

PythonPyTorchDirectMLStable Diffusion

how it stacks up fr

usedgranny/illyasviel-stable-diffusion-web-ui-amd-0xustaz/streamgatea-bissell/unleash-lite
Stars111
LanguagePythonPythonPython
Setup difficultymoderatehardhard
Complexity3/54/54/5
Audiencegeneraldeveloperresearcher

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires an AMD GPU and picking the correct one of two provided configs based on your card's generation.

No license is stated in the README, so default copyright applies and reuse permissions are unclear.

in plain english

This repository is a modified setup of Stable Diffusion WebUI Forge, an image generation tool, that lets it run on AMD graphics cards instead of the Nvidia cards it normally expects. Standard Forge builds rely on Nvidia's CUDA technology, so AMD users usually cannot run it out of the box. This project redirects that pipeline through Microsoft's DirectML instead, which means it needs neither CUDA nor AMD's own ROCm software to work. The author describes putting this together after sharing an early version on Reddit a couple of months earlier, then asking an AI to summarize the changes because they had forgotten the details. Practically, the setup swaps in a CPU only build of the underlying PyTorch library, since the actual graphics processing is instead handled by a separate package called torch directml. A launch flag routes image generation through that DirectML backend, and a startup check that normally requires an Nvidia card is adjusted so the app keeps running without one. Memory reporting is also patched so the app does not crash when it cannot read a real AMD card's memory the way it reads an Nvidia card's, though this means Forge's automatic memory management decisions are based on a placeholder number rather than the card's true available memory. Two versions are provided for different generations of AMD hardware. Newer RX 9000-series RDNA4 cards can use a faster configuration that runs most calculations in a lighter precision format while keeping one component in a heavier format for stability. Older or lower memory AMD cards use a fully heavier precision configuration instead, which is slower and uses more memory but avoids a known failure mode on some of these cards where images come out blank or broken under the lighter precision setting. There is no formal license file mentioned in the README, and the project is presented informally as a personal fix shared for other AMD users rather than a polished product.

prompts (copy fr)

prompt 1
Explain the difference between the two configurations in this repo and help me pick the right one for my AMD GPU.
prompt 2
Walk me through installing this AMD version of Stable Diffusion WebUI Forge on my machine.
prompt 3
Why might Forge's automatic memory offload decisions be inaccurate when running through this DirectML setup?
prompt 4
Help me troubleshoot black or broken images when running Stable Diffusion on my AMD card with this setup.

Frequently asked questions

what is illyasviel-stable-diffusion-web-ui-amd- fr?

A modified Stable Diffusion WebUI Forge setup that lets AMD graphics cards run image generation through DirectML instead of requiring an Nvidia CUDA card.

What language is illyasviel-stable-diffusion-web-ui-amd- written in?

Mainly Python. The stack also includes Python, PyTorch, DirectML.

What license does illyasviel-stable-diffusion-web-ui-amd- use?

No license is stated in the README, so default copyright applies and reuse permissions are unclear.

How hard is illyasviel-stable-diffusion-web-ui-amd- to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is illyasviel-stable-diffusion-web-ui-amd- for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.