stable-diffusion-videos
stable-diffusion-videos copied to clipboard
Add support for face restoration on each frame during generation.
Just like the upsample option but for face restoration using something like GFPGAN, RestoreFormer or similar models, this would allow us to just pass an argument to the walk function to fix faces instead of having to do it manually during the callback or as a post-processing step.