ljleb / prompt-fusion-extension

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

interpolation of n-axes embeds tensor for prompt interpolation impl #13

Closed ljleb closed 1 year ago

ljleb commented 1 year ago

I changed tensor interpolation back to excluding last interpolation point (so no weird factors generated anymore when interpolating t). I think this makes more sense and in fact now we can still get values of t=1. if we use a smaller portion of the sampler steps to interpolate. What do you think @John-WL?

ljleb commented 1 year ago

As a side note, iiuc, it seems that it should be possible to return to the previous behavior by specifying the ending step - 1.

PladsElsker commented 1 year ago

@ljleb sure, I guess that should have been the default behaviour since the beginning