swift-coreml-diffusers
swift-coreml-diffusers copied to clipboard
Swift app demonstrating Core ML Stable Diffusion
After building from the current main branch on github: When downloading a zip, the app will look for the merges.txt file and other files at the base of the downloaded...
Tried it with StabilityAI SD 2.1, SDXL base (768, iOS) [4 bit] and StabilityAI SD 2.1 [6 bit]. All seem to fail, usually with error: `Unsupported tensor data type: int32...
Testing procedure: - Compile and run on device. Wait until the model is downloaded and loaded. - Kill the app, detach from Xcode. - Shutdown the device, wait until it's...
Google Colab Notebook URL for UI
Add ⌘+Enter keyboard shortcut
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...
Hi, I understood the previous issue I've posted only when I tried to generate image with command line ml-stable-diffusion. The prompts are truncated and images generated are consistent with what...
Hi, I am running the the app on the the iphone 14 pro with my personal convert models. It could load the model, but will crashed the app when I...
swift-coreml-diffusers-main/Diffusion/Common/ModelInfo.swift:190:12 Cannot convert value of type '()' to expected condition type 'Bool'
I noticed that the diffuser app, while running on GPU mode, uses just over 13GB RAM while infering on the non-quantized SDXL 1.0 model. If I use pretty much the...