new-sankaku / stable-diffusion-webui-simple-manga-maker

It is an Extension feature used in the WebUI for Stable Diffusion. You can create simple comics with it.
https://new-sankaku.github.io/SP-MangaEditer/
GNU General Public License v3.0
44 stars 5 forks source link

use pathlib to build paths #2

Closed kajuberdut closed 3 months ago

kajuberdut commented 3 months ago

This contains the change proposed in #1 to fix the path concatenation on Linux by using the built-in python library pathlib.

new-sankaku commented 3 months ago

Thank you so much for this PR. I'm not very familiar with Python, so your contribution is really helpful. I have merged it. If you notice any other issues in the future, I would be grateful if you could let me know.