From 665f59fae3d855b459c0fb7542c5121adf044833 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Sat, 8 Mar 2025 12:15:32 +0200 Subject: [PATCH] Include WanVideoWrapper for help popups --- nodes/model_optimization_nodes.py | 3 --- web/js/help_popup.js | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/nodes/model_optimization_nodes.py b/nodes/model_optimization_nodes.py index 1b80851..7f53c14 100644 --- a/nodes/model_optimization_nodes.py +++ b/nodes/model_optimization_nodes.py @@ -846,9 +846,6 @@ Official recommended values https://github.com/ali-vilab/TeaCache/tree/main/TeaC | Wan2.1 i2v 720P | 0.18 | 0.20 | 0.30 | +-------------------+--------+---------+--------+ - - - """ EXPERIMENTAL = True diff --git a/web/js/help_popup.js b/web/js/help_popup.js index c05907a..ff9056f 100644 --- a/web/js/help_popup.js +++ b/web/js/help_popup.js @@ -45,7 +45,7 @@ loadScript('/kjweb_async/purify.min.js').catch((e) => { console.log(e) }) -const categories = ["KJNodes", "SUPIR", "VoiceCraft", "Marigold", "IC-Light"]; +const categories = ["KJNodes", "SUPIR", "VoiceCraft", "Marigold", "IC-Light", "WanVideoWrapper"]; app.registerExtension({ name: "KJNodes.HelpPopup", async beforeRegisterNodeDef(nodeType, nodeData) {