Custom constants and variables #130
EmilioPlumed
started this conversation in
Ideas
Replies: 2 comments
-
Sounds like a good feature! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe the easiest way to do this would be with string replacements. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be extremely helpful to be able to define constants like pi, frames-per-second, or initial/final values for keyframe parameters and prompt weights.
Moreover, being able to condense expressions by definitions such as "sinwave=sin(2*pi*fps*t+ang_ini)" would also be very useful.
Granted, I have never used python and I don't know how hard it is to implement this.
Beta Was this translation helpful? Give feedback.
All reactions