Provides a tab to display equirectangular images in interactive 3d-view.
 
 
 
 
Go to file
GeorgLegato b652341c40 trying 2023-03-26 19:57:37 +02:00
docs/assets ready for first beta-test with devs/powerusers 2023-03-05 23:35:51 +01:00
javascript trying 2023-03-26 19:57:37 +02:00
scripts trying 2023-03-26 19:57:37 +02:00
.gitignore fixes #5 2023-03-12 20:03:08 +01:00
LICENSE Initial commit 2023-03-05 17:11:11 +01:00
README.md Update README.md 2023-03-22 00:11:58 +01:00
style.css fix #3 fixed glitching layout in panorama tab 2023-03-13 03:06:08 +01:00

README.md

An extension for stable-diffusion-webui that integrates panorama views in to SD galleries, that lets you preview 360° spherical images, exactly Equirectangular and Cubemaps (Polyhedron net) ones.
Since version 0.3 the Tab is removed in favor of two simple button beloe of the gallery.

Example Result

https://user-images.githubusercontent.com/7210708/224517208-f355a6da-c170-4656-927e-a051fc1d9f40.mp4

Prompt:

"HDRI Panorama View of some nice room..."

Use correct ratio:

  • Equirectangular: 2:1, so like 1024x512
  • Polyhedron net (cubemap tiled): 4:3, like 1024x768

Click on Pano-Button once to get the panorama viewer, and click again to close the panorama viewer and switch back to the original gallery view.

image

image

Credits: Framework used: https://photo-sphere-viewer.js.org/ MIT-License, no liability, no warranty