rewbs / sd-parseq

Parameter sequencer for Stable Diffusion

Home Page:https://sd-parseq.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: functions that use AST node state (e.g. recompute_if(), rand() with hold) don't work when used in prompts directly because the AST is rebuilt for every frame

rewbs opened this issue · comments

Need to either externalise node state or somehow re-use ASTs across prompts/frames.