-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
diffusers not working at all #1408
Comments
@manuelkamp remove the model from the request and try again |
heres a link to the how to setup the SD yaml file - https://localai.io/howtos/easy-setup-sd/ |
@mudler I am also having this bug with a known working model, can you review? |
I think you mixed up something in your responses here. I have SD working fine (i specifically said issue with diffusers!), I want use another model than SD, with diffusers. Removing the model name uses SD, which I do not want to use in this case... |
Thats why I tagged the dev, I am also unable to use other models and get the same error - @manuelkamp |
probably a regression of #1144 |
@mudler adding my report here
Seems like the backends are not setup in the docker master too... |
|
Load by default stablediffusion instead diffusers
env with COMPEL=0 /tmp/localai/backend_data/backend-assets/grpc/stablediffusion |
LocalAI version:
2.0.0-ffmpeg
Environment, CPU architecture, OS, and Version:
Linux srv-gpt 5.15.131-1-pve #1 SMP PVE 5.15.131-2 (2023-11-14T11:32Z) x86_64 x86_64 x86_64 GNU/Linux, Proxmox LXC, AMD Ryzen 9 5900X, 128 GB RAM
Describe the bug
Diffusers is not working at all.
To Reproduce
I set up animagine-xl as stated in the docs. File "animagine-xl.yaml" in models folder with content:
Then ran command as stated in docs:
It results always in this error:
In addition I tried another one (dreamlike-art/dreamlike-photoreal-2.0), which also fails with this error. So I assume, it does not work with any other model.
Also there is no files in /model folder, but disk size has increased, so it definitely downloaded something somewhere (also it loaded it into RAM as I saw in Proxmox). But where is it now stored? I want to delete it, because it uses diskspace.
Expected behavior
Diffusers generate images.
And models are stored in models folder too (or any other folder I can access to delete models I do not want anymore)
The text was updated successfully, but these errors were encountered: