v0.0.7
Pre-releaseWarning
A newer version is available. Download the latest release to get new features and bug fixes.
0.0.7 Release Notes
This version contains some awesome new features:
- AI Upscaling with Real-ESRGAN
- A Dream Textures render pass in Cycles
- Negative prompts
- Prompt import/export as JSON
- and many bug fixes and improvements
See the list of guides for more information on every feature of the addon.
If you want to discuss the addon, join the Dream Textures Discord server.
Windows Installation
Note Blender 3.1 or higher is required for the addon to function properly
If you had a previous version of the addon, click Remove
in Blender to delete it before installing the update. Then restart Blender to ensure the old modules are unloaded.
- Download the file
dream_textures-win32-cuda.7z
from the Assets section below. - Due to file size limits on GitHub, the addon
.zip
file is contained in the 7-Zip archive. Download 7-Zip if you don't have it already. - Right click the file and select
7-Zip
>Extract Here
- Open Blender > Preferences > Add-ons > Install..., then select the file
dream_textures-win32-cuda.zip
extracted from the 7z previously. The addon may take a minute to be copied into Blender. - Follow the instructions in the addon preferences window to setup the model weights.
macOS Installation
Note Blender 3.1 or higher is required for the addon to function properly
- Download the file
dream_textures-darwin-arm64.zip
from the Assets section below. - Open Blender > Preferences > Add-ons > Install..., then select the zip file. It may take a minute to be copied into Blender.
- Follow the instructions in the addon preferences window to setup the model weights.
Other Platforms Installation
Other platforms are not officially supported by this addon. However, you can install it manually by following the steps under Contributing in the README.
What's Changed
- Fixed context bug "AttributeError: 'SpaceDopeSheetEditor' object has … by @blastframe in #160
- Fix some install issues by @NullSenseStudio in #186
- Subprocess IPC improvements by @NullSenseStudio in #204
- Fix sampler argument by @carson-katri in #230
- Add Real-ESRGAN integration by @carson-katri in #233
- UI Refactor by @carson-katri in #240
- Add "Dream Textures" render pass to Cycles by @carson-katri in #229
Full Changelog: 0.0.6...0.0.7