-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Selection tool resize handles not working. #277
Comments
Should be fixed with #276. Hope this project is still alive. |
Same, probably the best current implementation of outpainting that exists. Invoke is painful, A1111's outpaint script is... well, useless nearly. The other outpainting web project is closed source. Krita's SD plugins constantly break. So yeah, props to the Dev on this. |
I do not even get something useful inpaintinted in Krita SD, even though its a very nice implemented plugin. @irldoggo, can you please verify that this commit fixes the issue for you? |
Has your branch been merged? I am not too sure how to pull a PR manually. Unless I just clone your repo? @Hangover3832 |
It has not been merged yet. Best is to clone https://github.com/Hangover3832/openOutpaint.git into a new location. GitHub Desktop makes it easy to switch to the branch "mask_blur_fix". |
I am a commandline boy. Haha, Ill test it out and report back. |
@Hangover3832 So it does seem that my initial problem is fixed with your commit, nice job! Though is the behavior supposed to be that when you resize one handle it mirrors the motion on the opposite side? This happens when mirror selection is enabled or disabled. EDIT: Yeah it seems like mirror selection is permanently on or something. |
I cannot reproduce the mirroring issue, neither in firefox nor in edge. Unless you resize the selection to the opposite side, in whitch case mirroring of course is expected and desired. |
Hmm. I tried it in Brave and in firefox. With mirroring off, If I drag the bottom left handle, and move it in one square for example, the handles on the right also move in a square. If that is how it's supposed to work, all good then. I just expected I could move one side closer to the other without the other moving. |
Ok, now I understand. I guess that is how it's supposed to work this way. You have to move the selection afterwards. |
I'll just hope that it can be a bit more intuitive in the future, haha. Thank you for your help. I'll close this issue then. |
Unless my PR does not get merged. |
enormous thanks to @Hangover3832 for the gracious fixes! yeah, this app/repo/project/toy definitely moves a lot slower these days because i'm kind of a disaster and catastrophe lol but definitely not dead yet ;) |
What happened?
When using the selection tool, if you have "Keep Aspect Ratio" unchecked you cannot resize the selection, it works if "Keep Aspect Ratio" is checked. The issue is repeatable on any browser, with and without browser extensions, using the standalone or the A1111 integrated version.
Steps to reproduce the problem
What should have happened?
It should resize!
Commit where the problem happens
latest
What platforms do you use to access openOutpaint?
Windows, Linux
What browsers do you use to access the UI ?
Mozilla Firefox, Google Chrome, Brave
Browser Extensions/Addons
I have run it with and without browser extensions. I even did a fresh install of Chrome to see if that would solve the issue. So extensions are not the issue.
AUTOMATIC1111 webUI Commandline Arguments
--api --listen --xformers --cors --allow-unsecure
Additional information
The resize handles work just fine if you have "Keep Aspect Ratio" selected. So I don't think there is a problem with interacting with the handles. This doesn't seem to be a browser or a platform issue.
The text was updated successfully, but these errors were encountered: