You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and checked the recent builds/commits
What happened?
Scenario: Generating an image at 50 steps, 10 highres fix steps.
If the prompt includes [cat:frog :0.2], the word cat changes to frog at 10 step mark. However during highres fix stage instead of changing at 2 step mark, it changes at 10 steps as well.
Steps to reproduce the problem
prompt: [cat:frog :0.2]
steps 50
fix seed in place
generate image
enable highres fix at 10 steps, 0.6 denoise
generate another image
highres fix image is clearly more cat than the previous image
What should have happened?
When using percentage with prompt editing, it should be recalculated at the start of highres fix for the edit to occur in the correct position.
SirVeggie
changed the title
[Bug]: Prompt editing steps are wrong with separate highres fix steps
[Bug]: Prompt editing steps are wrong with separate hires fix steps
Feb 6, 2023
This is also technically not a bug so I've reworded this and swapped the issue label.
catboxanon
changed the title
[Bug]: Prompt editing steps are wrong with separate hires fix steps
Separate prompt editing steps in hires fix
Aug 8, 2023
#12350 has been superseded by #12457. That change will make this kind of irrelevant.
For what it's worth, though, the code as of now (without #12457) does recompute the hires schedule to account for hires steps, so the change for [:0.2] does occur 20% through, e.g. 2 steps with 10 hires steps. Therefore the original bug reported here seems to have been fixed at some point.
Is there an existing issue for this?
What happened?
Scenario: Generating an image at 50 steps, 10 highres fix steps.
If the prompt includes [cat:frog :0.2], the word cat changes to frog at 10 step mark. However during highres fix stage instead of changing at 2 step mark, it changes at 10 steps as well.
Steps to reproduce the problem
What should have happened?
When using percentage with prompt editing, it should be recalculated at the start of highres fix for the edit to occur in the correct position.
Commit where the problem happens
ff6a5bc
What platforms do you use to access UI ?
Windows
What browsers do you use to access the UI ?
Brave
Command Line Arguments
Additional information, context and logs
The text was updated successfully, but these errors were encountered: