Skip to content

Commit

Permalink
ci: 🚀 add controlnetpreprocessors to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
melMass committed Aug 6, 2023
1 parent a54d7d5 commit 63b3aec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test_embedded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,16 @@ jobs:
with:
path: ComfyUI_windows_portable
key: ${{ runner.os }}-comfy-env
- name: ⏬ Install other extensions
shell: bash
run: |
export COMFY_PYTHON="${GITHUB_WORKSPACE}/ComfyUI_windows_portable/python_embeded/python.exe"
cd "${GITHUB_WORKSPACE}/ComfyUI_windows_portable/ComfyUI/custom_nodes"
git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors
cd comfy_controlnet_preprocessors
$COMFY_PYTHON install.py
- name: ♻️ Checking out comfy_mtb to custom_nodes
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 63b3aec

Please sign in to comment.