mirror of
https://github.com/LukeHagar/comfy-deploy-python.git
synced 2025-12-07 12:27:46 +00:00
init
This commit is contained in:
12
docs/models/operations/dependencies.md
Normal file
12
docs/models/operations/dependencies.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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 |
|
||||
Reference in New Issue
Block a user