Skip to content

Commit 70bbc8f

Browse files
committed
to version 0.3.0
1 parent 5b279a7 commit 70bbc8f

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

Package.resolved

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
],
1818
dependencies: [
1919
// Dependencies declare other packages that this package depends on.
20-
.package(url: "https://github.com/apple/ml-stable-diffusion.git", from: "0.3.0"),
20+
.package(url: "https://github.com/apple/ml-stable-diffusion.git", .exactItem("0.3.0")),
2121
.package(url: "https://github.com/JohnSundell/Files.git",
2222
from: "4.2.0")
2323
],

Sources/coreml-stable-diffusion-swift/helper/HelperPipeline.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public func getDiffusionPipeline(
3030

3131
return try .init(
3232
resourcesAt: url,
33-
controlNet: [],
3433
configuration : config,
3534
disableSafety: disableSafety,
3635
reduceMemory : reduceMemory

0 commit comments

Comments
 (0)