bravoChildrens_v10-CoreML
Converted CoreML Stable Diffusion model.
Conversion Settings
- Compute Unit: ALL
- Attention: SPLIT_EINSUM_V2
- Quantization: None
Usage
This model can be used with Apple's Core ML Stable Diffusion implementation on macOS, iOS, and iPadOS.
# Example usage (requires python_coreml_stable_diffusion)
from python_coreml_stable_diffusion import pipeline
pipe = pipeline.StableDiffusionCoreMLPipeline(
coreml_model_path="coreml_model",
compute_unit="ALL"
)
image = pipe(prompt="your prompt here")
Converted using Conversion Space.