mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-07-27 08:16:44 +00:00
Fix missing backward compatibility proxy
This commit is contained in:
parent
d673124343
commit
4a461b6093
2
comfy_api/util/__init__.py
Normal file
2
comfy_api/util/__init__.py
Normal file
@ -0,0 +1,2 @@
|
||||
# This file only exists for backwards compatibility.
|
||||
from comfy_api.latest.util import * # noqa: F403
|
2
comfy_api/util/video_types.py
Normal file
2
comfy_api/util/video_types.py
Normal file
@ -0,0 +1,2 @@
|
||||
# This file only exists for backwards compatibility.
|
||||
from comfy_api.latest.util.video_types import * # noqa: F403
|
Loading…
x
Reference in New Issue
Block a user