pinokiocomputer / pinokio

AI Browser
https://pinokio.computer
MIT License
3.69k stars 301 forks source link

Cuda is not installed. #57

Open mikheys opened 11 months ago

mikheys commented 11 months ago

Can't install facefusion with cuda. At first it shows that cuda is not installed, I click install, it installs, I click Ok, but the installer writes that cuda is not installed anyway. I tried reinstalling pinokio completely, deleted all directories. So far, nothing helps. Can you tell me how to fix it? In other applications installed not through pinokio cuda works. Nvidia 1080Ti, 2023-11-22_013352

2023-11-22_013208

zemanyak commented 11 months ago

Same here.

Pr0upin commented 11 months ago

Yes, I have this same exact issue

ColonelPanic-42 commented 10 months ago

Same with both 0.2.16 from Arch AUR and 1.0.15 AppImage, although it must have worked at some point (because I got FaceFusion installed) but trying to get Dreamtalk installed now and got stuck in this loop as well.

There might be a workaround to get stuff installed, assuming cuda is getting installed and works properly (haven't got that far yet to know), if you edit the install.js file and delete the GPU section in the requires array it won't check that cuda is installed image

xxxTRASHxxx971 commented 6 months ago

Does anyone know the solution to this problem yet? I can't find anywhere how to solve it.

forest-hermit commented 5 months ago

Same here.

sciencehope commented 4 months ago

After installing pinokio, try to install first the model you want. If it is not working, just delete bin folder inside pinokio installation directory. It work both on windows and linux (Tested on ubuntu 24.04) image

oleksandrhofner commented 3 weeks ago

I managed to solve it by manually installing all the components via terminal that were not installed automatically in the C:/pinokio/bin folder. Then I restarted the pinokio program, pinokio saw that there were changes in additional components, so pinokio tried to install them, but it didn't work. As a result, the problem was in libmamba-solver. So you need to open a terminal in the C:/pinokio/bin folder with Administrator rights and remove the libmamba-solver library using the conda remove conda-libmamba-solver command. Finally, you need to close the pinokio program completely, open it, and when you click download again selected script, the problem with cuda is solved. P.S. command for install cuda in C:/pinokio/bin folder: conda install -c conda-forge cudatoolkit conda install -c conda-forge cudnn