Skip to content

Commit

Permalink
Fix queue prompt.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jun 28, 2024
1 parent 1f10392 commit 9d7a781
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ runs:
with:
path: ${{ github.workspace }}/models
key: ${{ runner.os }}-models-${{ steps.generate_hash.outputs.hash }}
save-always: true

- name: '[Unix] Download models'
if: ${{ inputs.os != 'windows' }}
Expand Down Expand Up @@ -245,6 +246,7 @@ runs:
with:
path: ${{ github.workspace }}/models
key: ${{ runner.os }}-models-${{ steps.generate_hash_windows.outputs.hash }}
save-always: true

# Keep in mind the self runner must be setup with a model in C:\actions-runner\
# - name: '[Win] Download models'
Expand Down Expand Up @@ -303,7 +305,7 @@ runs:
if: ${{ inputs.os == 'windows' }}
shell: powershell
run: |
Set-Location ${{ env.GITHUB_ACTION_PATH }}
cd $Env:GITHUB_ACTION_PATH
conda activate comfyui
Write-Host "Running workflows: ${{ inputs.workflow_filenames }}"
python queue_prompt.py `
Expand Down

0 comments on commit 9d7a781

Please sign in to comment.