Uses of Interface
cloud.liblibai.openapi.client.ApiCallback
Packages that use ApiCallback
-
Uses of ApiCallback in cloud.liblibai.openapi.client
Methods in cloud.liblibai.openapi.client with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.CallApiClient.buildCall(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build HTTP call with the given options.okhttp3.RequestApiClient.buildRequest(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build an HTTP request with the given options.<T> voidApiClient.executeAsync(okhttp3.Call call, ApiCallback<T> callback) <T> voidApiClient.executeAsync(okhttp3.Call call, Type returnType, ApiCallback<T> callback) Execute HTTP call asynchronously.Constructors in cloud.liblibai.openapi.client with parameters of type ApiCallbackModifierConstructorDescriptionProgressRequestBody(okhttp3.RequestBody requestBody, ApiCallback callback) ProgressResponseBody(okhttp3.ResponseBody responseBody, ApiCallback callback) -
Uses of ApiCallback in cloud.liblibai.openapi.client.api
Methods in cloud.liblibai.openapi.client.api with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.CallDefaultApi.getComfyStatusAsync(ComfyStatusRequest comfyStatusRequest, ApiCallback<ComfyStatusResponse> _callback) 查询 comfy 生图结果 (asynchronously) 根据生图任务uuid查询生图任务的状态和结果okhttp3.CallDefaultApi.getComfyStatusCall(ComfyStatusRequest comfyStatusRequest, ApiCallback _callback) Build call for getComfyStatusokhttp3.CallDefaultApi.getModelVersionAsync(GetModelVersionRequest getModelVersionRequest, ApiCallback<VersionResponse> _callback) 查询模型版本参数 (asynchronously) 查询指定的模型版本参数。目前Lib已开放全站的可商用模型供API使用,您可以在Lib站内检索可商用的Checkpoint和LoRA模型。 选择喜欢的模型版本,从浏览器网址中复制versionUuid,粘贴到文生图或图生图的参数模板中使用。 若您忘记了在生图参数中应用的模型是哪一款,您可以调用本接口进行查询。okhttp3.CallDefaultApi.getModelVersionCall(GetModelVersionRequest getModelVersionRequest, ApiCallback _callback) Build call for getModelVersionokhttp3.CallDefaultApi.getStatusAsync(StatusRequest statusRequest, ApiCallback<StatusResponse> _callback) 查询生图任务状态 (asynchronously) 根据生图任务uuid查询生图任务的状态和相关信息okhttp3.CallDefaultApi.getStatusCall(StatusRequest statusRequest, ApiCallback _callback) Build call for getStatusokhttp3.CallDefaultApi.submitComfyTaskAsync(ComfyRequest comfyRequest, ApiCallback<SubmitComfyResponse> _callback) 提交 ComfyUI 工作流生图任务 (asynchronously) 提交 ComfyUI 工作流生图任务。目前Lib已开放全站的可商用、可在线运行工作流供API使用,您可以在Lib站内工作流合集检索。 在工作流的详情页会出现【本工作流已提供API服务】,且可查看API相关参数。(详情页未出现API参数的工作流,暂不支持API调用)okhttp3.CallDefaultApi.submitComfyTaskCall(ComfyRequest comfyRequest, ApiCallback _callback) Build call for submitComfyTaskokhttp3.CallDefaultApi.submitImageToImageAsync(ImageToImageRequest imageToImageRequest, ApiCallback<SubmitResponse> _callback) 提交图生图任务 (asynchronously) 提交图生图任务,生成图片okhttp3.CallDefaultApi.submitImageToImageCall(ImageToImageRequest imageToImageRequest, ApiCallback _callback) Build call for submitImageToImageokhttp3.CallDefaultApi.submitTextToImageAsync(TextToImageRequest textToImageRequest, ApiCallback<SubmitResponse> _callback) 提交文生图任务 (asynchronously) 提交文生图任务,生成图片okhttp3.CallDefaultApi.submitTextToImageCall(TextToImageRequest textToImageRequest, ApiCallback _callback) Build call for submitTextToImageokhttp3.CallDefaultApi.submitTextToImageUltraAsync(TextToImageUltraRequest textToImageUltraRequest, ApiCallback<SubmitResponse> _callback) 星流Star-3 Alpha图生图 (asynchronously) 根据提供的文本提示词和参数生成图片okhttp3.CallDefaultApi.submitTextToImageUltraCall(TextToImageUltraRequest textToImageUltraRequest, ApiCallback _callback) Build call for submitTextToImageUltra