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

[bug]: Strange behaviour on Mac OS #7482

Open
1 task done
GitKernelDesign opened this issue Dec 21, 2024 · 1 comment
Open
1 task done

[bug]: Strange behaviour on Mac OS #7482

GitKernelDesign opened this issue Dec 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@GitKernelDesign
Copy link

Is there an existing issue for this problem?

  • I have searched the existing issues

Operating system

macOS

GPU vendor

Apple Silicon (MPS)

GPU model

M3 Pro

GPU VRAM

18Go

Version number

5.5.0

Browser

Electron Application

Python dependencies

No response

What happened

-Bug 1-
I have this error (with application):

NotImplementedError: The operator 'aten::__rshift__.Tensor' is not currently implemented for the MPS device. If you want this op to be added in priority during the prototype phase of this feature, please comment on https://github.com/pytorch/pytorch/issues/77764. As a temporary fix, you can set the environment variable PYTORCH_ENABLE_MPS_FALLBACK=1 to use the CPU as a fallback for this op. WARNING: this will be slower than running natively on MPS.

Fixing PYTORCH_ENABLE_MPS_FALLBACK=1 in Venv/bin/activate does not work

BUT

No problem running via the Terminal

cd ~/invokeai
source .venv/bin/activate
invokeai-web

with or without fixing PYTORCH_ENABLE_MPS_FALLBACK=1 everything works.


-Bug 2-

Patchmatch does not compile via the application. You have to use the Terminal as before.

What you expected to happen

I'd like it to work in the application.

How to reproduce the problem

No response

Additional context

No response

Discord username

No response

@GitKernelDesign GitKernelDesign added the bug Something isn't working label Dec 21, 2024
@dhlsam
Copy link

dhlsam commented Dec 23, 2024

same on m4 mac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants