buzsh / SwiftDiffusion

SwiftUI Stable Diffusion implementation using CoreML and PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coreml models not loading or showing

bardbit opened this issue · comments

I tried these: https://huggingface.co/coreml-community/coreml-juggernautXL-v6_SDXL_8-bit, https://huggingface.co/coreml-community/coreml-ChilloutMix. After placing them in the folder, the application does not detect them

Hey @bardbit!

I apologize for the misunderstanding. The CoreML implementation should be available in either the first or second update—hopefully within the next week or two. The reason for not including it in the initial release(s) was due to the fact that the CoreML implementation will be using the PyTorch (Automatic) interface as a foundation to work and function off of. This will allow for prompting and queueing of both stable diffusion implementations—CoreML and PyTorch—side by side. As such, a decision was made to first ensure we have a solid PyTorch interface to build on.

I was initially planning on releasing both implementations, together, once both were ready. However, since the PyTorch implementation is ready now, I figured that I might be better equipped to implement CoreML if users are already testing (and reporting issues for) the interface in which CoreML will be built upon.

Apologies for the misunderstanding!