Skip to content

Commit

Permalink
Commented back in 'mask' parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
dubtor authored Jun 26, 2024
1 parent 540fe64 commit b6f0b77
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions schemas/img2img.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b6f0b77

Please sign in to comment.