From 61d9c8693054dafe59c9416c415849f2e79e6751 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Mon, 30 Jan 2023 20:52:12 +0330 Subject: updated the readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9fa8d48..3d7ca34 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # magni magni takes a url and upscales all the images inside and returns a simple html page with the images embedded.
+ +```sh +HTTPS_PROXY=socks5h://127.0.0.1:9094 ./magni.py --url https://chapmanganato.com/manga-dt980702/chapter-184 +``` + +## Notes +* `magni` can use a socks5 proxy as is displayed in the above example.
+* currently the models we are using are not as effective. I should either fine ones that are specifically trained on greyscale images or just train some myself.
-- cgit v1.2.3