Skip to content

Commit

Permalink
Commented out unnecessary code and removed pip
Browse files Browse the repository at this point in the history
install command
  • Loading branch information
yoland68 committed Jun 12, 2024
1 parent 5a7a0db commit 6666eb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ runs:
run: |
cd ${{ github.action_path }}
ls "${{ github.workspace }}"
python3 download-models.py raw '${{ inputs.models-json }}' "${{ github.workspace }}/models/"
# python3 download-models.py raw '${{ inputs.models-json }}' "${{ github.workspace }}/models/"
cp "${HOME}/v1-5-pruned-emaonly.ckpt" "${{ github.workspace }}/models/checkpoints/"
cp "${HOME}/epiNoiseoffset_v2.safetensors" "${{ github.workspace }}/models/loras/"
Expand Down Expand Up @@ -341,7 +341,6 @@ runs:
run: |
cd $Env:GITHUB_ACTION_PATH
ls "$Env:GITHUB_WORKSPACE"
pip install -r requirements.txt
cp "C:\actions-runner\v1-5-pruned-emaonly.ckpt" "$Env:GITHUB_WORKSPACE/models/checkpoints"
shell: powershell

Expand Down

0 comments on commit 6666eb4

Please sign in to comment.