diff --git a/src/components/ConnectionDropMenu.tsx b/src/components/ConnectionDropMenu.tsx index 8b3a60f4..ca8ff240 100644 --- a/src/components/ConnectionDropMenu.tsx +++ b/src/components/ConnectionDropMenu.tsx @@ -515,6 +515,15 @@ const AUDIO_TARGET_OPTIONS: MenuOption[] = [ ), }, + { + type: "generateVideo", + label: "Generate Video", + icon: ( + + + + ), + }, { type: "output", label: "Output", diff --git a/src/components/modals/ModelSearchDialog.tsx b/src/components/modals/ModelSearchDialog.tsx index 7ba4f3f5..febf97f1 100644 --- a/src/components/modals/ModelSearchDialog.tsx +++ b/src/components/modals/ModelSearchDialog.tsx @@ -539,6 +539,10 @@ export function ModelSearchDialog({ color = "bg-fuchsia-500/20 text-fuchsia-300"; label = "txt→audio"; break; + case "audio-to-video": + color = "bg-violet-500/20 text-violet-300"; + label = "audio→vid"; + break; } if (label) {