You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to be an issues with the default attention type and PyTorch 2.4.1.
It can be worked around by changing the attention type in invoke.yaml to torch-sdp
attention_type: torch-sdp
or by upgrading torch to a torch nightly and 2.5.0 test version (or downgrading to 2.3.1)
torch 2.6.0.dev20241008 (nightly) non-sliced: works
torch 2.4.1 sliced: produces noise
torch 2.4.1 non-sliced: works
SDXL, 1024x1024
torch 2.4.1 sliced: noise
torch 2.4.1 non-sliced: works
The torch nightly version did not solve the issue for me.
I have put up a PR with a workaround: #7066. I see this as a temporary solution that we'll want to re-visit at some point.
The best solution would be to simply get sliced attention working properly on MPS with the latest torch. Might make sense to do this when we push #6550 across the finish line.
Is there an existing issue for this problem?
Operating system
macOS
GPU vendor
Apple Silicon (MPS)
GPU model
No response
GPU VRAM
No response
Version number
f06765d
Browser
n/a
Python dependencies
No response
What happened
Generation with only a prompt and no other control layers outputs junk.
First bad commit:
f06765d is the first bad commit
User reports downgrading
torch
andtorchvision
resolves the issue.More details in discord thread: https://discord.com/channels/1020123559063990373/1292396911852126228
What you expected to happen
it works
How to reproduce the problem
No response
Additional context
No response
Discord username
i3oc9i
The text was updated successfully, but these errors were encountered: