mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-23 23:51:23 +08:00
Fix audio upload when no audio in input dir (#3891)
This commit is contained in:
parent
ad1d7cb5c2
commit
abc54d2653
@ -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…
x
Reference in New Issue
Block a user