generated

JoyCaption3 (BizyAIR)(joyCaption3API)

JoyCaption3 (BizyAIR) is the joyCaption3API node from the ComfyUI-Easy-Use package.

joy Caption3 API

No parsed ports

Description

JoyCaption3 (BizyAIR) is the joyCaption3API node from the ComfyUI-Easy-Use package. The upstream source extraction for this node contains no docstring, category, input declarations, or output declarations, so the node’s interface is not documented in the extracted source. Based on the node name, this is the BizyAIR API-backed variant of JoyCaption3 and is expected to generate image captions through an external API rather than running a local model.

Inputs

No inputs are declared in the extracted source.

If the node still exposes inputs at runtime, they are defined dynamically by the upstream implementation and are not captured by the current source facts. Check the node’s INPUT_TYPES implementation in ComfyUI-Easy-Use for the actual input names, types, and defaults.

Outputs

No outputs are declared in the extracted source.

As with inputs, the output schema is not captured in the current source facts. The likely output for an image-captioning node is a caption string, but confirm the actual RETURN_TYPES and RETURN_NAMES in the upstream code before relying on it in a workflow.

Usage Notes

  • Because this node is API-based, network access and API credentials such as an API key may be required.
  • The actual inputs, defaults, and output type should be verified directly in the ComfyUI-Easy-Use repository or in the installed package’s joyCaption3API implementation.
  • If the node is loaded but no inputs or outputs appear in the ComfyUI graph, check whether the installed version of the package is up to date and whether the node’s definition is dynamically generated.

Comments

Sign in with GitHub to join the discussion.

Loading comments…