投稿

7月 29, 2025の投稿を表示しています

stablediffusion 起動 エラー RuntimeError: Torch is not able to use GPU>やっと動く

対応 Loraの作成のために、TrainToolをインストールしてから変な挙動になったような気がする Generate生成を押しても画像が作成されずにすぐ、処理が終わる。画像が作成されてない。 >>>WebUIを起動するとエラー表示、DOSプロンプト venv "C:\Users\mased\app\AI\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: cf2772fab0af****(ここは念の為に隠す)***ca424f26e Traceback (most recent call last):   File "C:\Users\mased\app\AI\stable-diffusion-webui\launch.py", line 48, in <module>     main()   File "C:\Users\mased\app\AI\stable-diffusion-webui\launch.py", line 39, in main     prepare_environment()   File "C:\Users\mased\app\AI\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 続行するには何かキーを押してください . . . <<<ここまで Stable Diffusionの起動時に「RuntimeError: Torch is n...