[2.1.822] New Inpaint System

See related documents for more details.
This commit is contained in:
lllyasviel
2023-11-19 17:37:22 -08:00
committed by GitHub
parent 8f9f020e8f
commit dececbd060
19 changed files with 400 additions and 191 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ def get_shape_ceil(h, w):
def get_image_shape_ceil(im):
H, W, _ = im.shape
H, W = im.shape[:2]
return get_shape_ceil(H, W)