ljleb / prompt-fusion-extension

auto1111 webui extension for all sorts of prompt interpolations!
MIT License
268 stars 16 forks source link

Fractional step values for 1.6.0 hires prompt editing does not work #62

Closed ljleb closed 1 year ago

ljleb commented 1 year ago

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.

SirVeggie commented 1 year ago

Any ETA on this fix?

ljleb commented 1 year ago

5 minutes.

SirVeggie commented 1 year ago

Amazing

SirVeggie commented 1 year ago

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.

ljleb commented 1 year ago

This is because in the background the extension converts float steps to step indices no matter what. Will push a fix shortly.

ljleb commented 1 year ago

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.

SirVeggie commented 12 months ago

After using it for quite some time, I do think it is working well now.