apple / coreml-stable-diffusion-xl-base

huggingface.co
Total runs: 52
24-hour runs: 0
7-day runs: -8
30-day runs: -52
Model's Last Updated: July 27 2023
text-to-image

Introduction of coreml-stable-diffusion-xl-base

Model Details of coreml-stable-diffusion-xl-base

SD-XL 1.0-base Model Card (Core ML)

This model was generated by Hugging Face using Apple’s repository which has ASCL . This version contains Core ML weights with the ORIGINAL attention implementation, suitable for running on macOS GPUs.

The Core ML weights are also distributed as a zip archive for use in the Hugging Face demo app and other third party tools. The zip archive was created from the contents of the original/compiled folder in this repo. Please, refer to https://huggingface.co/blog/diffusers-coreml for details.

The remaining contents of this model card were copied from the original repo

row01

Model

pipeline

SDXL consists of an ensemble of experts pipeline for latent diffusion: In a first step, the base model is used to generate (noisy) latents, which are then further processed with a refinement model (available here: https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/ ) specialized for the final denoising steps. Note that the base model can be used as a standalone module.

Alternatively, we can use a two-stage pipeline as follows: First, the base model is used to generate latents of the desired output size. In the second step, we use a specialized high-resolution model and apply a technique called SDEdit ( https://arxiv.org/abs/2108.01073 , also known as "img2img") to the latents generated in the first step, using the same prompt. This technique is slightly slower than the first one, as it requires more function evaluations.

Source code is available at https://github.com/Stability-AI/generative-models .

Model Description
Model Sources

For research purposes, we recommned our generative-models Github repository ( https://github.com/Stability-AI/generative-models ), which implements the most popoular diffusion frameworks (both training and inference) and for which new functionalities like distillation will be added over time. Clipdrop provides free SDXL inference.

Evaluation

comparison The chart above evaluates user preference for SDXL (with and without refinement) over SDXL 0.9 and Stable Diffusion 1.5 and 2.1. The SDXL base model performs significantly better than the previous variants, and the model combined with the refinement module achieves the best overall performance.

🧨 Diffusers

Make sure to upgrade diffusers to >= 0.18.0:

pip install diffusers --upgrade

In addition make sure to install transformers , safetensors , accelerate as well as the invisible watermark:

pip install invisible_watermark transformers accelerate safetensors

You can use the model then as follows

from diffusers import DiffusionPipeline
import torch

pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", torch_dtype=torch.float16, use_safetensors=True, variant="fp16")
pipe.to("cuda")

# if using torch < 2.0
# pipe.enable_xformers_memory_efficient_attention()

prompt = "An astronaut riding a green horse"

images = pipe(prompt=prompt).images[0]

When using torch >= 2.0 , you can improve the inference speed by 20-30% with torch.compile. Simple wrap the unet with torch compile before running the pipeline:

pipe.unet = torch.compile(pipe.unet, mode="reduce-overhead", fullgraph=True)

If you are limited by GPU VRAM, you can enable cpu offloading by calling pipe.enable_model_cpu_offload instead of .to("cuda") :

- pipe.to("cuda")
+ pipe.enable_model_cpu_offload()
Uses
Direct Use

The model is intended for research purposes only. Possible research areas and tasks include

  • Generation of artworks and use in design and other artistic processes.
  • Applications in educational or creative tools.
  • Research on generative models.
  • Safe deployment of models which have the potential to generate harmful content.
  • Probing and understanding the limitations and biases of generative models.

Excluded uses are described below.

Out-of-Scope Use

The model was not trained to be factual or true representations of people or events, and therefore using the model to generate such content is out-of-scope for the abilities of this model.

Limitations and Bias
Limitations
  • The model does not achieve perfect photorealism
  • The model cannot render legible text
  • The model struggles with more difficult tasks which involve compositionality, such as rendering an image corresponding to “A red cube on top of a blue sphere”
  • Faces and people in general may not be generated properly.
  • The autoencoding part of the model is lossy.
Bias

While the capabilities of image generation models are impressive, they can also reinforce or exacerbate social biases.

Runs of apple coreml-stable-diffusion-xl-base on huggingface.co

52
Total runs
0
24-hour runs
-6
3-day runs
-8
7-day runs
-52
30-day runs

More Information About coreml-stable-diffusion-xl-base huggingface.co Model

More coreml-stable-diffusion-xl-base license Visit here:

https://choosealicense.com/licenses/openrail++

coreml-stable-diffusion-xl-base huggingface.co

coreml-stable-diffusion-xl-base huggingface.co is an AI model on huggingface.co that provides coreml-stable-diffusion-xl-base's model effect (), which can be used instantly with this apple coreml-stable-diffusion-xl-base model. huggingface.co supports a free trial of the coreml-stable-diffusion-xl-base model, and also provides paid use of the coreml-stable-diffusion-xl-base. Support call coreml-stable-diffusion-xl-base model through api, including Node.js, Python, http.

coreml-stable-diffusion-xl-base huggingface.co Url

https://huggingface.co/apple/coreml-stable-diffusion-xl-base

apple coreml-stable-diffusion-xl-base online free

coreml-stable-diffusion-xl-base huggingface.co is an online trial and call api platform, which integrates coreml-stable-diffusion-xl-base's modeling effects, including api services, and provides a free online trial of coreml-stable-diffusion-xl-base, you can try coreml-stable-diffusion-xl-base online for free by clicking the link below.

apple coreml-stable-diffusion-xl-base online free url in huggingface.co:

https://huggingface.co/apple/coreml-stable-diffusion-xl-base

coreml-stable-diffusion-xl-base install

coreml-stable-diffusion-xl-base is an open source model from GitHub that offers a free installation service, and any user can find coreml-stable-diffusion-xl-base on GitHub to install. At the same time, huggingface.co provides the effect of coreml-stable-diffusion-xl-base install, users can directly use coreml-stable-diffusion-xl-base installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

coreml-stable-diffusion-xl-base install url in huggingface.co:

https://huggingface.co/apple/coreml-stable-diffusion-xl-base

Url of coreml-stable-diffusion-xl-base

coreml-stable-diffusion-xl-base huggingface.co Url

Provider of coreml-stable-diffusion-xl-base huggingface.co

apple
ORGANIZATIONS

Other API from apple

huggingface.co

Total runs: 2.6M
Run Growth: -59.5K
Growth Rate: -2.25%
Updated:February 25 2025
huggingface.co

Total runs: 26.6K
Run Growth: 4.5K
Growth Rate: 17.50%
Updated:March 01 2025
huggingface.co

Total runs: 13.4K
Run Growth: -966
Growth Rate: -7.76%
Updated:September 03 2025
huggingface.co

Total runs: 8.3K
Run Growth: -5.5K
Growth Rate: -71.44%
Updated:December 19 2025
huggingface.co

Total runs: 2.7K
Run Growth: 667
Growth Rate: 24.41%
Updated:March 01 2025
huggingface.co

Total runs: 2.0K
Run Growth: -755
Growth Rate: -38.50%
Updated:September 03 2025
huggingface.co

Total runs: 1.9K
Run Growth: -1.0K
Growth Rate: -53.09%
Updated:March 01 2025
huggingface.co

Total runs: 1.8K
Run Growth: 266
Growth Rate: 14.60%
Updated:September 03 2025
huggingface.co

Total runs: 585
Run Growth: 28
Growth Rate: 4.79%
Updated:March 01 2025
huggingface.co

Total runs: 475
Run Growth: 176
Growth Rate: 37.05%
Updated:March 01 2025
huggingface.co

Total runs: 406
Run Growth: 187
Growth Rate: 46.06%
Updated:June 14 2024
huggingface.co

Total runs: 400
Run Growth: -133
Growth Rate: -33.25%
Updated:March 01 2025
huggingface.co

Total runs: 337
Run Growth: 257
Growth Rate: 100.00%
Updated:April 25 2026
huggingface.co

Total runs: 258
Run Growth: 215
Growth Rate: 83.33%
Updated:September 03 2025
huggingface.co

Total runs: 164
Run Growth: 80
Growth Rate: 48.78%
Updated:July 26 2024
huggingface.co

Total runs: 154
Run Growth: 91
Growth Rate: 59.09%
Updated:March 01 2025
huggingface.co

Total runs: 151
Run Growth: 29
Growth Rate: 19.86%
Updated:October 10 2025
huggingface.co

Total runs: 135
Run Growth: 68
Growth Rate: 50.37%
Updated:September 03 2025
huggingface.co

Total runs: 111
Run Growth: -41
Growth Rate: -36.94%
Updated:March 01 2025
huggingface.co

Total runs: 83
Run Growth: -55
Growth Rate: -66.27%
Updated:September 03 2025
huggingface.co

Total runs: 79
Run Growth: 74
Growth Rate: 94.87%
Updated:April 15 2026
huggingface.co

Total runs: 69
Run Growth: -23
Growth Rate: -33.33%
Updated:August 02 2024
huggingface.co

Total runs: 68
Run Growth: 59
Growth Rate: 86.76%
Updated:March 01 2025
huggingface.co

Total runs: 64
Run Growth: 26
Growth Rate: 44.07%
Updated:October 10 2025
huggingface.co

Total runs: 60
Run Growth: 56
Growth Rate: 93.33%
Updated:April 15 2026