Files
comfy-deploy-python/docs/models/operations/customnodes.md
bennykok 6ea0b09d80 init
2024-07-16 14:45:28 -07:00

15 lines
3.1 KiB
Markdown

# CustomNodes
## Fields
| Field | Type | Required | Description |
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| `name` | *str* | :heavy_check_mark: | N/A |
| `url` | *str* | :heavy_check_mark: | N/A |
| `node` | List[[operations.Node](../../models/operations/node.md)] | :heavy_minus_sign: | N/A |
| `hash` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `files` | List[*str*] | :heavy_minus_sign: | N/A |
| `install_type` | [Optional[operations.InstallType]](../../models/operations/installtype.md) | :heavy_minus_sign: | N/A |
| `warning` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `pip` | List[*str*] | :heavy_minus_sign: | N/A |