From b6f0b77c7cc80c5f61894765551109a5f74b9b58 Mon Sep 17 00:00:00 2001 From: Robert Date: Wed, 26 Jun 2024 11:08:22 +0200 Subject: [PATCH] Commented back in 'mask' parameter --- schemas/img2img.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/schemas/img2img.py b/schemas/img2img.py index aec22a2..6de306e 100644 --- a/schemas/img2img.py +++ b/schemas/img2img.py @@ -206,12 +206,11 @@ 'required': False, 'default': 0 }, - # Setting this as an empty string by default causes the API call to fail - # 'mask': { - # 'type': str, - # 'required': False, - # 'default': '' - # }, + 'mask': { + 'type': str, + 'required': False, + 'default': '' + }, 'mask_blur_x': { 'type': int, 'required': False,