swift-coreml-diffusers icon indicating copy to clipboard operation
swift-coreml-diffusers copied to clipboard

Split_einsum model version missing for sdxl on hub

Open rrva opened this issue 2 years ago • 3 comments

If I select SDXL as the default model and try to run the app on my MBP, I get:

Starting download of https://huggingface.co/apple/coreml-stable-diffusion-xl-base/resolve/main/coreml-stable-diffusion-xl-base_split_einsum_compiled.zip HTTP response status code: 404

Seems the split_einsum version is missing on the hub

rrva avatar Aug 03 '23 08:08 rrva

@atiorh

rrva avatar Aug 03 '23 08:08 rrva

@rrva Yes, the split_einsum version is not ready yet. I have to make a fix to the app to never default to using it when it's not available (up until now, it assumes that the two versions always exist).

pcuenca avatar Aug 03 '23 08:08 pcuenca

@pcuenca Note: this would be an easier "fix" in the new ModelInfo version where each variant is a discrete Model.

ghost avatar Aug 03 '23 08:08 ghost