We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183db95 commit 762ae35Copy full SHA for 762ae35
Package.swift
@@ -17,7 +17,7 @@ let package = Package(
17
],
18
dependencies: [
19
// Dependencies declare other packages that this package depends on.
20
- .package(url: "https://github.com/apple/ml-stable-diffusion.git", .exactItem("0.2.0")),
+ .package(url: "https://github.com/apple/ml-stable-diffusion.git", .exactItem("0.3.0")),
21
.package(url: "https://github.com/JohnSundell/Files.git",
22
from: "4.2.0")
23
0 commit comments