thygate / stable-diffusion-webui-depthmap-script

High Resolution Depth Maps for Stable Diffusion WebUI
MIT License
1.65k stars 153 forks source link

Output PNGs? #430

Closed noobtoob4lyfe closed 4 weeks ago

noobtoob4lyfe commented 2 months ago

Firstly this tool is awesome! It would be really great if we could output a png sequence instead of an mp4 though. Basically I'm trying to output a left and right stereo pair with this wonderful in-painting, but I'm having to do a hacky workaround by using the "generate video" tab and setting it to "dolly" and only translating it on the x axis. It would be fantastic if there were a better way to output a stereo pair with this amazing inpainting.

semjon00 commented 4 weeks ago

@noobtoob4lyfe

You can use ffmpeg to split the video into frames and then do batch processing. Make sure to use a powerful model like ZoeDepth or Depth Anything, otherwise you will have a lot of jittering between frames.

Hope it helps (somebody)

semjon00 commented 4 weeks ago

Should document all this