Skip to content

Commit

Permalink
ci: 🚀 only fetch controlnet_preprocessor deps
Browse files Browse the repository at this point in the history
A true install seems to requires CUDA, I can probably change the image too.
  • Loading branch information
melMass authored Aug 8, 2023
1 parent 4dd5321 commit 414beb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_embedded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors
cd comfy_controlnet_preprocessors
$COMFY_PYTHON install.py
$COMFY_PYTHON -m pip install -r requirements.txt
- name: ♻️ Checking out comfy_mtb to custom_nodes
uses: actions/checkout@v3
Expand Down

0 comments on commit 414beb9

Please sign in to comment.