mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
Fix audio upload when no audio in input dir (#3891)
This commit is contained in:
parent
4f9d2b057c
commit
5ff3d4eb3a
@ -145,7 +145,9 @@ app.registerExtension({
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
// Initially load default audio file to audioUIWidget.
|
// Initially load default audio file to audioUIWidget.
|
||||||
onAudioWidgetUpdate()
|
if (audioWidget.value) {
|
||||||
|
onAudioWidgetUpdate()
|
||||||
|
}
|
||||||
audioWidget.callback = onAudioWidgetUpdate
|
audioWidget.callback = onAudioWidgetUpdate
|
||||||
|
|
||||||
const fileInput = document.createElement("input")
|
const fileInput = document.createElement("input")
|
||||||
|
Loading…
Reference in New Issue
Block a user