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

Feature Request: Live Updates

KewkLW opened this issue · comments

commented

Ok, this one is really reaching in terms of the request, I know lol. It would be pretty amazing if we could combine the Parseq auto-upload with a Deforum feature that would force Deforum to check for changes in the config file and always use the most current version. That way if we see something we don't like starting to happen, we can change it.

Currently, I interrupt deforum, make my changes in Parseq and then resume deforum for them to apply.

So you'd like to change the config mid-render? Interesting idea! That's feasible but I wonder about reproducibility: IMHO it's important that each rendered result can be re-created if it's fed the same input. To achieve this with dynamic config changes mid-render, we'd need to persist some kind of re-playable log of config changes over time.

commented

hrm, might not need to be that complicated? What if, instead of a persistent log, or disregarding a replay feature, it just appends a schedule from that point on?