Update README
Browse files
README.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
---
|
2 |
language:
|
3 |
-
- en
|
4 |
license: openrail++
|
5 |
pipeline_tag: text-to-image
|
6 |
inference: true
|
7 |
widget:
|
8 |
-
- text:
|
9 |
example_title: Load model
|
10 |
group: Swift
|
11 |
tags:
|
12 |
-
- stable-diffusion
|
13 |
-
- text-to-image
|
14 |
-
- core-ml
|
15 |
---
|
16 |
|
17 |
# Stable Diffusion v2-1-base Model Card
|
@@ -30,4 +30,4 @@ There are only 1 variant of the Core ML:
|
|
30 |
coreml-stable-diffusion-2-1-base
|
31 |
βββ README.md
|
32 |
βββ StableDiffusionV2.1.zip # Swift inference, "split_einsum" attention.
|
33 |
-
```
|
|
|
1 |
---
|
2 |
language:
|
3 |
+
- en
|
4 |
license: openrail++
|
5 |
pipeline_tag: text-to-image
|
6 |
inference: true
|
7 |
widget:
|
8 |
+
- text: "func loadModel() async throws {}:"
|
9 |
example_title: Load model
|
10 |
group: Swift
|
11 |
tags:
|
12 |
+
- stable-diffusion
|
13 |
+
- text-to-image
|
14 |
+
- core-ml
|
15 |
---
|
16 |
|
17 |
# Stable Diffusion v2-1-base Model Card
|
|
|
30 |
coreml-stable-diffusion-2-1-base
|
31 |
βββ README.md
|
32 |
βββ StableDiffusionV2.1.zip # Swift inference, "split_einsum" attention.
|
33 |
+
```
|