zero01101 / openOutpaint

local offline javascript and html canvas outpainting gizmo for stable diffusion webUI API 🐠
MIT License
499 stars 43 forks source link

[Bug]: cropped options toolbox #187

Closed Raivshard closed 1 year ago

Raivshard commented 1 year ago

What happened?

the options toolbox is cropped off.

Steps to reproduce the problem

open the gear icon / config

What should have happened?

it should not be cropped

Commit where the problem happens

I have no idea where to find that information. All I have is the

What platforms do you use to access openOutpaint?

Windows

What browsers do you use to access the UI ?

Google Chrome

Browser Extensions/Addons

all the security extensions are disabled for the webUI. only free download manager has access

AUTOMATIC1111 webUI Commandline Arguments

--xformers --autolaunch --medvram --opt-split-attention --api --opt-channelslast --cors-allow-origins http://localhost:5173 --gradio-img2img-tool color-sketch --ckpt-dir

Additional information

https://i.imgur.com/Og182pT.png

zero01101 commented 1 year ago

hm, i know the config window code has given me a bit of grief getting it to size properly in the past, but i can't confirm that happening on chrome (nor firefox) 109 for win10x64 in either standalone nor extension; do you have a different browser you could check it in?

image

Raivshard commented 1 year ago

tested on Edge, which is chromium-based, and then firefox. same problem in edge, but it worked fine in firefox

seijihariki commented 1 year ago

Cannot really replicate the issue on chromium even with an abysmally small window size:

image

Can you tell us your browser version?

zero01101 commented 1 year ago

lol i was literally just about to post this image

Raivshard commented 1 year ago

Cannot really replicate the issue on chromium even with an abysmally small window size:

image

Can you tell us your browser version?

window size and browser version won't affect this, as it is specifically a scaling issue which occurs across many different apps when they are not streamlined for scaling

seijihariki commented 1 year ago

By scaling, do you mean this?

image

If so, would you mind giving us the zoom level you have?

zero01101 commented 1 year ago

ugh lmao i actually even tried doubling windows display scaling up to 200% and it was unpleasant but still no issue with config window :/

image

seijihariki commented 1 year ago

@Raivshard Check the new branch config-iface-overhaul. It should be more resistant against whatever is causing your issue.

seijihariki commented 1 year ago

As no updates were provided, will be closing this issue.