You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generating any image is disabled when opening a .blend file, starting Blender directly and then using its File > Open... alternatively does not. Releasing the generator doesn't help.
The console gets spammed with 'str' object has no attribute 'model_type'. I've tracked this down to
Description
Generating any image is disabled when opening a .blend file, starting Blender directly and then using its
File > Open...
alternatively does not. Releasing the generator doesn't help.The console gets spammed with
'str' object has no attribute 'model_type'
. I've tracked this down todream-textures/ui/panels/dream_texture.py
Lines 368 to 369 in 4f210c5
This actual error is occurring here
dream-textures/diffusers_backend.py
Lines 263 to 268 in 4f210c5
For some reason
model_lookup
is not being updated and just returns the model id string.It can be made to update by installing another model: either downloading, importing, or linking.
Steps to Reproduce
File > Open...
/File > Open Recent
)Expected Behavior
Generate button to not be disabled.
Addon Version
Windows (CUDA)
GPU
NVIDIA
The text was updated successfully, but these errors were encountered: