Spaces:
Runtime error
runtime error
runtime error
Exit code: 1. Reason: Processing ./dist/simple_knn-0.0.0-cp39-cp39-linux_x86_64.whl
Installing collected packages: simple-knn
Successfully installed simple-knn-0.0.0
[notice] A new release of pip available: 22.3.1 -> 24.3.1
[notice] To update, run: pip install --upgrade pip
Processing ./dist/depth_diff_gaussian_rasterization_min-0.0.0-cp39-cp39-linux_x86_64.whl
Installing collected packages: depth-diff-gaussian-rasterization-min
Successfully installed depth-diff-gaussian-rasterization-min-0.0.0
[notice] A new release of pip available: 22.3.1 -> 24.3.1
[notice] To update, run: pip install --upgrade pip
Traceback (most recent call last):
File "/home/user/app/app.py", line 55, in
from luciddreamer import LucidDreamer
File "/home/user/app/luciddreamer.py", line 37, in
from diffusers import (
File "/home/user/.pyenv/versions/3.9.20/lib/python3.9/site-packages/diffusers/init.py", line 5, in
from .utils import (
File "/home/user/.pyenv/versions/3.9.20/lib/python3.9/site-packages/diffusers/utils/init.py", line 38, in
from .dynamic_modules_utils import get_class_from_dynamic_module
File "/home/user/.pyenv/versions/3.9.20/lib/python3.9/site-packages/diffusers/utils/dynamic_modules_utils.py", line 28, in
from huggingface_hub import HfFolder, cached_download, hf_hub_download, model_info
ImportError: cannot import name 'cached_download' from 'huggingface_hub' (/home/user/.pyenv/versions/3.9.20/lib/python3.9/site-packages/huggingface_hub/init.py)