Closed designosis closed 5 months ago
File "/Volumes/SD/extensions-builtin/Lora/network_hada.py", line 30, in calc_updown
w1a = self.w1a.to(orig_weight.device)
TypeError: BFloat16 is not supported on MPS
My best guess is you end up with a prompt that is using a LoRA that is in bfloat16 format, which is unsupported by Torch on MPS (Apple Silicon).
This is only tangential to this extension, though, so closing.
Hey! Yesterday, after updating
sd_dynamic_prompts
, my A1111 batches began crashing many times a day. Sometimes a batch goes through, sometimes crashes mid-batch. Basically, lets say I have 5 tasks queued, each with 30 images. One could successfully go through all 30, another could quit after 3 images (and then retry after all existing batches are run), another could fail after 15 images, etc. It's been working flawlessly until now, for months. Nothing else in my config has changed. Logs say this:Any idea what might be causing this? Thanks!