iuliaturc / detextify

Remove text from AI-generated images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in assignment

yang0 opened this issue · comments

commented
        crop_x1 = min(x + SD_SIZE, image.height)
        crop_y1 = min(y + SD_SIZE, image.width)