Skip to content

Commit

Permalink
feat: ensure onnx option is tested
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Feb 20, 2023
1 parent 908a9ca commit 9fb71c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tests() {
TEST_IMAGE="An_impressionist_painting_of_a_parakeet_eating_spaghetti_in_the_desert_full.png"
curl -sL "${BASE_URL}/${TEST_IMAGE}" > "$PWD/input/${TEST_IMAGE}"
run --skip --height 512 --width 640 "abstract art"
run --device cpu --image "${TEST_IMAGE}" --strength 0.6 "abstract art"
run --device cpu --onnx --image "${TEST_IMAGE}" --strength 0.6 "abstract art"
run --model "stabilityai/stable-diffusion-2" \
--skip --height 768 --width 768 "abstract art"
run --model "stabilityai/stable-diffusion-2-1" \
Expand Down

0 comments on commit 9fb71c6

Please sign in to comment.