huchenlei / sd-webui-openpose-editor

Openpose editor for ControlNet. Full hand/face support.
MIT License
664 stars 66 forks source link

[Bug]: Openpose editor window very narrow, unable to enlarge #57

Closed SAC020 closed 11 months ago

SAC020 commented 11 months ago

Is there an existing issue for this?

What happened?

Openpose editor window very narrow, unable to enlarge

image

image

Steps to reproduce the problem

  1. Go to openpose controlnet
  2. Upload image, generate preview
  3. Press "Edit"
  4. Resulting preview window is skewed / narrow / unable to scale

What should have happened?

Open a readable window, square

Commit where the problem happens

webui: app=sd.next updated=2023-11-30 hash=c957a2fb controlnet: 10bd9b25 Wed Nov22 2023 05:43 openpose-editor: a3d13af7 Tue Nov21 2023 04:40

What browsers do you use to access the UI ?

No response

Command Line Arguments

None

Console logs

will be provided if needed

Browser logs

will be provided if needed

Additional information

No response

huchenlei commented 11 months ago

Are you using A1111 on Mobile? Currently the extension is not designed to work on mobile. Even if the screen is large enough (ipad), we have no touch gesture support. See also https://github.com/huchenlei/sd-webui-openpose-editor/issues/36.

I have not been convinced that it's worth the effort to implement mobile support, as majority of users use desktop to access the extension.

SAC020 commented 11 months ago

It is absolutely not on mobile, it is on a PC running Windows! @huchenlei

image

huchenlei commented 11 months ago

Seems like the css of ControlNet modal is overriden. You probably want to file an issue in SDNext repo.

SAC020 commented 11 months ago

Seems like the css of ControlNet modal is overriden. You probably want to file an issue in SDNext repo.

I have, but I am not sure the issue is clear, and I don't have the underlying knowledge to carry this conversation. Perhaps you and @vladmandic can clarify directly?

Link to the same issue in the SDNext repo: https://github.com/vladmandic/automatic/issues/2594

SAC020 commented 11 months ago

Any news on this? Thanks!