Skip to content

Commit 9640c6e

Browse files
committed
Update README.md
1 parent 0e50d8e commit 9640c6e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ or with custom **ViewBuilder**
7272

7373
![OpenAI AsyncImage SwiftUI](https://github.com/The-Igor/openai-async-image-swiftui/blob/main/image/sun_11.png)
7474

75+
## More Stable Diffusion examples
7576

76-
## Replicate toolkit for swift. Set of diffusion models
77+
### Replicate toolkit for swift. Set of diffusion models
7778
Announced in 2022, OpenAI's text-to-image model DALL-E 2 is a recent example of diffusion models. It uses diffusion models for both the model's prior (which produces an image embedding given a text caption) and the decoder that generates the final image.
7879
In machine learning, diffusion models, also known as diffusion probabilistic models, are a class of latent variable models. They are Markov chains trained using variational inference. The goal of diffusion models is to learn the latent structure of a dataset by modeling the way in which data points diffuse through the latent space.
7980
Diffusion models can be applied to a variety of tasks, including image denoising, inpainting, super-resolution, and image generation. For example, an image generation model would start with a random noise image and then, after having been trained reversing the diffusion process on natural images, the model would be able to generate new natural images.
@@ -82,7 +83,7 @@ Diffusion models can be applied to a variety of tasks, including image denoising
8283

8384
![The concept](https://github.com/The-Igor/replicate-kit-swift/raw/main/img/image_02.png)
8485

85-
## CoreML Stable Diffusion
86+
### CoreML Stable Diffusion
8687
[The example app](https://github.com/The-Igor/coreml-stable-diffusion-swift-example) for running text-to-image or image-to-image models to generate images using Apple's Core ML Stable Diffusion implementation
8788

8889
![The concept](https://github.com/The-Igor/coreml-stable-diffusion-swift-example/blob/main/img/img_01.png)

0 commit comments

Comments
 (0)