mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-15 14:50:55 -08:00
also return the removed field to sdapi/v1/upscalers because someone might have relied on it existing
This commit is contained in:
parent
42a70d7477
commit
602a1864b0
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue