Track bundled vendor runtime sources
This commit is contained in:
7
vendor/ComfyUI/comfy_api/input_impl/__init__.py
vendored
Normal file
7
vendor/ComfyUI/comfy_api/input_impl/__init__.py
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# This file only exists for backwards compatibility.
|
||||
from comfy_api.latest._input_impl import VideoFromFile, VideoFromComponents
|
||||
|
||||
__all__ = [
|
||||
"VideoFromFile",
|
||||
"VideoFromComponents",
|
||||
]
|
||||
2
vendor/ComfyUI/comfy_api/input_impl/video_types.py
vendored
Normal file
2
vendor/ComfyUI/comfy_api/input_impl/video_types.py
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# This file only exists for backwards compatibility.
|
||||
from comfy_api.latest._input_impl.video_types import * # noqa: F403
|
||||
Reference in New Issue
Block a user