打开上面的SD WebUI Forge 项目地址,找到Windows一键安装包,下载解压 或者直接在浏览器打开如下链接下载: 代码语言:javascript 复制 https://github.com/lllyasviel/stable-diffusion-webui-forge/releases/download/latest/webui_forge_cu121_torch231.7z 如果下载比较慢的话请使用如下链接,或者自己搜GitHub代理加速下载...
File "D:\AI\webui_forge_cu121_torch231\system\python\lib\site-packages\gradio\route_utils.py", line 746, in simple_response await self.app(scope, receive, send) File "D:\AI\webui_forge_cu121_torch231\system\python\lib\site-packages\starlette\middleware\exceptions.py", line 79, incall...
I can only suppose that it is a torch version conflict, where thequant_cuda_fasterexpects a version of torch that is not the same one that is installed. I have the same issue here I executedpython -m torch.utils.collect_envin the context ofcmd_windows.bat, with the result bellow. It ...