Stable Diffusion moves into Blender, rent-free
A Blender add-on that runs Stable Diffusion locally so you can generate, project, and re-style textures without leaving your 3D scene.

What it does Dream Textures embeds Stable Diffusion directly into Blender as a Python add-on. You type a prompt and get textures, concept art, or background assets back without exporting to a separate tool or waiting on a cloud service. It also handles inpainting, outpainting, AI upscaling, and a history system for recalling past generations.
The interesting bit The add-on doesn’t just generate flat images. It can project generated textures onto entire 3D scenes using depth information, and it plugs into Blender’s Cycles render passes to re-style animation frames. There’s also a “Seamless” option that tiles automatically, which is the kind of tedious manual work most artists would rather automate.
Key highlights
- Runs locally on CUDA or Apple Silicon GPUs (4GB+ VRAM recommended)
- “Project Dream Texture” maps AI output onto 3D geometry with depth awareness
- Node-based render engine integration for complex effects
- Cloud fallback via DreamStudio if your hardware can’t handle local inference
- macOS users beware: PyTorch dependencies may hit Gatekeeper quarantine issues
Caveats
- macOS installation requires manual
xattrcommands to un-quarantine PyTorch libraries - No Linux GPU guidance in the README; compatibility claims are limited to CUDA and Apple Silicon
- Troubleshooting relies heavily on community Discord and issue archaeology
Verdict Worth a look if you live in Blender and want to iterate on textures or concept art without context-switching to a browser. If you’re already comfortable with ComfyUI or Automatic1111 and don’t need 3D projection, this may feel like a narrower sandbox.