Skip to content

Commit 612e1f8

Browse files
committed
Update README.md
1 parent 154a397 commit 612e1f8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# CoreML stable diffusion image generation example app
22
### Please star the repository if you believe continuing the development of this package is worthwhile. This will help me understand which package deserves more effort.
33

4-
## [Documentation(API)](https://swiftpackageindex.com/igor11191708/coreml-stable-diffusion-swift/main/documentation/coreml_stable_diffusion_swift)
4+
### [Documentation(API)](https://swiftpackageindex.com/igor11191708/coreml-stable-diffusion-swift/main/documentation/coreml_stable_diffusion_swift)
5+
### [Swift package source](https://github.com/igor11191708/coreml-stable-diffusion-swift)
56

67
The example app for running text-to-image or image-to-image models to generate images using [Apple's Core ML Stable Diffusion implementation](https://github.com/apple/ml-stable-diffusion)
78

8-
![The concept](https://github.com/The-Igor/coreml-stable-diffusion-swift-example/blob/main/img/img_08.gif)
9+
![The concept](https://github.com/igor11191708/coreml-stable-diffusion-swift-example/blob/main/img/img_08.gif)
910

1011
## How to get generated image
1112

@@ -17,7 +18,7 @@ Pick up the model that was placed at the local folder from the list. Click updat
1718
### Step 3
1819
Enter a prompt or pick up a picture and press "Generate" (You don't need to prepare image size manually) It might take up to a minute or two to get the result
1920

20-
![The concept](https://github.com/The-Igor/coreml-stable-diffusion-swift-example/blob/main/img/img_03.png)
21+
![The concept](https://github.com/igor11191708/coreml-stable-diffusion-swift-example/blob/main/img/img_03.png)
2122

2223
### Typical set of files for a model und the purpose of each file
2324

@@ -41,9 +42,6 @@ Enter a prompt or pick up a picture and press "Generate" (You don't need to prep
4142

4243
The speed can be unpredictable. Sometimes a model will suddenly run a lot slower than before. It appears as if Core ML is trying to be smart in how to schedule things, but doesn’t always optimal.
4344

44-
### The package [source](https://github.com/The-Igor/coreml-stable-diffusion-swift)
45-
46-
4745
### Deploying Transformers on the Apple Neural Engine [Case study](https://machinelearning.apple.com/research/neural-engine-transformers)
4846

4947

0 commit comments

Comments
 (0)