yoland68/Context and Environment Variables Demo

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
test-inputTest input variablenoHello from workflow_dispatch
osOperating System. macos, linux, windows.yes""
python_versionPython Version. Will be used in the conda install command for pytorch. 3.9 or 3.10. Only valid when os is linux or windows.no3.9
cuda_versionCUDA Version. Will be used in the conda install command for pytorch.no12.1
torch_versionPytorch Version type, 'stable', 'nightly', 'specific'nostable
specific_torch_installCommand for installing specific torch version. E.g. `conda install bla bla`no""
models-jsonJSON 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_filenamesThe list of workflow filenames is listed in the workflows/ directory. Separate by comma, e.g., 'workflow1.json,workflow2.json'.noauto
comfyui_flagsFlags to pass to the comfyui application. eg. --force-fp16no""
use_prior_commitSpecify 'true' to use the prior commit, or 'false' to use the current commit.nofalse
workflow_raw_jsonWorkflow's raw json fileno""
timeoutTimeout for the workflow (in seconds)no600
google_credentialsService Account JSON for uploading to GCS. Required if you want results uploaded to CI dashboard. https://ci.comfy.orgno
gcs_bucket_nameName of the GCS bucket to upload the output files to. Required if you want results uploaded to CI dashboard. https://ci.comfy.orgnocomfy-ci-results
output_prefixPrefix for the output files. Required if you want results uploaded to CI dashboard. https://ci.comfy.orgnoComfyUI
api_endpointComfy Org API endpointnohttps://api.comfy.org/upload-artifact
skip_quickciSkip quickci.notrue

no outputs