carson-katri / dream-textures

Stable Diffusion built-in to Blender
GNU General Public License v3.0
7.82k stars 427 forks source link

ModuleNotFoundError: No module named "Dream_textures.api" #740

Closed Pires77 closed 11 months ago

Pires77 commented 11 months ago

Description

I downloaded the add on normally, installed it correctly and when I go to activate the add on in the plugins the error occurs. I've already tried deleting the folder at: within %appdata%\Blender Foundation\Blender\3.3\scripts\addons, and then reinstalling the addon.

But it did not work. I tried a few times and the error stopped.

Problem

Steps to Reproduce

Expected Behavior

Just activate the Add-on and use it.

Addon Version

Windows (CUDA)

GPU

NVIDIA

Pires77 commented 11 months ago

Works 100%:

"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."