We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6385567 commit d3dee61Copy full SHA for d3dee61
1 file changed
scripts/run-sd-scripts-release-tests.sh
@@ -72,20 +72,10 @@ cd "${sd_scripts_dir}"
72
pytest -q \
73
tests/test_custom_offloading_utils.py \
74
tests/test_expand_unet_to_inpainting.py \
75
- tests/test_fine_tune.py \
76
- tests/test_flux_train.py \
77
- tests/test_flux_train_network.py \
78
tests/test_lumina_train_network.py \
79
tests/test_mask_generator.py \
80
- tests/test_sd3_train.py \
81
- tests/test_sd3_train_network.py \
82
- tests/test_sdxl_train.py \
83
tests/test_sdxl_train_leco.py \
84
- tests/test_sdxl_train_network.py \
85
- tests/test_train.py \
86
tests/test_train_leco.py \
87
- tests/test_train_network.py \
88
- tests/test_train_textual_inversion.py \
89
tests/test_validation.py \
90
tests/library
91
'
0 commit comments