> The easiest way is to run a Python HTTP server, but the memory usage is too high. We need a more lightweight solution, so I used xmlrpc for memory efficiency Doesn't XML-RPC operate over HTTP?
It does, but I used Flask previously for comparison, so I came to that conclusion.
Show HN: Offline sketch to image geneartor in a whiteboard
21–25 of 25 posts
Re: Show HN: Offline sketch to image geneartor in a whiteboard
#22Earlier quoted context omitted.
It does, but I used Flask previously for comparison, so I came to that conclusion.
It seems like you've already proved your conclusion false though if you ended up using an HTTP server anyway. The conclusion seems to be that Flask wasn't suitable for the task.
Re: Show HN: Offline sketch to image geneartor in a whiteboard
#23Minor typo: "Check You Email" should be "Check Your Email". Congrats on launch.
Re: Show HN: Offline sketch to image geneartor in a whiteboard
#24Re: Show HN: Offline sketch to image geneartor in a whiteboard
#25Earlier quoted context omitted.
To setup the Krita SD plugin, literally all you have to do is download it and import it into Krita. It installs the backend all by itself.
Hi, I found the Krita SD plugin docs here: https://www.interstice.cloud/plugin It seems it needs Docker to be installed? It might consume more power than running in a local Python environment. By the way, the plugin is great.