Initialize Java Client (not working yet)

This commit is contained in:
2023-04-22 21:46:11 -07:00
parent 4430bdcdd7
commit 0b5f5dae57
8 changed files with 410 additions and 0 deletions

View File

@ -34,6 +34,7 @@ let package = Package(
]),
.executableTarget(name: "TestStableDiffusionClient", dependencies: [
.target(name: "StableDiffusionProtos"),
.target(name: "StableDiffusionCore"),
.product(name: "GRPC", package: "grpc-swift")
])
]