-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multi prompting #102
Comments
Do you mean different frames in a video use different prompts? Or multiple prompts in a single prompt, with different weights? |
i have a video with different scenes, so i need to prompt every scene with different styles, is it maybe possible like this |
this would be nice |
@kasparovabi Our code does not support this function. Instead of using a global prompt Lines 435 to 441 in a348e0a
you can maintain a list prompt_list to fetch the prompt of the i-th frame, something like prompt_list[i] to replace cfg.prompt .
However, since our method renders the current frame based on its previous and the first frame, to get the best results, the input video should be better in only a single scene. |
is multi prompting possible?
The text was updated successfully, but these errors were encountered: