Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dandere2x fixes for linux install and youtube guide #295

Open
NapoleonWils0n opened this issue Jun 19, 2023 · 0 comments
Open

dandere2x fixes for linux install and youtube guide #295

NapoleonWils0n opened this issue Jun 19, 2023 · 0 comments

Comments

@NapoleonWils0n
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant