Skip to content

Kahsolt/Cubemap-Tiling

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cubemap-Tiling

Stable Diffusion Cubemap Tiling

⚠ Not complete ⚠

The cubemap output order:

'''
latent tensor:
    +---+---+---+
    | S | E | N |   S-front, E-right, N-back 
    +---+---+---+
    | B | T | W |   B-bottom, T-top, W-left
    +---+---+---+
cubemap box: (note tiles are drew on outer side of the box)
        +---+
        | T |
    +---+---+---+---+
    | W | S | E | N |
    +---+---+---+---+
        | B |
        +---+
'''

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%