BiliSakura's picture
Add files using upload-large-folder tool
28f2247 verified
raw
history blame contribute delete
142 Bytes
"""Compatibility shim so diffusers can import `sat_unet.SatUNet` from repo root."""
from unet.sat_unet import SatUNet
__all__ = ["SatUNet"]