Get desktop application:
View/edit binary Protocol Buffers messages
repeated string request = 1
map<string, Value> query_kwargs = 2
repeated string response = 1
float time_taken = 2
float model_time_taken = 3
string question = 1
string context = 2
map<string, Value> query_kwargs = 3
repeated string prompt = 1
repeated string negative_prompt = 2
map<string, Value> query_kwargs = 3
string image = 1
repeated string candidate_labels = 2
map<string, Value> query_kwargs = 3
repeated string prompt = 1
repeated bytes image = 2
repeated bytes mask_image = 3
repeated string negative_prompt = 4
map<string, Value> query_kwargs = 5
Used as response type in: ModelResponse.InpaintingReply, ModelResponse.Txt2ImgReply
repeated bytes images = 1
repeated bool nsfw_content_detected = 2
string mode = 3
int64 size_w = 4
int64 size_h = 5
float time_taken = 6
Used as request type in: ModelResponse.CreateSession, ModelResponse.DestroySession
Used as response type in: ModelResponse.ClassificationReply, ModelResponse.FillMaskReply, ModelResponse.QuestionAndAnswerReply, ModelResponse.TokenClassificationReply, ModelResponse.ZeroShotImgClassificationReply
string response = 1
float time_taken = 2
float model_time_taken = 3
Used as request type in: ModelResponse.ClassificationReply, ModelResponse.FillMaskReply, ModelResponse.TokenClassificationReply
string request = 1
map<string, Value> query_kwargs = 2
Used in: InpaintingRequest, MultiStringRequest, QARequest, SingleStringRequest, Text2ImageRequest, ZeroShotImgClassificationRequest
oneof oneof_values
string svalue = 1
int64 ivalue = 2
float fvalue = 3
bool bvalue = 4