mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 14:27:40 +00:00
add 'SaveVideo' into saveNodeTypes (#6647)
## Summary add 'SaveVideo' into saveNodeTypes to fix [ComfyUI 10285](https://github.com/comfyanonymous/ComfyUI/issues/10285) and [ComfyUI 10479](https://github.com/comfyanonymous/ComfyUI/issues/10479) ## Changes add 'SaveVideo' into saveNodeTypes values ## Review Focus is this enough? ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6647-add-SaveVideo-into-saveNodeTypes-2a76d73d365081d9bb7eccc358c9836d) by [Unito](https://www.unito.io)
This commit is contained in:
@@ -4,6 +4,7 @@ import { app } from '../../scripts/app'
|
||||
|
||||
const saveNodeTypes = new Set([
|
||||
'SaveImage',
|
||||
'SaveVideo',
|
||||
'SaveAnimatedWEBP',
|
||||
'SaveWEBM',
|
||||
'SaveAudio',
|
||||
|
||||
Reference in New Issue
Block a user