qweasdd / manga-colorization-v2

121 stars 26 forks source link

Usage documentation #4

Open perara-chen opened 1 year ago

perara-chen commented 1 year ago

I just found this repo while looking for a tool to colorize mangas I read. Your tool helped me surprisingly. I could manage to colorize some pages. But it would be great if you could provide some documentations. So, people with very few Python and AI knowledge could fully use your great tool.

Thanks.

arthurwolf commented 10 months ago

@perara-chen how did you manage to use it? can you give some commands? what did you install first? what did you have to do to get it to work?

tyen0 commented 5 months ago

@arthurwolf Here is what I had to do beyond the readme based on ModuleNotFoundError when running python inference.py -p file.jpg pip install torch pip install torchvision pip install opencv-python

Only the last one was a little tricky since it asked for cv2 which is not a pip module

Misanthropik commented 2 months ago

to add to tyen0's answer here's what I had to do to make it work as of August/2024

pip install torchvision==0.18.1
pip install opencv-python
pip install matplotlib
pip install numpy==1.23