Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'dream_textures.api' #790

Open
ZenRepublic opened this issue May 3, 2024 · 2 comments
Open

No module named 'dream_textures.api' #790

ZenRepublic opened this issue May 3, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@ZenRepublic
Copy link

Description

can't enable the plugin :<

Steps to Reproduce

  1. download the plugin and add it into blender 3.6
  2. try to enable it

Expected Behavior

should work lmao

Addon Version

Windows (CUDA)

GPU

AMD (unsupported for local generation)

@ZenRepublic ZenRepublic added the bug Something isn't working label May 3, 2024
@ZenRepublic
Copy link
Author

image

@Darfiss
Copy link

Darfiss commented May 15, 2024

Description

can't enable the plugin :<
Steps to Reproduce
download the plugin and add it into blender 4.1 (couldnt find out which blenderversion is supported.. will retry with 3.6)
try to enable it

Expected Behavior
should work lmao

Addon Version
Windows (CUDA)

GPU
RTX 3050 Mobile

InfoLog:

Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 4.1\4.1\scripts\modules\addon_utils.py", line 376, in enable
mod = importlib.import_module(module_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Blender Foundation\Blender 4.1\4.1\python\Lib\importlib_init_.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1204, in _gcd_import
File "", line 1176, in find_and_load
File "", line 1147, in find_and_load_unlocked
File "", line 690, in load_unlocked
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "C:\Users\Steffen\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\dream_textures_init
.py", line 39, in
from .render_pass import register_render_pass, unregister_render_pass, pass_inputs
File "C:\Users\Steffen\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\dream_textures\render_pass.py", line 7, in
from .generator_process import Generator
File "C:\Users\Steffen\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\dream_textures\generator_process_init
.py", line 3, in
class Generator(Actor):
File "C:\Users\Steffen\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\dream_textures\generator_process_init.py", line 9, in Generator
from .actions.load_model import load_model
File "C:\Users\Steffen\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\dream_textures\generator_process\actions\load_model.py", line 4, in
from ..models import Checkpoint, ModelConfig, Scheduler
File "C:\Users\Steffen\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\dream_textures\generator_process\models_init.py", line 2, in
from .image_generation_result import *
File "C:\Users\Steffen\AppData\Roaming\Blender Foundation\Blender\4.1\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'

Tried with BLender 3.6 LTS Portable, same problem, Log:

Traceback (most recent call last):
File "E:\Programms\Blender3_6_AI_Portable\blender-3.6.11-windows-x64\blender-3.6.11-windows-x64\3.6\scripts\modules\addon_utils.py", line 333, in enable
mod = import(module_name)
File "C:\Users\Steffen\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\Steffen\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\Steffen\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\dream_textures\generator_process_init_.py", line 3, in
class Generator(Actor):
File "C:\Users\Steffen\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\Steffen\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\Steffen\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\Steffen\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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants