You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Mate,
there are a couple of fixes that are needed to install dandere2x on linux
which i have documented in some notes on github and in a video on youtube
Hi Mate,
there are a couple of fixes that are needed to install dandere2x on linux
which i have documented in some notes on github and in a video on youtube
dandere linux fixes and install notes on github
Dandere2x linux fixes, install and usage youtube
Dandere2x ai video upscaler linux install and overview
i had to edit Block.cpp
vi dandere2x-master/dandere2x_cpp/plugins/block_plugins/Block.cpp
and add #include under Block.h
#include "Block.h" #include <cstdint>
also i had to edit the pyvenv.cfg
vi ~/.venv/pyvenv.cfg
and change include-system-site-packages = false
include-system-site-packages = false
to
include-system-site-packages = true
after that the install worked without any issues and i could upscale videos
great stuff keep up the good work mate
The text was updated successfully, but these errors were encountered: