-
Notifications
You must be signed in to change notification settings - Fork 22
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
Feature(?) Enhancement/Request: Post-processing pipeline for Linux systems #20
Comments
Looking into manually installing the tools right now, but I have just noticed that, in the instructions, you talked about a file 'tools/README.txt' which supposedly includes information about the expected file structure in the tools folder, but the readme file stated does not exist anywhere, and the file is never pushed on any of the commits. |
Many many thanks for your notice that I found it was excluded due to typo in .gitignore 😥 |
Wonderful, I do have a windows machine so I can actually just use that instead for the pipeline. I will slowly attempt to see if I can get it working on Linux, though I am not too hopeful since I do see some commands in the python script that likely won't run on Linux. |
Thanks for any reports~ |
Manually downloaded only necessary files from this repo and tried to install the tool with the script. |
Oh, forgot, |
Fine... curl failed to download via |
Will test it out, I was just planning to also write down what extra modules needs to be installed into the python environment and list them out to be documented or sth. |
On Ubuntu, using a clean (I believe) python venv to run the postprocessor.py, the script would complaining about the not having following modules:
|
Good, I will add them to |
The GUI also doesn't work fully, below are errors I have discovered:
note for documentation: [on ubuntu], the executables(realesrgan and rife) need to have their permission set to allow execution otherwise it won't work either, ffmpeg is installed by 'apt install ffmpeg' and don't need to be in the 'tools' folder to work. |
Really appreciate your patience~ 🤗 |
No, thank you for your hard work, you're the one actually fixing all the problems. |
The current cmd scripts for the smoother video generation only works for Windows machine (as far as I can tell), All the tools involved for the process does seem to also be available for Linux (and Mac), thus it should in theory be possible to adapt the scripts to work for the other OS.
The text was updated successfully, but these errors were encountered: