rewbs / sd-parseq

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

Feature Request: Live Updates #218

Open KewkLW opened 12 months ago

KewkLW commented 12 months ago

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.

rewbs commented 11 months ago

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.

KewkLW commented 11 months ago

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?