Open martin-neumann-gurus opened 2 months ago
I'm really sorry for replying late. From your logs, it seems that the script installed torchvision 0.19.0, which corresponds to pytorch version 2.4.0. However, pytorch 2.4.0 has the bug you mentioned in your screenshot: https://github.com/pytorch/pytorch/issues/131662
The win_config.bat
specifies the version of pytorch as torch==2.1.2 torchvision==0.16.2
. I'm not sure why the target version was not installed; it might be related to the dependencies of the plugins. Could you try removing that line in win_config.bat
and then install again?
@call iopaint install-plugins-packages
I removed that line but still get the same error. I found one more error right at the beginning of the script
Any solution to that?
I released a new version, iopaint==1.4.2
, which removes unnecessary plugin dependencies and splits the old win_config.bat file.
Please unzip the original zip again and download the three bat files mentioned above.
PyTorch currently has issues on Win11, related issue: https://github.com/pytorch/pytorch/issues/131662
Could you try manually downloading the DLL file from https://www.dllme.com/dll/files/libomp140_x86_64#google_vignette as mentioned in https://github.com/pytorch/pytorch/issues/131662#issuecomment-2252070078, and then copy it to the C:\Windows\System32 directory?
I have Windows 10 and with the new scripts I could get the installation to work. Now I need a manual and ideas of best practices to get all the features to work.
I tried to do for 3 times already the installation with the win_config.bat file, and I always get an error at the end. See image: