mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
wip on adding esrgan upscaling
This commit is contained in:
@@ -220,6 +220,10 @@ extern "C"
|
||||
{
|
||||
return sdtype_generate(inputs);
|
||||
}
|
||||
sd_generation_outputs sd_upscale(const sd_upscale_inputs inputs)
|
||||
{
|
||||
return sdtype_upscale(inputs);
|
||||
}
|
||||
sd_info_outputs sd_get_info()
|
||||
{
|
||||
return sdtype_get_info();
|
||||
|
||||
Reference in New Issue
Block a user