mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-04 19:49:01 +08:00
Windows+AMD - guide fix #1 https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/7870#discussioncomment-5011933
parent
c4cdc4c137
commit
9031a356d1
@ -9,9 +9,14 @@ make sure you have the modified repositories in `stable-diffusion-webui-directml
|
||||
* https://github.com/lshqqytiger/k-diffusion-directml/tree/master
|
||||
* https://github.com/lshqqytiger/stablediffusion-directml/tree/main
|
||||
|
||||
Place stable diffusion checkpoint (model.ckpt) in the models/Stable-diffusion directory, and double-click `webui-user.bat`. If you have 4-6gb vram, try adding these flags to `webui-user.bat` like so:
|
||||
(rename them to `k-diffusion` and `stable-diffusion-stability-ai`)
|
||||
Place any stable diffusion checkpoint (ckpt or safetensor) in the models/Stable-diffusion directory, and double-click `webui-user.bat`. If you have 4-6gb vram, try adding these flags to `webui-user.bat` like so:
|
||||
|
||||
`COMMANDLINE_ARGS=--opt-sub-quad-attention --lowvram`
|
||||
`COMMANDLINE_ARGS=--opt-sub-quad-attention --lowvram --disable-nan-check`
|
||||
|
||||
You can add --autolaunch to auto open the url for you.
|
||||
|
||||
If it looks like it is stuck when installing gfpgan or gfgan, press enter and it should continue.
|
||||
|
||||
(The rest **below are installation guides for linux** with rocm.)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user