rewbs / sd-parseq

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

Idea: Auto-Populate Prompt Titles into Keyframe Grid #206

Closed sashaagafonoff closed 1 year ago

sashaagafonoff commented 1 year ago

It might be useful to add a toggle-able column into the Keyframe Grid which shows the start of prompts at keyframes, and includes a) the prompt ID (eg "Prompt 12") and b) optionally an excerpt of x characters from the prompt text start. This would aid in checking that keyframes were aligned with prompt starts.

Prompt end frames could also be of use...

rewbs commented 1 year ago

Could you please take a look at https://github.com/rewbs/sd-parseq/pull/224 ? I think it comes close to what you are after.

sashaagafonoff commented 1 year ago

That’s really excellent - that will be a significant aid! Thank you!