mirror of
https://github.com/GayPizzaSpecifications/stable-diffusion-rpc.git
synced 2025-08-04 14:01:32 +00:00
Start work on more clean client.
This commit is contained in:
@ -6,6 +6,7 @@ option swift_prefix = "Sd";
|
||||
message ModelInfo {
|
||||
string name = 1;
|
||||
string attention = 2;
|
||||
bool is_loaded = 3;
|
||||
}
|
||||
|
||||
message Image {
|
||||
|
Reference in New Issue
Block a user