Closed ljleb closed 1 year ago
Any ETA on this fix?
5 minutes.
Amazing
Seems like it did not quite work. Now the resulting image is quite close to the expected result but there is still something wrong, [::1.1] and [::1.9] produce an almost identical image, whereas the difference is somewhat bigger when the extension is disabled.
This is because in the background the extension converts float steps to step indices no matter what. Will push a fix shortly.
I did test the feature a little bit. Except for a few cases I may have missed, the new syntax should work. You should also be able to use the previous syntax by checking the "use old prompt editing timelies" checkbox in the compatibility options.
After using it for quite some time, I do think it is working well now.
Fractional step values for hires prompt editing, i.e.
[wolf : dog : 1.5]
are broken by this extension. It does not prevent generation, but the values are cast to int and taken as step numbers, which is wrong.