Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6c511fc

Browse files
update
1 parent 92d3a87 commit 6c511fc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

‎README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ You just type in any your idea and AI will give you an art solution
66

77
DALL-E and DALL-E 2 are deep learning models developed by OpenAI to generate digital images from natural language descriptions, called "prompts"
88

9-
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Figor11191708%2Fopenai-async-image-swiftui%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/igor11191708/openai-async-image-swiftui)
9+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fswiftuiux%2Fopenai-async-image-swiftui%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/swiftuiux/openai-async-image-swiftui)
1010

11-
## [Example for the package](https://github.com/The-Igor/openai-async-image-swiftui-example)
12-
## [Documentation(API)](https://swiftpackageindex.com/igor11191708/openai-async-image-swiftui/main/documentation/openai_async_image_swiftui)
11+
## [Example for the package](https://github.com/swiftuiux/openai-async-image-swiftui-example)
12+
## [Documentation(API)](https://swiftpackageindex.com/swiftuiux/openai-async-image-swiftui/main/documentation/openai_async_image_swiftui)
1313

1414

1515
## Features
@@ -18,7 +18,7 @@ DALL-E and DALL-E 2 are deep learning models developed by OpenAI to generate dig
1818
- [x] Customizable in term of the transport layer [Loader]
1919
- [x] Based on interfaces not implementations
2020

21-
![OpenAI AsyncImage SwiftUI](https://github.com/The-Igor/openai-async-image-swiftui/blob/main/image/sun_watch.png)
21+
![OpenAI AsyncImage SwiftUI](https://github.com/swiftuiux/openai-async-image-swiftui/blob/main/image/sun_watch.png)
2222

2323
## How to use
2424

@@ -62,27 +62,27 @@ or with custom **ViewBuilder**
6262
| tpl | Custom view builder tpl |
6363
| loader | Custom loader if you need something specific|
6464

65-
![OpenAI AsyncImage SwiftUI](https://github.com/The-Igor/openai-async-image-swiftui/blob/main/image/appletv_art.png)
65+
![OpenAI AsyncImage SwiftUI](https://github.com/swiftuiux/openai-async-image-swiftui/blob/main/image/appletv_art.png)
6666

6767
## Documentation(API)
6868
- You need to have Xcode 13 installed in order to have access to Documentation Compiler (DocC)
6969
- Go to Product > Build Documentation or **⌃⇧⌘ D**
7070

7171

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

7474
## More Stable Diffusion examples
7575

7676
### Replicate toolkit for swift. Set of diffusion models
7777
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.
7878
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.
7979
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.
80-
[Replicate kit](https://github.com/The-Igor/replicate-kit-swift)
80+
[Replicate kit](https://github.com/swiftuiux/replicate-kit-swift)
8181

8282

83-
![The concept](https://github.com/The-Igor/replicate-kit-swift/raw/main/img/image_02.png)
83+
![The concept](https://github.com/swiftuiux/replicate-kit-swift/raw/main/img/image_02.png)
8484

8585
### CoreML Stable Diffusion
86-
[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
86+
[The example app](https://github.com/swiftuiux/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
8787

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /