aboutsummaryrefslogtreecommitdiffstats
path: root/modules/api/models.py
diff options
context:
space:
mode:
authorBruno Seoane <brunoseoaneamarillo@gmail.com>2022-10-26 12:54:26 +0000
committerBruno Seoane <brunoseoaneamarillo@gmail.com>2022-10-26 12:54:26 +0000
commitb2e0d8ba789b345145436f6e960a3f0a896a6643 (patch)
tree9642d10a09dbc7ad098e524dba3e63845158c498 /modules/api/models.py
parent8320963dcbc80e9c4cdef6124cb3cf0d246badd8 (diff)
downloadstable-diffusion-webui-gfx803-b2e0d8ba789b345145436f6e960a3f0a896a6643.tar.gz
stable-diffusion-webui-gfx803-b2e0d8ba789b345145436f6e960a3f0a896a6643.tar.bz2
stable-diffusion-webui-gfx803-b2e0d8ba789b345145436f6e960a3f0a896a6643.zip
Remove folder endpoint
Diffstat (limited to 'modules/api/models.py')
-rw-r--r--modules/api/models.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/api/models.py b/modules/api/models.py
index 00406368..dd122321 100644
--- a/modules/api/models.py
+++ b/modules/api/models.py
@@ -148,8 +148,4 @@ class ExtrasBatchImagesRequest(ExtrasBaseRequest):
imageList: list[FileData] = Field(title="Images", description="List of images to work on. Must be Base64 strings")
class ExtrasBatchImagesResponse(ExtraBaseResponse):
- images: list[str] = Field(title="Images", description="The generated images in base64 format.")
-
-class ExtrasFoldersRequest(ExtrasBaseRequest):
- input_dir: str = Field(title="Input directory", description="Directory path from where to take the images")
- output_dir: str = Field(title="Output directory", description="Directory path to put the processsed images into")
+ images: list[str] = Field(title="Images", description="The generated images in base64 format.") \ No newline at end of file