sd: get the available schedulers directly from sd.cpp (#1900)

Avoids a hardcoded list on the Python side.
This commit is contained in:
Wagner Bruna
2025-12-24 10:55:24 -03:00
committed by GitHub
parent 26d89bf589
commit f30da43b7f
5 changed files with 57 additions and 2 deletions
+4
View File
@@ -219,6 +219,10 @@ extern "C"
{
return sdtype_generate(inputs);
}
sd_info_outputs sd_get_info()
{
return sdtype_get_info();
}
bool whisper_load_model(const whisper_load_model_inputs inputs)
{