Skip to content

Commit 610d132

Browse files
committed
update
1 parent 417202f commit 610d132

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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

44

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

88
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)
99

10-
![The concept](https://github.com/igor11191708/coreml-stable-diffusion-swift-example/blob/main/img/img_08.gif)
10+
![The concept](https://github.com/swiftuiux/coreml-stable-diffusion-swift-example/blob/main/img/img_08.gif)
1111

1212
## How to get generated image
1313

@@ -19,7 +19,7 @@ Pick up the model that was placed at the local folder from the list. Click updat
1919
### Step 3
2020
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
2121

22-
![The concept](https://github.com/igor11191708/coreml-stable-diffusion-swift-example/blob/main/img/img_03.png)
22+
![The concept](https://github.com/swiftuiux/coreml-stable-diffusion-swift-example/blob/main/img/img_03.png)
2323

2424
### Typical set of files for a model und the purpose of each file
2525

coreml-stable-diffusion-swift-example.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@
744744
/* Begin XCRemoteSwiftPackageReference section */
745745
786796282CF73AFB00352F7A /* XCRemoteSwiftPackageReference "coreml-stable-diffusion-swift" */ = {
746746
isa = XCRemoteSwiftPackageReference;
747-
repositoryURL = "https://github.com/igor11191708/coreml-stable-diffusion-swift";
747+
repositoryURL = "https://github.com/swiftuiux/coreml-stable-diffusion-swift";
748748
requirement = {
749749
branch = main;
750750
kind = branch;

coreml-stable-diffusion-swift-example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"originHash" : "700df8201d34fa0debac8aeef3b8b004d65eec7b9fc69cce1021684b95f8dfea",
2+
"originHash" : "6f95daad4d90f4f6a78fbfcd4a60f14c03ce9dcf239de02f0db6f75ac3dc1d81",
33
"pins" : [
44
{
55
"identity" : "coreml-stable-diffusion-swift",
66
"kind" : "remoteSourceControl",
7-
"location" : "https://github.com/igor11191708/coreml-stable-diffusion-swift",
7+
"location" : "https://github.com/swiftuiux/coreml-stable-diffusion-swift",
88
"state" : {
99
"branch" : "main",
1010
"revision" : "602143c71202f99c152f4e740227ae0e2e34126f"

0 commit comments

Comments
 (0)