ml-stable-diffusion
ml-stable-diffusion copied to clipboard
Stable Diffusion with Core ML on Apple Silicon
Can't complete the conversion Models to Core ML ``` Chip: Apple M2 Memory: 8GB OS: 13.0.1 (22A400) ``` ``` pip list Package Version Editable project location ------------------------------ ---------- ---------------------------------------------------------- accelerate...
Also got this warning: /Applications/ml-stable-diffusion-main/python_coreml_stable_diffusion/layer_norm.py:61: TracerWarning: Converting a tensor to a Python boolean might cause the trace to be incorrect. We can't record the data flow of Python values, so...
``` RuntimeError: Error compiling model: "Error reading protobuf spec. validator error: The model supplied is of version 7, intended for a newer version of Xcode. This version of Xcode supports...
When I use the `--bundle-resources-for-swift-cli` option I get the following error: > xcrun: error: unable to find utility "coremlcompiler", not a developer tool or in PATH I already tried reinstalling...
For those of us who aren't python heads, would it be possible to include a snippet of how to install and run this package? Thanks for building it!
Very long prompts cause the error: `Error: saving("Failed to create destination for file:///path/prompt.seed.final.png"`
- Add availability annotations rather than limiting package availability to iOS 16 / macOS 12. This is necessary for anyone who wants to incorporate this package in an existing app...
Running on iMac M1 8 GB, I found this error: ``` INFO:__main__:Converted vae_decoder INFO:__main__:Converting unet INFO:__main__:Attention implementation in effect: AttentionImplementations.SPLIT_EINSUM INFO:__main__:Sample inputs spec: {'sample': (torch.Size([2, 4, 64, 64]), torch.float32), 'timestep':...
Many of us already downloaded many models and don't want to waste time and bandwidth downloading them again. I'd like to request an option to point to a folder where...
If you attempt to install tokenizers without installing rust you will get an error. Doing `brew install rust ` Fixes the issue.