diff options
author | Roy Shilkrot <roy.shil@gmail.com> | 2022-10-31 15:51:21 +0000 |
---|---|---|
committer | Roy Shilkrot <roy.shil@gmail.com> | 2022-10-31 15:51:21 +0000 |
commit | 3f3d14afd5abd07d3843370dc1c28be299dbdbab (patch) | |
tree | e9ea822cc883e6870cc1b488707cb37db58f4bf7 /modules/api/api.py | |
parent | df6a7ebfe8cc4da23861e3e2583693bb7808d573 (diff) | |
download | stable-diffusion-webui-gfx803-3f3d14afd5abd07d3843370dc1c28be299dbdbab.tar.gz stable-diffusion-webui-gfx803-3f3d14afd5abd07d3843370dc1c28be299dbdbab.tar.bz2 stable-diffusion-webui-gfx803-3f3d14afd5abd07d3843370dc1c28be299dbdbab.zip |
nix unused thing
Diffstat (limited to 'modules/api/api.py')
-rw-r--r-- | modules/api/api.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/api/api.py b/modules/api/api.py index 6a903e4c..536e3f16 100644 --- a/modules/api/api.py +++ b/modules/api/api.py @@ -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 |