carson-katri / dream-textures

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

ModuleNotFoundError: No module named 'dream_textures.api' error #748

Closed yengalvez closed 7 months ago

yengalvez commented 10 months ago

Description

I'm having this error with Blender 3.6.1

I can't enable the plugin.

Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\modules\addon_utils.py", line 333, in enable mod = import(module_name) File "C:\Users\info\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\dream_textures__init.py", line 39, in from .render_pass import register_render_pass, unregister_render_pass, pass_inputs File "C:\Users\info\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\dream_textures\render_pass.py", line 7, in from .generator_process import Generator File "C:\Users\info\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\dream_textures\generator_process__init.py", line 3, in class Generator(Actor): File "C:\Users\info\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\dream_textures\generator_process\init__.py", line 9, in Generator from .actions.load_model import load_model File "C:\Users\info\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\dream_textures\generator_process\actions\load_model.py", line 4, in from ..models import Checkpoint, ModelConfig, Scheduler File "C:\Users\info\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\dream_textures\generator_process\models\init__.py", line 2, in from .image_generation_result import * File "C:\Users\info\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\dream_textures\generator_process\models\image_generation_result.py", line 6, in from ...api.models.step_preview_mode import StepPreviewMode ModuleNotFoundError: No module named 'dream_textures.api'

Steps to Reproduce

  1. Install plug-in
  2. Try to enable

Expected Behavior

Enable it

Addon Version

Windows (CUDA)

GPU

NVIDIA

yengalvez commented 10 months ago

Ok, I was able to run it extracting the zip and overwriting all directly over the script directory

wizard3376 commented 9 months ago

Can you clarify where this script directory is located?

github-actions[bot] commented 7 months ago

This issue is stale because it has been open for 60 days with no activity.

github-actions[bot] commented 7 months ago

This issue was closed because it has been inactive for 7 days since being marked as stale.