pj4533 / Pokora

A 100% Local AI Video Creation Platform using Stable Diffusion in a Native SwiftUI Interface
MIT License
49 stars 7 forks source link

Add settings per frame to Effect model #87

Open pj4533 opened 1 year ago

pj4533 commented 1 year ago

Currently the Effect model has a global seed, and start/end settings for strength. However, I think there is value in per frame settings for various things in an Effect. Could do more types of curves, random stuff, etc. Also, for generative effects, I think they like have a different seed each frame, and this should be stored with the Effect.

pj4533 commented 1 year ago

Possibly break this out into separate issues for seed and strength. The most important now is the generative seed, so that I can recreate the same effect. Right now generative gets a random seed each frame that isn't saved.