Open AoeSyL opened 1 year ago
I got the same issus,I want to upgrade pytorch and cu,everything installed but crach.
I get the same bug, and I change pytorch 2.0.0 to torch1.13.1+cu117(I guess 1.x.x all works well), it works well.
i got the same issue, what should i do, bro.
Hello, I got the same issue. How to solve it please ?
Hello, I got the same issue. How to solve it please ?
Hi htaoruan,
I only changed my torch version: from version 2.0.0 to version 1.13.1 which seemed more stable.
Thank you for your answer. I tried torch version 2.0.0 and version 1.13.1, but still encountered an error
Is it the same error message ?
same error, anyone konw how to solve it?
hi, all brothers, I solve this bug by following steps, firstly uninstall your installed torch and torchvision, then input: pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117, and restart webui.sh, it is ok! wish my expericence helpful for you.
hi, all brothers, I solve this bug by following steps, firstly uninstall your installed torch and torchvision, then input: pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117, and restart webui.sh, it is ok! wish my expericence helpful for you.
ps: my gpu is 2080ti, nvidia-smi cmd shows cuda driver version is: 11.4, python version: 3.10.9. at begain, I firstly install pytorch 2.0.1, result shows wrong info as above described.
hi, all brothers, I solve this bug by following steps, firstly uninstall your installed torch and torchvision, then input: pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117, and restart webui.sh, it is ok! wish my expericence helpful for you.
tx bruh, it worked. ps: my gpu is a6000 cuda driver version is 11.4
你的环境配置什么的都没问题,你可以检查下你的torch引用的cuda和cudnn是否没有冲突,如果有解决就可以了
Is there an existing issue for this?
What happened?
RuntimeError: FIND was unable to find an engine to execute this computation Time taken: 0.05sTorch active/reserved: 2093/2106 MiB, Sys VRAM: 2960/15110 MiB (19.59%)
about some env info
CODE: stable-diffusion-webui branch: master GPU:NVIDIA T4
Tue Apr 11 15:48:32 2023
+-----------------------------------------------------------------------------+ | NVIDIA-SMI 460.91.03 Driver Version: 460.91.03 CUDA Version: 11.2 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | | | | MIG M. | |===============================+======================+======================| | 0 Tesla T4 On | 00000000:00:07.0 Off | 0 | | N/A 43C P0 26W / 70W | 2962MiB / 15109MiB | 0% Default | | | | N/A | +-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=============================================================================| | 0 N/A N/A 5664 C python 2959MiB | +-----------------------------------------------------------------------------+
Steps to reproduce the problem
What should have happened?
show image
Commit where the problem happens
22bcc7be428c94e9408f589966c2040187245d81
What platforms do you use to access the UI ?
Linux
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
List of extensions
sd-3dmodel-loader
sd-webui-3d-open-pose-editor sd-webui-controlnet stable-diffusion-webui-chinese LDSR
Lora
ScuNET
SwinIR
prompt-bracket-checker
Console logs
Additional information
No response