fix model init
This commit is contained in:
@@ -206,7 +206,7 @@ class ZITS(InpaintModel):
|
||||
pad_mod = 32
|
||||
pad_to_square = True
|
||||
|
||||
def __init__(self, device):
|
||||
def __init__(self, device, **kwargs):
|
||||
"""
|
||||
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user