| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| dream_textures-windows-directml.zip | 2023-11-07 | 452.9 MB | |
| dream_textures-macos-arm.zip | 2023-11-07 | 683.7 MB | |
| dream_textures-windows-cuda.7z | 2023-11-07 | 1.7 GB | |
| README.md | 2023-11-06 | 3.5 kB | |
| v0.3.1 source code.tar.gz | 2023-11-06 | 38.0 MB | |
| v0.3.1 source code.zip | 2023-11-06 | 38.1 MB | |
| Totals: 6 Items | 2.9 GB | 0 | |
This release fixes bugs found in the initial release of v0.3.0.
For a full list of new features in this major version, see the release notes for v0.3.0.
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.1/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.1/dream_textures-windows-directml.zip) - Local generation with DirectX 12macOS
### Apple Silicon (M1/M2) * [Dream Textures for Apple Silicon](https://github.com/carson-katri/dream-textures/releases/download/0.3.1/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 Changed
- Support seamless for latest diffusers by @carson-katri in https://github.com/carson-katri/dream-textures/pull/725
- Fix Generating from Opened Blend File by @NullSenseStudio in https://github.com/carson-katri/dream-textures/pull/730
- Locate Principled BSDF by type not name by @carson-katri in https://github.com/carson-katri/dream-textures/pull/731
- Bump versions linux-rocm.txt by @cornpo in https://github.com/carson-katri/dream-textures/pull/718
Full Changelog: https://github.com/carson-katri/dream-textures/compare/0.3.0...0.3.1