Skip to content

Commit

Permalink
Update run_sdxl_tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiang007666 authored Apr 16, 2024
1 parent c6a3564 commit ec80ce1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run_sdxl_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ run_benchmark() {

run_benchmark "_enterprise" "True" "True"
run_benchmark "_enterprise" "False" "True"
run_benchmark "" "True" "True"
run_benchmark "" "False" "True"
run_benchmark "" "False" "False"
python3 sdxl/text_to_image_sdxl_quality_benchmark.py --image_path $OUTPUT_DIR
python3 sdxl/text_to_image_sdxl_quality_benchmark.py --image_path $OUTPUT_DIR --deep_cache False
python3 sdxl/text_to_image_sdxl_quality_benchmark.py --image_path $OUTPUT_DIR --compile False --deep_cache False

python -m clip_score $OUTPUT_DIR/anime $PROMPTS_DIR/anime
python -m clip_score $OUTPUT_DIR/concept-art $PROMPTS_DIR/concept-art
Expand Down

0 comments on commit ec80ce1

Please sign in to comment.