Include WanVideoWrapper for help popups

This commit is contained in:
kijai 2025-03-08 12:15:32 +02:00
parent 28d1fbda34
commit 665f59fae3
2 changed files with 1 additions and 4 deletions

View File

@ -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 |
+-------------------+--------+---------+--------+
</pre>
"""
EXPERIMENTAL = True

View File

@ -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) {