Skip to content

Commit

Permalink
fix: update image path in manual workflow for image-to-image testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Aatrick committed Feb 28, 2025
1 parent 35f3256 commit b88ce33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# Test basic pipeline
python modules/user/pipeline.py "1girl" 512 512 1 1 --hires-fix --adetailer --autohdr --prio-speed
# Test image to image
python modules/user/pipeline.py "./_internal/output/HiresFix/LD-HF_00001_.png" 512 512 1 1 --img2img --prio-speed
python modules/user/pipeline.py "./_internal/output/Adetailer/LD-head_00001_.png" 512 512 1 1 --img2img --prio-speed
shell: bash

- name: Upload test artifacts
Expand Down

0 comments on commit b88ce33

Please sign in to comment.