Open yacinesh opened 8 months ago
My GPU usage when generating
Do you have the never oom extension for unet enabled?
@Postmoderncaliban I don't even know what oom extension is
@yacinesh Did you run into any errors that you had to fix to get this to work? Several users are unable to run forgeui with an AMD GPU to begin with (me included, I get the same problem as in this issue https://github.com/lllyasviel/stable-diffusion-webui-forge/issues/381 )
For future readers, he's using these arguments in the webui-user.bat file according to sysinfo dump: --directml --skip-torch-cuda-test --always-normal-vram --skip-version-check
Task Manager is not going to show utilization of the GPU correctly by default for most ML processes, or at least that is the case with NVIDIA cards. The graph needs to be changed to Cuda
(dropdown next to the name of the graph) to show the utilization. I'm not sure if this the same for AMD cards though. You may need to use something like AMD System Monitor or GPU-Z instead.
@yacinesh Did you run into any errors that you had to fix to get this to work? Several users are unable to run forgeui with an AMD GPU to begin with (me included, I get the same problem as in this issue #381 )
For future readers, he's using these arguments in the webui-user.bat file according to sysinfo dump: --directml --skip-torch-cuda-test --always-normal-vram --skip-version-check
hi, I use AMD and can't get forge ui to work, I used the arguments you said and got " No module named 'torch_directml' ". any idea how to fix it?
on cmd :: go to forge folder , call venv\Scripts\activate.bat pip install torch_directml
on cmd :: go to forge folder , call venv\Scripts\activate.bat
system cannot find path specified why there has to be venv folder?
Checklist
What happened?
my AMD GPU doesn't use the 100% when use SDXL models while generating images
Steps to reproduce the problem
What should have happened?
should generate image using 100% of the gpu power
What browsers do you use to access the UI ?
No response
Sysinfo
sysinfo-2024-02-25-19-35.json
Console logs
Additional information
No response