Skip to content
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

fix: the split_threshold parameter does not work when running Split oversized images #15006

Merged
merged 1 commit into from Feb 26, 2024

Conversation

imnodb
Copy link
Contributor

@imnodb imnodb commented Feb 23, 2024

Description

if ratio >= 1.0 and ratio > split_threshold:
The and here should be or

Checklist:

@AUTOMATIC1111 AUTOMATIC1111 merged commit 2b7ddcb into AUTOMATIC1111:dev Feb 26, 2024
3 checks passed
@AUTOMATIC1111
Copy link
Owner

Yeah my bad, it was if A and B: do thing and I incorrectly inversed the condition as if not A and not B: return.

AUTOMATIC1111 added a commit that referenced this pull request Feb 26, 2024
fix: the `split_threshold` parameter does not work when running Split oversized images
@xmattar
Copy link

xmattar commented Mar 8, 2024

do u know how i can load up this version of the webui? the new version bonked itself on the head

@pawel665j pawel665j mentioned this pull request Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants