Replies: 2 comments 6 replies
-
hi drago87 1,Remove the other parameters |
Beta Was this translation helpful? Give feedback.
1 reply
-
Launching Web UI with arguments: --listen --skip-torch-cuda-test --precision full --no-half |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i have followed this quide How to use Stable Diffusion XL locally with AMD ROCm. With AUTOMATIC1111 WebUI and ComfyUI on Linux.
the only difference i did was
pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm5.7
(insted of the 5.6)and
pip3 install -r requirements_versions.txt
(instead of requirements.txt)The problem i have is that when i start it it seam to start fine but as soon as i try generate a image the GPU spikes to 99% and 53% VRAM nothing more happens. no error (that i can find) and stays there untill i close the terminal.
i can not stop it with ctrl+c
I have a RX 5700 XT 8GB
Beta Was this translation helpful? Give feedback.
All reactions