novelai吧 关注:357,328贴子:1,723,785

回复:stable-diffusion报错求助

只看楼主收藏回复

改用python310


IP属地:重庆16楼2022-10-29 12:37
回复
    pytorch1.12.1版本不兼容旧的cuda11.3,下最新的cuda


    IP属地:广东来自Android客户端17楼2022-10-29 15:27
    回复
      一样的问题,Git上有issue https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/704,是跟anaconda有关吗?


      IP属地:广东18楼2022-11-01 20:16
      回复
        python要重装为3.10.6版。
        官网指南github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies上面的要求


        IP属地:广东19楼2022-11-02 01:26
        回复
          torch-1.12.0+cu113目前只支持python 3.7-3.10 而你的python版本是3.11.0 最好是按照官网安装python 3.10.6


          IP属地:上海21楼2022-11-02 13:34
          回复
            python建议用3.10,目前torch不支持3.11


            IP属地:北京22楼2022-11-02 23:59
            收起回复
              cy


              IP属地:上海24楼2023-01-09 11:43
              回复
                python 3.11 卸载了,换成 python 3.10
                torch==1.12.1+cu113 换成 torch==1.13.1+cu117
                torchvision==0.13.1+cu113 换成 torchvision==0.14.1+cu117
                cu113都改 cu117
                顺便吐槽下 python 版本乱的屎一样 ,真不想用这玩意
                每次下了一大堆 才跟我说不兼容 我特么


                IP属地:广东25楼2023-01-18 18:54
                收起回复
                  Python 3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]
                  Commit hash: 0cc0ee1bcb4c24a8c9715f66cede06601bfc00c8
                  Installing torch and torchvision
                  /home/kensir/stable-diffusion-webui/venv/bin/python3: No module named pip
                  Traceback (most recent call last):
                  File "/home/kensir/stable-diffusion-webui/launch.py", line 360, in <module>
                  prepare_environment()
                  File "/home/kensir/stable-diffusion-webui/launch.py", line 269, in prepare_environment
                  run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True)
                  File "/home/kensir/stable-diffusion-webui/launch.py", line 89, in run
                  raise RuntimeError(f"""{errdesc or 'Error running command'}.
                  RuntimeError: Couldn't install torch.
                  Command: "/home/kensir/stable-diffusion-webui/venv/bin/python3" -m pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117
                  Error code: 1


                  IP属地:河南26楼2023-03-06 15:39
                  收起回复
                    解决了吗


                    IP属地:山东来自iPhone客户端27楼2023-03-17 14:56
                    回复
                      楼主参考这篇文章∶https://www.zhihu.com/question/577067020/answer/2934254101


                      IP属地:山东来自iPhone客户端28楼2023-03-17 14:59
                      收起回复
                        看上去是环境没装好的问题


                        IP属地:四川29楼2023-03-17 15:00
                        回复
                          同问


                          IP属地:黑龙江来自Android客户端30楼2024-02-18 23:47
                          回复
                            好久没人回复了,不知道大家都解决没。。。我也遇到了这个问题,我一番搜索,搜索到这个教程 https://blog.csdn.net/libaiup/article/details/138896703 里面说要安装各种依赖,安装依赖后,解决了。
                            其次,下载安装Stable Diffusion WebUI的依赖项:
                            cd stable-diffusion-webui
                            pip install -r requirements_versions.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
                            pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple


                            IP属地:河北31楼2025-04-01 19:26
                            回复
                              楼主用的4K显示器!


                              IP属地:山东32楼2025-04-01 21:32
                              回复