GitHub Action
Run ComfyUI on Various OSs
1.0.0
Latest version
Sets up ComfyUI on Github Action Runner and execute a workflow json.
This is meant to be run in the ComfyUI repository.
[] Have option to compare results with previous runs.
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:-}";