Create Animations using Img2Img- Stable Diffusion WebUI Tutorial

Hey Everyone in this video I have used Stable Diffusion’s Img2Img translation model for creating some amazing results You can check out the Inkpunk model from here: You can check out the Stable Diffusion webui from here: You must install ffmpeg for it to work *Code for extracting the frames from video using FFmpeg“ ffmpeg -i .\ -r 15 -qscale:v 2 -s 1920X1080 .\frames2\frame% *Code for stitching the images to a video* ffmpeg -y -r 15 -i frame% -c:v libx264 -s 896x512 I am open to new opportunities and connections you can connect with me via LinkedIn: You can check out my profile from here:
Back to Top