-
Notifications
You must be signed in to change notification settings - Fork 65
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
Prediction mode missing? #4
Comments
This may be what you're looking for. Change SEINE/sample_scripts/with_mask_sample.py Line 228 in 3795b24
|
@ExponentialML Thanks for your response. Using 'all' made the video look only very vaguely like the input image. A bit like img2img on high denoising strength. Is that to be expected? |
@quixot1c No problem. Yes, that's to be expected as it's essentially generating frames "on the go". If you want to generate it in an autoregressive manner, it's not yet implemented script wise. A makeshift, albeit slower way would be to generate a video based on one init frame, then use the last frame from the new generated video as the new first frame, rinse repeat, then join all the videos together. I have a custom script that works like this locally, but it's not quite ready to release at the moment as it's still in testing. |
Hi, thanks for your great work!
In the GIF in the readme an animation of Ironman can be seen. Under it the text "Prediction" is shown. However, when looking through the code I cannot find a way to enable this prediction mode. Is this code not available or am I missing something?
The text was updated successfully, but these errors were encountered: