Skip to content

Commit f33afde

Browse files
committed
Update README.md
1 parent 22fea77 commit f33afde

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ or with custom **ViewBuilder**
7474

7575

7676
## Replicate toolkit for swift
77-
77+
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.
78+
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.
79+
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.
7880
[Replicate kit](https://github.com/The-Igor/replicate-kit-swift)
7981

8082

0 commit comments

Comments
 (0)