开发基于图片素材生成视频的webui功能

This commit is contained in:
puke
2025-12-04 11:14:14 +08:00
parent ea784e0d06
commit 7425b9d23d
8 changed files with 896 additions and 104 deletions

View File

@@ -25,7 +25,7 @@ from web.pipelines.base import (
# Import all pipeline UI modules to ensure they register themselves
from web.pipelines import standard
from web.pipelines import demo
from web.pipelines import asset_based
__all__ = [
"PipelineUI",