huggingface/swift-coreml-diffusers

Cannot download SDXL GPU+NE

fakerybakery opened this issue · 2 comments

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

Also, something seems to be wrong when trying to download Base + Refiner

Task <--->.<2> finished with error [18,446,744,073,709,551,615] Error Domain=NSURLErrorDomain Code=-1 "unknown error" UserInfo={NSErrorFailingURLStringKey=https://huggingface.co/apple/coreml-stable-diffusion-xl-base-with-refiner/resolve/main/coreml-stable-diffusion-xl-base-with-refiner_original_compiled.zip, NSErrorFailingURLKey=https://huggingface.co/apple/coreml-stable-diffusion-xl-base-with-refiner/resolve/main/coreml-stable-diffusion-xl-base-with-refiner_original_compiled.zip, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "BackgroundDownloadTask <--->.<2>"
), _NSURLErrorFailingURLSessionTaskErrorKey=BackgroundDownloadTask <--->.<2>, NSLocalizedDescription=unknown error}

Hi @fakerybakery! Both SDXL Mac packages are only compatible with CPU+GPU, there is no version compatible with Neural Engine yet.

We should disable the NE option in the UI for those models. My apologies for the trouble!

(Conversely, iPhone packages are only available for CPU + NE, but not GPU)

OK, thank you!