I love Sequential Art. But I don't always have a stable connection (And it seems the author has some issues with his server every once in a while)... And my sight isn't as good as it used to be... So I made this... Please bear in mind that I made this for entertaining and educative purpose only. Consider supporting the author of this comic if you like his work.
Just edit the config.json file if you want to play around with the scripts...
- 0.1.0-alpha: First release
- Model links EDSR_Tensorflow, TF-ESPCN, FSRCNN_Tensorflow, TF-LapSRN
For Python 3 installation, consult the following link
Once done, open a new terminal in the directory CuriosComicCrawler and type the following command to create the python virtual environment.
python -m venv .venvIn the same terminal, activate the .venv previously created as follow, or as shown in HowTo, and install the project's dependencies.
- Windows
.venv\Scripts\activate
pip install -U -r requirements.txt- Unix or MacOS
source .venv/bin/activate
pip install -U -r requirements.txtAs you saw in the Requirements section, I'm using pre-trained models. Be sure to put these in the data/models/ folder.
python3 downloadCC.py python3 upscaleCC.py