rewbs / sd-parseq

Parameter sequencer for Stable Diffusion
https://sd-parseq.web.app/
MIT License
358 stars 39 forks source link

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 #181

Open rewbs opened 1 year ago

rewbs commented 1 year ago

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