Open carson-katri opened 1 year ago
This adds a new backend for macOS that uses apple/ml-stable-diffusion. Models are converted to CoreML automatically on their first use.
To build the package backend, use the new package_backend.py script:
package_backend.py
/Applications/Blender\ 3.5.app/Contents/Resources/3.5/python/bin/python3.10 scripts/package_backend.py --backend community_backends/coreml --output __packaged__
If the requirements.txt file within the backend is unchanged, it can be built faster with --no-deps.
requirements.txt
--no-deps
This adds a new backend for macOS that uses apple/ml-stable-diffusion. Models are converted to CoreML automatically on their first use.
To build the package backend, use the new
package_backend.py
script:If the
requirements.txt
file within the backend is unchanged, it can be built faster with--no-deps
.