IOPaint icon indicating copy to clipboard operation
IOPaint copied to clipboard

Runs 1/2 speed on 4090 with CU113.

Open bbecausereasonss opened this issue 2 years ago • 1 comments

Hey there, Automatic1111's has similar issue the fix is to update the CU113 Pytorch to CU116, and then update some DLL's.

Not sure how to do it with this distro but on my 4090 I only get about 3-4 it/s should be 7-8

torch_command = os.environ.get('TORCH_COMMAND', "pip install torch torchvision --extra-index-url https://download.pytorch.org/whl/cu116")

bbecausereasonss avatar Dec 14 '22 20:12 bbecausereasonss

If you are using the window installer, you can try change win_config.bat file, and rerun win_config.bat

conda install -y cudatoolkit=11.6 -c conda-forge -c nvidia
pip install torch==1.13.0 --extra-index-url https://download.pytorch.org/whl/cu116

Sanster avatar Dec 15 '22 03:12 Sanster