Skip to content

Comments

fix upscale logic#16239

Merged
AUTOMATIC1111 merged 1 commit intodevfrom
fix-upscale-logic
Jul 20, 2024
Merged

fix upscale logic#16239
AUTOMATIC1111 merged 1 commit intodevfrom
fix-upscale-logic

Conversation

@w-e-w
Copy link
Collaborator

@w-e-w w-e-w commented Jul 19, 2024

Description

note the "infinite loop" description is incorrect

when using a Non-1x upscaller but if the Scale is set to 1x, there will be no check for the current image size, and will casue the upscale to loop until the max range 3 is reached

desired behavior

1x model 4x modle
1x scale run 1 time run 1 time
4x scale run 1 time run 1 time
8x scale run 1 time run 2 time

current behavior

1x model 4x modle
1x scale run 1 time run till max loop
4x scale run 1 time run 1 time
8x scale run 1 time run 2 time

this PR fix the 4x model + 1x scale -> run till max loop issue

Checklist:

@AUTOMATIC1111 AUTOMATIC1111 merged commit e09104a into dev Jul 20, 2024
@AUTOMATIC1111 AUTOMATIC1111 deleted the fix-upscale-logic branch July 20, 2024 08:41
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.

2 participants