Update videoSave.js
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ app.registerExtension({
|
|||||||
|
|
||||||
|
|
||||||
const onAdded = nodeType.prototype.onAdded;
|
const onAdded = nodeType.prototype.onAdded;
|
||||||
if (nodeData.name === "SaveVideo [n-suite]") {
|
if (nodeData.name === "DeepFuze Save") {
|
||||||
nodeType.prototype.onAdded = function () {
|
nodeType.prototype.onAdded = function () {
|
||||||
|
|
||||||
ExtendedComfyWidgets["VIDEO"](this, "videoOutWidget", ["STRING"], "", app,"output");
|
ExtendedComfyWidgets["VIDEO"](this, "videoOutWidget", ["STRING"], "", app,"output");
|
||||||
|
|||||||
Reference in New Issue
Block a user