Track bundled vendor runtime sources
This commit is contained in:
11
vendor/ComfyUI/comfy_api/version_list.py
vendored
Normal file
11
vendor/ComfyUI/comfy_api/version_list.py
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
from comfy_api.latest import ComfyAPI_latest
|
||||
from comfy_api.v0_0_2 import ComfyAPIAdapter_v0_0_2
|
||||
from comfy_api.v0_0_1 import ComfyAPIAdapter_v0_0_1
|
||||
from comfy_api.internal import ComfyAPIBase
|
||||
|
||||
supported_versions: list[type[ComfyAPIBase]] = [
|
||||
ComfyAPI_latest,
|
||||
ComfyAPIAdapter_v0_0_2,
|
||||
ComfyAPIAdapter_v0_0_1,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user