1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-04 07:52:46 +08:00

Save and load workflow from the flac files output by SaveAudio.

This commit is contained in:
comfyanonymous
2024-06-27 01:28:59 -04:00
parent 3b423afcca
commit 4650e7d6e9
4 changed files with 164 additions and 4 deletions

View File

@@ -373,7 +373,7 @@ export class ComfyUI {
const fileInput = $el("input", {
id: "comfy-file-input",
type: "file",
accept: ".json,image/png,.latent,.safetensors,image/webp",
accept: ".json,image/png,.latent,.safetensors,image/webp,audio/flac",
style: {display: "none"},
parent: document.body,
onchange: () => {