ml-stable-diffusion
ml-stable-diffusion copied to clipboard
Model Version 7 warning with Xcode 14.1
coremltools/models/model.py:145: RuntimeWarning: You will not be able to run predict() on this Core ML model. Underlying exception message was: 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 model version 6 or earlier.".
I thought Xcode 14.1 was supported? What version of Xcode supports version 7?
xcodebuild -version: Xcode 14.1 Build version 14B47b
What macOS version are you on? People have reported this only works on macOS 13.
I'm on MacOS 12.6, Xcode 14.2, also facing same problem.