if3lc
if3lc
Thanks for the info :) Are all the files from the installation in this folders?
During this time I have uninstalled and reinstalled 4 times but I keep getting the same error.
Unfortunately I keep getting the same error in version 2.2.5.
I didn't have the files at the address you mentioned, after downloading the files and putting them in the relevant folders, the problem was fixed in the "Upscale Image" section,...
Thank you very much for your help :) I installed openssl but nothing changed, final result, https://app.warp.dev/block/jE5ocNvBovYIdPdSQheyq0
I changed it this way but unfortunately it didn't work for me, returning the result, https://app.warp.dev/block/prLRWO47oeS63Wzu9UqneW By the way, I'm having trouble with the "Restore Face" section.
Open install.sh with any text editing program, I use vscode and change the `python` command in line 124 to `python3` After editing, line 124 should look exactly like this. `ROOTDIR=$(python3...
You can use any text editor, just find this code, `ROOTDIR=$(python -c "from pathlib import Path; print(Path('${ROOTDIR}').expanduser().resolve())")` And change like this, `ROOTDIR=$(python3 -c "from pathlib import Path; print(Path('${ROOTDIR}').expanduser().resolve())")` You can...
Unfortunately I don't know much more about this, I hope someone can help you solve your problem.