Skip to content

Commit

Permalink
Fix push action omit bug
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasjansson committed Aug 25, 2024
1 parent 3c4388b commit e3cc204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
${{ github.event.inputs.compare_outputs == 'false' && '--no-compare-outputs' || '' }} \
--test-hardware=cpu \
-i replicate_weights="https://replicate.delivery/yhqm/iWjMZHd2T35kI5jaUkaG3Jb43MeA67PpYjKZQeifvTEf9yTNB/trained_model.tar" \
-i extra_lora="(none)^50%" \
-i extra_lora="(omit)^50%" \
-i extra_lora="fofr/flux-pixar-cars" \
-i extra_lora="huggingface.co/fofr/flux-wrong" \
-i extra_lora="civitai.com/models/654069" \
Expand Down

0 comments on commit e3cc204

Please sign in to comment.