Nicolas Draneil
Nicolas Draneil
Good idea to have a management interface. For now, it is not user-friendly to create/modify json files through SSH for end-users :) In other words, it would be great to...
Hello I got a VPS in scale way only to run ubuntu 16 with LXD and Oh surprise, it doesn't work ? What's going on ? # modprobe zfs modprobe:...
finally i fixed this issue by disabling another extension "sd-web-faceswap" which was in conflict together I guess.
same issue here, i got CUDA 12.1 on win11 and same error. I got no issue with roop or A1111 which uses also CUDA on same machine. On same machine,...
ok i'll try but i got a WSL/ubuntu on my win11, and i successfuly run refacer. it is using Cuda 12.1 also but the one of Ubuntu packages. ``` (.venv-refacer)...
thanks, i'm dowloading cuda 11.8 to test. About cuDnn, i don't have currently any version of it, i was not aware it is required.
same issue with CUDA 11.8 ``` (venv-refacer) C:\Users\xxx\IA\faceswap\refacer>echo %CUDA_PATH% C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 ``` CUDA 11.4 is only available for Windows 10 and i'm running Windows 11
Ok i followed your recommandation but still same issue with CUDA 11.4 and CuDnn8.2.4 ``` (venv-refacer) C:\Users\xxx\IA\faceswap\refacer>echo %CUDA_PATH% C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.4 (venv-refacer) C:\Users\xxx\IA\faceswap\refacer>python app.py Trying FFMPEG h264_nvenc encoder...
Same result:  For CuDnn i simply followed the install instructions, i copied CuDnn/bin to cuda11.4/bin, CuDnn/includes to Cuda11.4/includes and CuDnn/libs to Cuda11.4/lib
Ok i did a mistake, i m redoing it properly:  Still same issue