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