mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-06-12 07:36:58 +08: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