Update processor.py
Browse files- processor.py +1 -1
processor.py
CHANGED
@@ -17,7 +17,7 @@ import kiui
|
|
17 |
# and might be causing issues if run repeatedly
|
18 |
|
19 |
|
20 |
-
class LRMImageProcessor(
|
21 |
def __init__(self, source_size=512, *args, **kwargs):
|
22 |
print("add super")
|
23 |
super().__init__(*args, **kwargs)
|
|
|
17 |
# and might be causing issues if run repeatedly
|
18 |
|
19 |
|
20 |
+
class LRMImageProcessor(BaseImageProcessorFast):
|
21 |
def __init__(self, source_size=512, *args, **kwargs):
|
22 |
print("add super")
|
23 |
super().__init__(*args, **kwargs)
|