Skip to content

Commit

Permalink
add default workflows on action side
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 6, 2024
1 parent 6178ee2 commit cd2fdd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ inputs:
required: false
workflow_filenames:
description: "The list of workflow filenames is listed in the workflows/ directory. Separate by comma, e.g., 'workflow1.json,workflow2.json'."
required: true
required: false
default: 'default.json,lora.json'
comfyui_flags:
description: "Flags to pass to the comfyui application. eg. --force-fp16"
required: false
Expand Down

0 comments on commit cd2fdd3

Please sign in to comment.