invoke-ai / InvokeAI

Invoke is a leading creative engine for Stable Diffusion models, empowering professionals, artists, and enthusiasts to generate and create visual media using the latest AI-driven technologies. The solution offers an industry leading WebUI, and serves as the foundation for multiple commercial products.
https://invoke-ai.github.io/InvokeAI/
Apache License 2.0
23.36k stars 2.4k forks source link

[bug]: Error Message after Launching missing xformers #7112

Open Maisman opened 8 hours ago

Maisman commented 8 hours ago

Is there an existing issue for this problem?

Operating system

Windows

GPU vendor

Nvidia (CUDA)

GPU model

RTX 3060

GPU VRAM

12 GB

Version number

v5.2.0rc1

Browser

Firefox 131.0.2 (64-Bit)

Python dependencies

No response

What happened

After starting InvokeAI I get an error. It says it cannot find an xFormers file. I wanted to try torch sdp as stated in the changelog, so I updated to the latest version. The image generation still works, but it feels slower. I dont have any proof that it is slower unfortunately, but other than that its just the error message.

Screenshot 2024-10-12 232154 grafik

What you expected to happen

Starting without an error

How to reproduce the problem

Start the app.

Additional context

I updated from the first new release of Invoke AI 5.0 with the new Canvas

Discord username

maisman

ebr commented 8 hours ago

If you had xformers installed already, it wouldn't be uninstalled when you upgraded. With your virtual environment activated, try pip uninstall xformers, and then launch invoke again. Hope this helps!