Skip to content

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

Merged
AUTOMATIC1111 merged 1 commit intoAUTOMATIC1111:devfrom
imnodb:master
Feb 26, 2024
Merged

fix: the split_threshold parameter does not work when running Split oversized images#15006
AUTOMATIC1111 merged 1 commit intoAUTOMATIC1111:devfrom
imnodb:master

Conversation

@imnodb
Copy link
Copy Markdown
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
@AUTOMATIC1111
Copy link
Copy Markdown
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
Copy Markdown

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
ruchej pushed a commit to ruchej/stable-diffusion-webui that referenced this pull request Sep 30, 2024
fix: the `split_threshold` parameter does not work when running Split oversized images
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.

3 participants