Download Latest Version dream_textures-windows-cuda.7z (1.8 GB)
Email in envelope

Get an email when there's a new version of Dream Textures

Home / 0.3.0
Name Modified Size InfoDownloads / Week
Parent folder
dream_textures-windows-cuda.7z 2023-11-04 1.7 GB
dream_textures-macos-arm.zip 2023-11-04 688.8 MB
dream_textures-windows-directml.zip 2023-11-04 452.9 MB
README.md 2023-11-03 6.1 kB
v0.3.0 source code.tar.gz 2023-11-03 38.0 MB
v0.3.0 source code.zip 2023-11-03 38.1 MB
Totals: 6 Items   2.9 GB 0

This update adds support for SDXL, safetensors and ckpt files, a new API for extending Dream Textures with new backends, and more.

Choose Your Installation

Several versions are available. Find the one that will work for you.

Windows ### NVIDIA GPU * [Dream Textures for Windows \(CUDA\)](https://github.com/carson-katri/dream-textures/releases/download/0.3.0/dream_textures-windows-cuda.7z) - Local generation with NVIDIA CUDA * Due to file size limits on GitHub, the add-on ZIP file is contained in a 7-Zip archive. * Install [7-Zip](https://www.7-zip.org/), right click on the downloaded `dream_textures-windows-cuda.7z` archive, select "7-Zip" > "Extract Here" to get the `dream_textures-windows-cuda.zip` file. * In Blender preferences open "Add-ons" > "Install...", then choose the `dream_textures-windows-cuda.zip` file. > **Note** > If you get the error `ModuleNotFoundError: No module named '...'`, you will need to copy the files into Blender manually: > 1. Delete the dream textures folder here: `C:\Users\YOUR_USER\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\dream_textures` > 2. Manually unzip the add-on folder to that same path. After doing that there should be a file `__init__.py` in `C:\Users\YOUR_USER\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\dream_textures\__init__.py` > 3. Restart Blender ### AMD GPU * [Dream Textures for Windows \(DirectML\)](https://github.com/carson-katri/dream-textures/releases/download/0.3.0/dream_textures-windows-directml.zip) - Local generation with DirectX 12
macOS ### Apple Silicon (M1/M2) * [Dream Textures for Apple Silicon](https://github.com/carson-katri/dream-textures/releases/download/0.3.0/dream_textures-macos-arm.zip) - Local generation for Apple Silicon Macs ### Intel Dream Textures is not currently available for Intel Macs.
Linux Installation must be completed manually. Follow the instructions to [install manually](https://github.com/carson-katri/dream-textures/blob/main/docs/DEVELOPMENT_ENVIRONMENT.md) for more details.
Blender Market You can optionally purchase it for a small fee on Blender Market. > The version on Blender Market is identical to the free download available here. It is simply a way to support my work on this tool.

Setup

After installing the appropriate add-on ZIP file, enable the add-on and expand its preferences. There you will find further instructions for setup.

See the setup guide for more detailed instructions.

What's New

Stable Diffusion XL

Use the model stabilityai/stable-diffusion-xl-base-1.0 for higher resolution 1024x1024 images. Include the refiner model stabilityai/stable-diffusion-xl-refiner-1.0 to improve the results even further.

HD Texture Generation SDXL ControlNet Support
![brick](https://github.com/carson-katri/dream-textures/assets/13581484/ed02a74a-148d-4a28-a793-eafd7542da80) ![mossy_cliff](https://github.com/carson-katri/dream-textures/assets/13581484/2ea56582-1bdf-4048-a039-7a57f12ae265) ![stormtrooper_depth-sdxl](https://github.com/carson-katri/dream-textures/assets/13581484/67584fa4-fed4-4169-a7a6-3d18b28488d6) ![stormtrooper](https://github.com/carson-katri/dream-textures/assets/13581484/572582a2-14e8-4b61-a61e-2aaeca94d1e5)

.safetensors and .ckpt file support

Link individual files or entire folders of models. You can configure linked models from Dream Textures' preferences.

Screenshot 2023-11-03 at 2 28 27 PM

Public Backend API

A new API is available for extending Dream Textures. This can be used to add custom generation backends. For example, a backend that connects to ComfyUI could be created as a standalone addon.

Dream Textures has built-in support for a HuggingFace Diffusers backend. If you are interested in contributing a new backend, this backend can be used as a reference.

Dream Textures backend addons are kept in the community_backends folder. If you make a useful backend, feel free to open a PR adding it to this folder.

Full Changelog

Full Changelog: https://github.com/carson-katri/dream-textures/compare/0.2.0...0.3.0

Source: README.md, updated 2023-11-03