File size: 1,081 Bytes
4745fa4
 
402c490
4745fa4
 
89ea8c7
 
402c490
89ea8c7
 
4745fa4
402c490
 
 
4745fa4
 
c676542
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
402c490
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
language:
  - en
license: openrail++
pipeline_tag: text-to-image
inference: true
widget:
  - text: "func loadModel() async throws {}:"
    example_title: Load model
    group: Swift
tags:
  - stable-diffusion
  - text-to-image
  - core-ml
---

# Stable Diffusion v2-1-base Model Card

This model was generated by Hugging Face using [Apple’s repository](https://github.com/apple/ml-stable-diffusion) which has [ASCL](https://github.com/apple/ml-stable-diffusion/blob/main/LICENSE.md).

This model card focuses on the model associated with the Stable Diffusion v2-1-base model.

This `stable-diffusion-2-1-base` model fine-tunes [stable-diffusion-2-base](https://huggingface.co/stabilityai/stable-diffusion-2-base) (`512-base-ema.ckpt`) with 220k extra steps taken, with `punsafe=0.98` on the same dataset. 

These weights here have been converted to Core ML for use on Apple Silicon hardware.

There are only 1 variant of the Core ML:

```
coreml-stable-diffusion-2-1-base
├── README.md
└── StableDiffusionV2.1.zip # Swift inference, "split_einsum" attention.
```