Carson Katri
Carson Katri
Please install 0.0.6, it does not require any dependencies to be installed
I'm not sure I understand. Do you mean the text should wrap to multiple lines?
If you are on Apple Silicon, please try [version 0.0.5](https://github.com/carson-katri/dream-textures/releases/tag/0.0.5) and install again.
Can you try this solution from Reddit: https://www.reddit.com/r/blender/comments/xgltrm/comment/iovru3j/ The command you need to run will probably be slightly different, more like: ``` /Applications/Blender.app/Contents/MacOS/Blender -b -P ~/Library/Application\ Support/Blender/3.3/scripts/addons/dream_textures/stable_diffusion/scripts/preload_models.py ```
@Tony2371 On Ubuntu that exact command won’t work, but basically what it does is run the last part of the installation, which is downloading the CLIP model.
Can you try to delete the folders `huggingface` and `torch` in `%HOMEPATH%\.cache\`
@rexorp based on what NullSense linked, it will not run on 2GB and simply switches to your CPU when you don’t have enough.
Unfortunately, I do not have a Linux system to test on. If you install Blender to a folder with write access does it work?
@Nudel The addon does not register the menu item if it cannot import the last necessary module in the requirements file: https://github.com/carson-katri/dream-textures/blob/f182511f8ef44b0dcd1af40bc7786482e27e3635/__init__.py#L69
Add back the line: `set_dependencies_installed(True)`. However, you should know that if the `ModuleNotFoundError` was being tripped, that means an import of the dependencies is not succeeding, so it’s still not...