mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 11:12:35 +00:00
nix unused thing
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user