-
-
Notifications
You must be signed in to change notification settings - Fork 73
Description
WSL version: 2.3.26.0
Kernel version: 5.15.167.4-1
WSLg version: 1.0.65
MSRDC version: 1.2.5620
Direct3D version: 1.611.1-81528511
DXCore version: 10.0.26100.1-240331-1435.ge-release
Windows version: 10.0.26100.3037
Distributor ID: Ubuntu
Description: Ubuntu 24.04.1 LTS
Release: 24.04
Codename: noble
Installed with ./enfugue.sh
using Linux instruction.
During installation: "A module that was compiled using NumPy 1.x cannot be run in NumPy 2.1.3 as it may crash..."
- fixed with
pip install numpy\<2.0
An issue with mmPose complaining about mmdet version
- fixed with
pip install mmdet\<3.3.0
While "ENFUGUE" process (the button in UI), shows "libcblas.so.3: cannot open shared object file: No such file or directory"
- fixed with conda install -c conda-forge blas in miniconda3 env
While "ENFUGUE", showed ImportError: cannot import name 'cached_download' from 'huggingface_hub' (/home/myuser/miniconda3/envs/enfugue/lib/python3.10/site-packages/huggingface_hub/init.py)
- fixed by removing
cache_download
from File "/home/myuser/miniconda3/envs/enfugue/lib/python3.10/site-packages/diffusers/utils/dynamic_modules_utils.py", line 28
After that "ENFUGUE" at least generates images, thank you!
Hope it helps.
I have an additional question but I don't have the domain expertise and didn't look into it. What's showing in model is animagine-xl-3.0.safetensors
. After fiddling with prompt and selecting some model configuration about LoRA, I get a message:
AttributeError loading LoRA. Are you trying to use a Stable Diffusion 1.5 LoRA with this Stable Diffusion XL pipeline?
Any idea what I shouldn't have done? Thank you!