144afae 03bafc0 144afae 03bafc0 144afae 03bafc0
1
2
3
4
5
6
from .pipeline import ObjectRemovalPipeline from .segmenter import SAM2Predictor from .matcher import CLIPMatcher from .painter import SDXLInpainter __all__ = ['ObjectRemovalPipeline', 'CLIPMatcher', 'SDXLInpainter', 'SAM2Predictor']