comfy-org/Run ComfyUI on Various OSs
Run a comfyui workflow on various OSs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 18, 2025
- License
- MIT
Pinned Snippet
uses: comfy-org/comfy-action@4faeb3652981b937d96235c9a1c70a11bada91ba # 1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| os | Operating System. macos, linux, windows. | yes | "" |
| python_version | Python Version. Will be used in the conda install command for pytorch. 3.9 or 3.10. Only valid when os is linux or windows. | no | 3.9 |
| cuda_version | CUDA Version. Will be used in the conda install command for pytorch. | no | 12.1 |
| torch_version | Pytorch Version type, 'stable', 'nightly', 'specific' | no | stable |
| specific_torch_install | Command for installing specific torch version. E.g. `conda install bla bla` | no | "" |
| models-json | JSON string containing models and their download URLs. The models will be downloaded into the exact directory relative to /ComfyUI/models/. eg { "model_name": { url: "https://example.com/model.pth", "directory": "checkpoints" } } | no | — |
| workflow_filenames | The list of workflow filenames is listed in the workflows/ directory. Separate by comma, e.g., 'workflow1.json,workflow2.json'. | no | auto |
| comfyui_flags | Flags to pass to the comfyui application. eg. --force-fp16 | no | "" |
| use_prior_commit | Specify 'true' to use the prior commit, or 'false' to use the current commit. | no | false |
| workflow_raw_json | Workflow's raw json file | no | "" |
| timeout | Timeout for the workflow (in seconds) | no | 600 |
| google_credentials | Service Account JSON for uploading to GCS. Required if you want results uploaded to CI dashboard. https://ci.comfy.org | no | — |
| gcs_bucket_name | Name of the GCS bucket to upload the output files to. Required if you want results uploaded to CI dashboard. https://ci.comfy.org | no | comfy-ci-results |
| output_prefix | Prefix for the output files. Required if you want results uploaded to CI dashboard. https://ci.comfy.org | no | ComfyUI |
| api_endpoint | Comfy Org API endpoint | no | https://api.comfy.org/upload-artifact |
| skip_quickci | Skip quickci. | no | true |
Outputs
no outputs