ljleb / prompt-fusion-extension

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

Catmull #11

Closed ljleb closed 1 year ago

ljleb commented 1 year ago

I tested the parser against all the legacy syntax features and there seems to be a single case that we don't handle at the moment, which is to pass floats [0,1] to prompt editing constructs (on which they int(f*p.steps) to convert these values to steps)

I'm gonna fix in another branch as this needs relatively non-trivial code (one or two new parser non-terminals I think)