thygate / stable-diffusion-webui-depthmap-script

High Resolution Depth Maps for Stable Diffusion WebUI
MIT License
1.71k stars 159 forks source link

[Feature Request] A way to export as Stereo cubemap or a VR180 jpg for viewing in VR headsets? #102

Open 311-code opened 1 year ago

311-code commented 1 year ago

Would love the ability to create a 180 Degree side by side image and view it in full 3D in Simple VR video player and with any VR headset, or even a VR180 video.

Edit: Or even an export as FBX option with the textures so we can import it into Unity for viewing Stable Diffusion environments in VR.

ghost commented 1 year ago

Soon as i saw that you can make side by side images I wondered if we can make 3d 180 VR environments with it. I suspect that we would need a very powerful pc though as the standard SD resolution is just 768x768 and that would not be good enough for a 180 degree.

jwvanderbeck commented 1 year ago

I've been trying to do something with these in Unity but struggling so far. I can bring the meshes in (Unity will import OBJs just fine) but trying to line up a projection on that geometry has failed miserably so far.