Type: nodetool.input.HuggingFaceModelInput
Namespace: nodetool.input
Description
Accepts a Hugging Face model as a parameter for workflows. input, parameter, model, huggingface, hugging_face, model_name
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| name | str |
The parameter name for the workflow. | `` |
| value | hf.model |
The Hugging Face model to use as input. | {'type': 'hf.model', 'repo_id': '', 'path': None, 'variant': None, 'allow_patterns': None, 'ignore_patterns': None} |
| description | str |
The description of the input for the workflow. | `` |
Outputs
| Output | Type | Description |
|---|---|---|
| output | hf.model |
Metadata
Related Nodes
Browse other nodes in the nodetool.input namespace.