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,