[POSSIBLE NEW INTEGRATION] I found a video generator much faster and also uses depthmap #414
Replies: 4 comments 1 reply
-
Also he developed https://github.com/BrokenSource/ShaderFlow It makes the depth images move with the music / sound |
Beta Was this translation helpful? Give feedback.
-
Thanks for reaching out to other projects for possible integrations @davidmartinrius ! ❤️ On the technical side of things, having my code base as a submodule can be troublesome, I'll need to scrap the idea of "skip cloning private submodules", which isn't standard at all on git. It's a non-essential feature but convenient for only me Feel free to reach me out @thygate for any feature requests and cleanup on my side, or wait for proper PyPI releases on me |
Beta Was this translation helpful? Give feedback.
-
Both projects are awesome! But I'm not sure how useful would an integration be - DepthFlow can be used conviniently as-is 🙂 |
Beta Was this translation helpful? Give feedback.
-
@Tremeschin Thanks for passing by! I would like to ask you one thing. If you've got time and interest, could you please take a look at my stereoimage generation code? Currently it is not geometrically accurate, and I hope that you may have the knowledge to fix it. The important part is this function, that takes the image and its depth, and for every row creates a polyline, where each dot has some deviation from its original position. The lines crucial for geometric accuracy are stable-diffusion-webui-depthmap-script/src/stereoimage_generation.py Lines 182 to 183 in 500ee72 coord_d is a dot priority when drawing, coord_x is the horizontal position of the dot.
I would be happy if you could help 🙂 |
Beta Was this translation helpful? Give feedback.
-
Hi everyone!
How are you doing?
I stopped using this extension because each 3d video requires a mesh and it is sooo slow to generate a mesh and then render a video.
I found a project that makes the same but much faster, with no need of a mesh. Also works with depth maps.
https://github.com/BrokenSource/DepthFlow
This extension is quick as lightning, I was amazed when I tried it.
I told this idea to integrate this to @Tremeschin in BrokenSource/DepthFlow#5 and he liked the idea.
Also, maybe it is easier to create a new extension from scratch starting from DepthFlow as a base.
What do you think about this @semjon00 @thygate ?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions