Skip to content
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

Inpainting Error #166

Open
Buttadogg opened this issue Nov 25, 2024 · 1 comment
Open

Inpainting Error #166

Buttadogg opened this issue Nov 25, 2024 · 1 comment

Comments

@Buttadogg
Copy link

I've tried reinstalling accelerate a bunch of times and can't seem to get it to work. This is the error I get when I try to run inpainting.

Inpaint Anything - ERROR - Using low_cpu_mem_usage=True or a device_map requires Accelerate: pip install 'accelerate>=0.26.0'

@Uminosachi
Copy link
Owner

You can install its package by activating the venv in the stable-diffusion-webui directory.

For Windows:

.\venv\Scripts\activate
pip install 'accelerate>=0.26.0'
deactivate

For Linux:

source ./venv/bin/activate
pip install 'accelerate>=0.26.0'
deactivate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants