torrinworx / Cozy-Auto-Texture

A Blender add-on for generating free textures using the Stable Diffusion AI text to image model.
GNU General Public License v3.0
105 stars 6 forks source link

Improvements and new features #8

Open torrinworx opened 2 years ago

torrinworx commented 2 years ago

Other:

torrinworx commented 2 years ago

Apparently Displacement is "real depth" and Normal maps are "fake depth", I think we should eventually add the capability to create both from the SD images.

torrinworx commented 2 years ago

Found this: https://cpetry.github.io/NormalMap-Online/

Code for this site is found here: https://github.com/cpetry/NormalMap-Online/

It's a static website written in JavaScript, HTML, and CSS. Might have trouble converting the JavaScript to Python for our purposes.

torrinworx commented 2 years ago

Good reference for all the types of texture files: https://help.poliigon.com/en/articles/1712652-what-are-the-different-texture-maps-for

torrinworx commented 2 years ago

Investigate using this version of Stable Diffusion which supports tiling: https://github.com/lstein/stable-diffusion

Perhaps prepare a zipped version of it that can be downloaded instead of the current raw version, this might also cut out the need for the Diffusers and Transformers Library that adds a lot of bloat to the Python dependency instillation.