Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check #112

Open
hotdogarea opened this issue Mar 13, 2024 · 5 comments

Comments

@hotdogarea
Copy link

image
image

how should i do?

@hotdogarea
Copy link
Author

image

@fychinesepjj
Copy link

你可以进入 X:\stable-diffusion-webui\venv 文件夹,这里有一个python版本,它内部安装了torch 版本是cpu版本,你删除env文件夹,修改launch.py源码,指定torch的安装是GPU版本,重新运行webui就行了,它会自动安装。
这个问题就是这个插件造成了,导致stable-diffusion都不能正常使用了

@fychinesepjj
Copy link

#86

@hotdogarea
Copy link
Author

hotdogarea commented Mar 14, 2024 via email

@jonk999
Copy link

jonk999 commented Apr 20, 2024

@hotdogarea are you able to provide more info on what you did to get it working? Example commands to run to uninstall and reinstall the correct versions as I'm not familiar with what commands need to be run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@fychinesepjj @hotdogarea @jonk999 and others