We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3696e commit 7245eeeCopy full SHA for 7245eee
src/extensions/core/saveImageExtraOutput.ts
@@ -5,7 +5,7 @@ import { applyTextReplacements } from '../../scripts/utils'
5
app.registerExtension({
6
name: 'Comfy.SaveImageExtraOutput',
7
async beforeRegisterNodeDef(nodeType, nodeData, app) {
8
- if (nodeData.name === 'SaveImage') {
+ if (nodeData.name === 'SaveImage' || nodeData.name === 'SaveAnimatedWEBP') {
9
const onNodeCreated = nodeType.prototype.onNodeCreated
10
// When the SaveImage node is created we want to override the serialization of the output name widget to run our S&R
11
nodeType.prototype.onNodeCreated = function () {
0 commit comments