Skip to content

Commit

Permalink
Update action.yml with new inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed Jul 11, 2024
1 parent c673b0a commit a620e09
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ inputs:
required: false
default: "3.9"
cuda_version:
description: "CUDA Version. Will be used in the conda install command for pytorch. 11.8 or 12.1. Only valid when os is linux or windows."
description: "CUDA Version. Will be used in the conda install command for pytorch."
required: false
default: "12.1"
torch_version:
description: "Pytorch Version. Will be used in the conda install command for pytorch. 1.10.0 or 1.11.0. Only valid when os is linux or windows."
description: "Pytorch Version type, 'stable', 'nightly', 'specific'"
required: false
default: 'stable'
specific_torch_install:
description: "Command for installing specific torch version. E.g. `conda install bla bla`"
required: false
default: ''
models-json:
description: '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" } }'
required: false
Expand Down

0 comments on commit a620e09

Please sign in to comment.