mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-24 05:10:18 +08:00
Notes for AMD
This commit is contained in:
parent
801ef2e3f0
commit
a00dbe95ef
16
README.md
16
README.md
@ -111,6 +111,22 @@ To serve with `https://` on Windows easily, use [Caddy](https://github.com/caddy
|
|||||||
caddy reverse-proxy --from localhost:443 --to localhost:8188 --tls self_signed
|
caddy reverse-proxy --from localhost:443 --to localhost:8188 --tls self_signed
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##### Notes for AMD Users
|
||||||
|
|
||||||
|
Until a workaround is found, specify these variables:
|
||||||
|
|
||||||
|
RDNA 3 (RX 7600 and later)
|
||||||
|
```shell
|
||||||
|
export HSA_OVERRIDE_GFX_VERSION=11.0.0
|
||||||
|
comfyui
|
||||||
|
```
|
||||||
|
|
||||||
|
RDNA 2 (RX 6600 and others)
|
||||||
|
```shell
|
||||||
|
export HSA_OVERRIDE_GFX_VERSION=10.3.0
|
||||||
|
comfyui
|
||||||
|
```
|
||||||
|
|
||||||
### Known Models
|
### Known Models
|
||||||
|
|
||||||
These models will be automatically downloaded when you queue prompts with workflows that use them:
|
These models will be automatically downloaded when you queue prompts with workflows that use them:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user