@@ -130,8 +130,7 @@ class ExtrasBaseRequest(BaseModel):
extras_upscaler_2_visibility:float=Field(default=0,title="Secondary upscaler visibility",ge=0,le=1,allow_inf_nan=False,description="Sets the visibility of secondary upscaler, values should be between 0 and 1.")
classExtraBaseResponse(BaseModel):
html_info_x:str
html_info:str
html_info:str=Field(title="HTML info",description="A series of HTML tags containing the process info.")
classExtrasSingleImageRequest(ExtrasBaseRequest):
image:str=Field(default="",title="Image",description="Image to work on, must be a Base64 string containing the image's data.")
...
...
@@ -139,9 +138,6 @@ class ExtrasSingleImageRequest(ExtrasBaseRequest):