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
98 stars 16 forks source link

Project Save - Does not maintain image resize/position. #18

Closed t-Ghost-t closed 6 months ago

t-Ghost-t commented 6 months ago

After resizing an image inside a panel, saving a project, and then loading the project, the image will reset to its default position.

new-sankaku commented 6 months ago

I confirmed the reproduction in my environment as well. However, it seems that it does not reproduce every time. It reappears when I do various operations... I'm doing a little research.

new-sankaku commented 6 months ago

Fixed a similar issue. A similar issue was reproduced using the following steps. 1.Add Panel

  1. Add multiple images
  2. Change the size of your web browser
  3. Execute Undo

Because the Canvas size added in 2 and the Canvas size when executing 4 were different, it is displayed in a reduced size.

I will wait for this issue to be reproduced.