mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-12 00:19:50 +00:00
also return the removed field to sdapi/v1/upscalers because someone might have relied on it existing
This commit is contained in:
@@ -380,6 +380,7 @@ class Api:
|
||||
"name": upscaler.name,
|
||||
"model_name": upscaler.scaler.model_name,
|
||||
"model_path": upscaler.data_path,
|
||||
"model_url": None,
|
||||
"scale": upscaler.scale,
|
||||
}
|
||||
for upscaler in shared.sd_upscalers
|
||||
|
||||
Reference in New Issue
Block a user