mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 14:20:49 +08:00
13 lines
291 B
YAML
13 lines
291 B
YAML
inputSpec: ./openapi.yaml
|
|
outputDir: ./
|
|
generatorName: python
|
|
globalProperties:
|
|
supportingFiles:
|
|
- "__init__.py"
|
|
- "schemas.py"
|
|
- "exceptions.py"
|
|
- "configuration.py"
|
|
additionalProperties:
|
|
generateSourceCodeOnly: true
|
|
packageName: comfy.api
|
|
generateAliasAsModel: true |