chore: add sd_ prefix to a few functions (#967)

This commit is contained in:
Wagner Bruna
2025-12-01 11:43:52 -03:00
committed by GitHub
parent 0743a1b3b5
commit e4c50f1de5
6 changed files with 11 additions and 11 deletions

View File

@@ -1306,7 +1306,7 @@ void parse_args(int argc, const char** argv, SDParams& params) {
}
if (params.n_threads <= 0) {
params.n_threads = get_num_physical_cores();
params.n_threads = sd_get_num_physical_cores();
}
if ((params.mode == IMG_GEN || params.mode == VID_GEN) && params.prompt.length() == 0) {