mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-01 12:25:06 +08:00
nix unused thing
This commit is contained in:
parent
df6a7ebfe8
commit
3f3d14afd5
@ -182,10 +182,6 @@ class Api:
|
||||
if image_b64 is None:
|
||||
raise HTTPException(status_code=404, detail="Image not found")
|
||||
|
||||
populate = interrogatereq.copy(update={ # Override __init__ params
|
||||
}
|
||||
)
|
||||
|
||||
img = self.__base64_to_image(image_b64)
|
||||
|
||||
# Override object param
|
||||
|
Loading…
Reference in New Issue
Block a user