Files
hfut-bishe/python_server/model/Inpaint/__init__.py
T
2026-05-14 18:37:18 +08:00

4 lines
95 B
Python

from .flux_fill.loader import make_flux_fill_predictor
__all__ = ["make_flux_fill_predictor"]