-
-
Notifications
You must be signed in to change notification settings - Fork 429
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
cant download or import models #820
Comments
same questions |
same issue on Mac OS Ventura :/ |
same issue on Opensuse. I checked the discord, in development channel, and the main dev seems to have a fix for it - issue being a bug in pytorch if I am understanding correctly |
v 1.0 work fine . After installing 1.0 download sd 2.1 and just update Addon |
1.0 of what? Broken for me also Traceback (most recent call last):
File "/var/home/f0kes/.config/blender/4.2/scripts/addons/dream_textures/generator_process/future.py", line 105, in run_callbacks
done_callback(self)
File "/var/home/f0kes/.config/blender/4.2/scripts/addons/dream_textures/preferences.py", line 62, in on_done
fetch_installed_models()
File "/var/home/f0kes/.config/blender/4.2/scripts/addons/dream_textures/preferences.py", line 161, in fetch_installed_models
on_done(future)
File "/var/home/f0kes/.config/blender/4.2/scripts/addons/dream_textures/preferences.py", line 130, in on_done
model_list = future.result()
^^^^^^^^^^^^^^^
File "/var/home/f0kes/.config/blender/4.2/scripts/addons/dream_textures/generator_process/future.py", line 52, in result
raise self._exception
ImportError: cannot import name 'cached_download' from 'huggingface_hub' (/var/home/f0kes/.config/blender/4.2/scripts/addons/dream_textures/.python_dependencies/huggingface_hub/__init__.py)
|
1.0 of addon |
There's seems to be at least two issues for me downloading the latest release.
This appears to be related to huggingface_hub removing
it should be
I was able to fix these issue locally and get download running again. |
Description
Blender 4.2.1
Linux Debian 12
Installed the dependencies but when click on "install stable diffusion 2-1 (recommended)" button.
it just stays a bit on 0% and then it disappears
and shows the model on the addon preferences list.
But when try to select the model on the Dream lateral panel for generation it doesnt appear on the list.
Also the same when search for specific models.
Also tried to import checkpoints but simply the same.
Not sure if those must be placed on specific folder or whatever.
Maybe i didnt built correctly from source?
Steps to Reproduce
...
Expected Behavior
...
Addon Version
Other (Built from source)
Blender Version
Blender 4.1+
GPU
NVIDIA RTX 3060 12GB
The text was updated successfully, but these errors were encountered: