Open yinan7 opened 8 months ago
@yinan7 Could you do the following. In webui-user.bat
, in the line where you see set COMMANDLINE_ARGS
, add --precision full --no-half
, so it might look something like the following:
set COMMANDLINE_ARGS=--skip-torch-cuda-test --precision full --no-half
.
Because you are not using a GPU, you would also add the skip-torch-cuda-test
.
--precision full --no-half
Thanks! this is another PC,same issue. can be solved but the PC have AMD 5700xt GPU. Lapto hasn't tried yet by the way ,I want to know the GPU Has it helped the program? Thanks again!
@yinan7 Could you do the following. In
webui-user.bat
, in the line where you seeset COMMANDLINE_ARGS
, add--precision full --no-half
, so it might look something like the following:
set COMMANDLINE_ARGS=--skip-torch-cuda-test --precision full --no-half
.Because you are not using a GPU, you would also add the
skip-torch-cuda-test
.
test in laptop chrome error cmd stucked in 20min +
--precision full --no-half
Thanks! this is another PC,same issue. can be solved but the PC have AMD 5700xt GPU. Lapto hasn't tried yet by the way ,I want to know the GPU Has it helped the program? Thanks again!
in PC, look like GPU is not working in AI programing.GPU usage is less than 10% 70 percent of the CPU, when generating images
@yinan7 Could you do the following. In
webui-user.bat
, in the line where you seeset COMMANDLINE_ARGS
, add--precision full --no-half
, so it might look something like the following:set COMMANDLINE_ARGS=--skip-torch-cuda-test --precision full --no-half
. Because you are not using a GPU, you would also add theskip-torch-cuda-test
.test in laptop chrome error cmd stucked in 20min +
Can you add --no-gradio-queue
like so:
set COMMANDLINE_ARGS=--skip-torch-cuda-test --precision full --no-half --no-gradio-queue
Can you add
--no-gradio-queue
like so:set COMMANDLINE_ARGS=--skip-torch-cuda-test --precision full --no-half --no-gradio-queue
Thank you for your help. Trying to run that on laptop with no Nvidia card on board.
@chinmoy-gavini Thank you for your help,problem is fixed
Is there an existing issue for this?
What happened?
laptop installation ready,already can get in webui. but have RuntimeError: "addmm_implcpu" not implemented for 'Half'
Steps to reproduce the problem
laptop installation ready,(no GPU, torch windows intel cpu) already can get in webui.
What should have happened?
basic test
Sysinfo
win10 chrome
What browsers do you use to access the UI ?
Google Chrome
Console logs
Additional information
No response