EnvAI - AI-generated environmental maps & HDRIs

env-ai-logo

[ Open EnvAI ]

Ladies, gentlemen, aquatic mammals of high intelligence quotient,

If you ever seek HDRI environmental maps of more abstract colour palette than the realistic textures from places like polyhaven.com - look no further. I offer you today a repository of 100+ creative HDRI textures of all shapes and sizes - generated by a mixture of Stable Diffusion, Midjourney, and Super Resolution.


Text to Environment Map

prevew

Generate a custom environment map in SD / HD / HDRI formats from a text prompt. Currently focusing mostly on fantasy-related themes.


SD - HD - HDRI

evangelion-1.jpg
[ Open Evangelion-1 Preview ]

Every generated texture is available as in SD version (1024px), most are also ported to HD (2048px.) Additionally, you can download HDRI / IBL version of every texture to use with Three.RGBELoader as a source of light in the scene.


Usage

import { RGBELoader } from 'three/examples/jsm/loaders/RGBELoader';

const rgbeLoader = new RGBELoader();
const textureLoader = new THREE.TextureLoader();

scene.environment = rgbeLoader.load('./evangelion-1-HDR.hdr', texture => {
  texture.mapping = THREE.EquirectangularReflectionMapping;
});

scene.environment = textureLoader.load('./evangelion-1-HD.jpg', texture => {
  texture.mapping = THREE.EquirectangularRefractionMapping;
});

scene.fog = new THREE.FogExp2(0x68486a, 0.005);

API

List of all HDRI textures can be fetched directly via https://envmaps.wtlstudio.com/envmaps/index.json.


License

COO - free for personal and commercial use. See note on the website bottom right corner for details. Also explains how I attempt to ensure that the textures do not steal any artists’ work.


Updates

You can follow sporadic updates on the bird app:

https://twitter.com/thefrontendcat/status/1775999629374661036

https://twitter.com/thefrontendcat/status/1632154775344267265

Also check my original inspiration - BlockadeLabs.com :relieved:

15 Likes