BiliSakura's picture
Update all files for BitDance-14B-64x-diffusers
b1a41c9 verified
raw
history blame contribute delete
174 Bytes
"""Thin wrapper for diffusers custom_pipeline loading."""
from bitdance_diffusers.pipeline_bitdance import BitDanceDiffusionPipeline
__all__ = ["BitDanceDiffusionPipeline"]