jadechoghari commited on
Commit
351d27a
1 Parent(s): b120c33

Update processor.py

Browse files
Files changed (1) hide show
  1. 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(ProcessorMixin):
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)