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

12 lines
2.2 KiB
Markdown

# Dependencies
## Fields
| Field | Type | Required | Description |
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| `comfyui` | *str* | :heavy_check_mark: | N/A |
| `missing_nodes` | List[*str*] | :heavy_check_mark: | N/A |
| `custom_nodes` | Dict[str, [operations.CustomNodes](../../models/operations/customnodes.md)] | :heavy_check_mark: | N/A |
| `models` | Dict[str, List[[operations.Models](../../models/operations/models.md)]] | :heavy_check_mark: | N/A |
| `files` | Dict[str, List[[operations.Files](../../models/operations/files.md)]] | :heavy_check_mark: | N/A |