Skip to content
play

GitHub Action

Run ComfyUI on Various OSs

1.0.0 Latest version

Run ComfyUI on Various OSs

play

Run ComfyUI on Various OSs

Run a comfyui workflow on various OSs

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Run ComfyUI on Various OSs

uses: Comfy-Org/[email protected]

Learn more about this action in Comfy-Org/comfy-action

Choose a version

comfy-action

Sets up ComfyUI on Github Action Runner and execute a workflow json.

This is meant to be run in the ComfyUI repository.

TODO

[] Have option to compare results with previous runs.

Set up MacOS Runners

Make sure Homebrew is on the path for bash. This is needed for tmate-action, which can be helpful during debugging.

nano ~/.bash_profile

export HOMEBREW_PREFIX="/opt/homebrew";
export HOMEBREW_CELLAR="/opt/homebrew/Cellar";
export HOMEBREW_REPOSITORY="/opt/homebrew";
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin${PATH+:$PATH}";
export MANPATH="/opt/homebrew/share/man${MANPATH+:$MANPATH}:";
export INFOPATH="/opt/homebrew/share/info:${INFOPATH:-}";