Skip to content

Commit

Permalink
Remove installs.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jun 27, 2024
1 parent f582ee9 commit 316812a
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,29 +105,12 @@ runs:
environment-file: ${{ inputs.conda_env_file }}
use-only-tar-bz2: true

- name: '[Unix] Install Comfy-CLI'
if: ${{ inputs.os != 'windows' }}
shell: bash -el {0}
run: |
which pip
which pip3
pip3 install comfy-cli
comfy --version
comfy --skip-prompt --no-enable-telemetry env
- name: '[Unix] Check conda environment'
if: ${{ inputs.os != 'windows' }}
run: |
conda info
conda list
shell: bash -el {0}

- name: '[Unix] Install pip requirements for comfy action'
if: ${{ inputs.os != 'windows' }}
shell: bash -el {0}
run: |
cd ${{ github.action_path }}
pip3 install -r requirements.txt

- name: Generate hash from models-json
id: generate_hash
Expand All @@ -147,13 +130,6 @@ runs:
run: |
cd ${{ github.action_path }}
python3 download-models.py raw '${{ inputs.models-json }}' "${{ github.workspace }}/models/"
- name: '[Unix] Install dependencies'
if: ${{ inputs.os != 'windows' }}
shell: bash -el {0}
run: |
which pip3
pip3 install -r requirements.txt
- name: '[Unix] Run Python application in background'
if: ${{ inputs.os != 'windows' }}
Expand Down

0 comments on commit 316812a

Please sign in to comment.