make CI happy

This commit is contained in:
bssrdf 2025-11-08 20:33:05 -05:00
parent 6106e9068b
commit a2db92f41c
1 changed files with 2 additions and 2 deletions

View File

@ -653,8 +653,8 @@ int main(void)
int k = 0;
for (auto c : configs_sdxl_1024){
// for (auto c : configs){
// for (auto c : configs_sdxl_1024){
for (auto c : configs){
test_model model;
load_model(model, std::get<0>(c), std::get<1>(c), std::get<2>(c),
std::get<3>(c), std::get<4>(c), std::get<5>(c), true);