Error running stable-diffusion-webui bat file webui-user.bat

Viewing 3 reply threads
  • Author
    Posts
    • #10647

      Receiving the below error running the batch file webui-user.bat. Appreciate any help to resolve this error asap

      venv “C:\Users\siva.manickam\stable-diffusion-webui\venv\Scripts\Python.exe”
      Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
      Version: v1.7.0
      Commit hash: cf2772fab0af5573da775e7437e6acdca424f26e
      Traceback (most recent call last):
      File “C:\Users\siva.manickam\stable-diffusion-webui\launch.py”, line 48, in <module>
      main()
      File “C:\Users\siva.manickam\stable-diffusion-webui\launch.py”, line 39, in main
      prepare_environment()
      File “C:\Users\siva.manickam\stable-diffusion-webui\modules\launch_utils.py”, line 384, in prepare_environment
      raise RuntimeError(
      RuntimeError: Torch is not able to use GPU; add –skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check
      Press any key to continue . . .

    • #10649
      AvatarAndrew
      Keymaster

        Your machine doesn’t have an nvidia gpu card. you need or else it is very slow.

      • #10671

        Even after disabling GPU check, I’m still facing the same error

        @echo off

        set PYTHON=
        set GIT=
        set VENV_DIR=
        set COMMANDLINE_ARGS= –-skip-torch-cuda-test

        call webui.bat

      • #10695
        AvatarAndrew
        Keymaster

          The error message should be different with this argument. Can you post the full log from start?

      Viewing 3 reply threads
      • You must be logged in to reply to this topic.