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