ROSE / rose /pipeline /__init__.py
weiyuchoumou526's picture
Initial commit
080c0c2
raw
history blame contribute delete
233 Bytes
from .pipeline_wan_fun import WanFunPipeline
from .pipeline_wan_fun_inpaint import WanFunInpaintPipeline
from .pipeline_wan_fun_control import WanFunControlPipeline
WanPipeline = WanFunPipeline
WanI2VPipeline = WanFunInpaintPipeline