From afcd120595f2af0dda5acf296d2bfdc1a1e6c890 Mon Sep 17 00:00:00 2001 From: Lex Kheben Date: Thu, 23 Oct 2025 18:30:10 +0300 Subject: [PATCH] feat(configuration): add Video-to-Video task support in CPU and GPU configurations --- ComfyUI/configuration-cpu.json | 14 +++++++++++++- ComfyUI/configuration-gpu.json | 14 +++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/ComfyUI/configuration-cpu.json b/ComfyUI/configuration-cpu.json index 56188e6a..d8449e11 100644 --- a/ComfyUI/configuration-cpu.json +++ b/ComfyUI/configuration-cpu.json @@ -366,6 +366,18 @@ "pipelineType": "Video Classification" } }, + { + "languages": [], + "libraries": [ + "Adapters", + "PyTorch" + ], + "license": "unknown", + "task": { + "id": "000001", + "pipelineType": "Video-to-Video" + } + }, { "languages": [], "libraries": [ @@ -393,4 +405,4 @@ ], "datasets": [] } -} \ No newline at end of file +} diff --git a/ComfyUI/configuration-gpu.json b/ComfyUI/configuration-gpu.json index 8d61f20b..a194c339 100644 --- a/ComfyUI/configuration-gpu.json +++ b/ComfyUI/configuration-gpu.json @@ -364,6 +364,18 @@ "pipelineType": "Video Classification" } }, + { + "languages": [], + "libraries": [ + "Adapters", + "PyTorch" + ], + "license": "unknown", + "task": { + "id": "000001", + "pipelineType": "Video-to-Video" + } + }, { "languages": [], "libraries": [ @@ -391,4 +403,4 @@ ], "datasets": [] } -} \ No newline at end of file +}