Uses of Class
cloud.liblibai.openapi.client.model.ComfyNodeParams
Packages that use ComfyNodeParams
-
Uses of ComfyNodeParams in cloud.liblibai.openapi.client.model
Methods in cloud.liblibai.openapi.client.model that return ComfyNodeParamsModifier and TypeMethodDescriptionstatic ComfyNodeParamsCreate an instance of ComfyNodeParams given an JSON stringComfyNodeParams.putInputsItem(String key, Object inputsItem) Methods in cloud.liblibai.openapi.client.model that return types with arguments of type ComfyNodeParamsMethods in cloud.liblibai.openapi.client.model with parameters of type ComfyNodeParamsModifier and TypeMethodDescriptionComfyRequest.putGenerateParamsItem(String key, ComfyNodeParams generateParamsItem) Method parameters in cloud.liblibai.openapi.client.model with type arguments of type ComfyNodeParamsModifier and TypeMethodDescriptionComfyRequest.generateParams(Map<String, ComfyNodeParams> generateParams) voidComfyRequest.setGenerateParams(Map<String, ComfyNodeParams> generateParams)