mirror of
https://github.com/LukeHagar/comfy-deploy-python.git
synced 2025-12-06 04:19:25 +00:00
20 lines
610 B
YAML
20 lines
610 B
YAML
workflowVersion: 1.0.0
|
|
speakeasyVersion: latest
|
|
sources:
|
|
comfydeploy-api:
|
|
inputs:
|
|
- location: https://www.comfydeploy.com/api/openapi.json
|
|
registry:
|
|
location: registry.speakeasyapi.dev/comfydeploy/comfydeploy/comfydeploy-api
|
|
targets:
|
|
comfy-deploy:
|
|
target: python
|
|
source: comfydeploy-api
|
|
publish:
|
|
pypi:
|
|
token: $pypi_token
|
|
codeSamples:
|
|
output: codeSamples.yaml
|
|
registry:
|
|
location: registry.speakeasyapi.dev/comfydeploy/comfydeploy/code-samples-python-comfy-deploy
|