update: external video node

This commit is contained in:
nick 2024-07-20 00:16:39 -07:00
parent eb40fddb76
commit 10ba00e3dd

View File

@ -737,6 +737,7 @@ def load_video_cv(
return (None, len(images), audio, video_info, {"samples": images})
# modeled after Video upload node
class ComfyUIDeployExternalVideo:
@classmethod
def INPUT_TYPES(s):