Open phudtran opened 8 months ago
Also asserts for all square image dimensions except for 512x512, 768x768, and 1024x1024 ( haven't tested past 1024x1024).
This seems to be an issue with the implementation of the ggml Metal backend. You can try removing the corresponding assets to see if the issue persists.
Same assert for me, but on v2-1_768-ema-pruned.safetensors
model on M1 Pro. No image dimensions work.
Any suggestions on workaround/fix?
Same issue at all dimensions, after commenting out the assert line in ggml-metal.m
it just works with no noticeable difference.
Seems to be an issue with group_norm on metal, haven't tried with other backends.