mirror of
https://github.com/LukeHagar/comfy-deploy-python.git
synced 2025-12-09 12:27:45 +00:00
init
This commit is contained in:
17
docs/models/operations/inputs.md
Normal file
17
docs/models/operations/inputs.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Inputs
|
||||
|
||||
|
||||
## Supported Types
|
||||
|
||||
### `str`
|
||||
|
||||
```python
|
||||
value: str = /* values here */
|
||||
```
|
||||
|
||||
### `float`
|
||||
|
||||
```python
|
||||
value: float = /* values here */
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user