mirror of
https://github.com/GayPizzaSpecifications/stable-diffusion-rpc.git
synced 2025-08-05 22:41:30 +00:00
Add support for BPE tokenization.
This commit is contained in:
@ -35,6 +35,8 @@ dependencies {
|
||||
api("io.grpc:grpc-stub:1.54.1")
|
||||
api("io.grpc:grpc-protobuf:1.54.1")
|
||||
api("io.grpc:grpc-kotlin-stub:1.3.0")
|
||||
implementation("com.google.protobuf:protobuf-java:3.22.3")
|
||||
|
||||
implementation("io.grpc:grpc-netty:1.54.1")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user