Open iv2985 opened 1 month ago
Same here. Do you have a fix for this?
I changed the hugging face version as suggested elsewhere but then get an error in from the diffusers package.
Edit:
Making this edit fixed this initial issue.
Line 29 /home/Upscale-A-Video/.venv/lib/python3.10/site-packages/diffusers/utils/dynamic_modules_utils.py
remove cached_download
from import statement
However I then hit a CUDA OOM error. I think this might need a much beefier card than a 3090 though it's unclear how much VRAM I would need.
Tried running various examples and module errors are immediate:
This issue below
"cached_download no longer exists on hugging face"
claims huggingface has removed cached_download API entirely from its website ... it is no longer available for any package version, which permanently breaks the current inference implementation. https://github.com/TencentARC/InstantMesh/issues/169