nvidia-smitorch 的 MPS 版本Stable Diffusion 对 Python 版本很敏感:
查看版本:
python --versionwebui-user.bat 报错常见错误:
Torch not compiled with CUDACould not find a versionNo module named xxxx解决步骤:
set PYTHON=python3.10webui-user.bat --skip-torch-cuda-test --precision full --no-half典型报错:
Connection timed outReadTimeoutError解决办法:
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simplepip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple报错示例:
CUDA out of memory解决:
--medvram
--lowvram
--xformerssd-v1-5-prunedfp16 full常见问题:
torch version mismatch建议:
embedded python你可以对照:
请把以下任一内容发我:
我可以直接告诉你是哪一行出错 + 怎么改。