Fix issue loading webp files in UI.
This commit is contained in:
parent
c782cf3ea9
commit
982338b9bb
|
@ -599,7 +599,7 @@ export class ComfyUI {
|
|||
const fileInput = $el("input", {
|
||||
id: "comfy-file-input",
|
||||
type: "file",
|
||||
accept: ".json,image/png,.latent,.safetensors",
|
||||
accept: ".json,image/png,.latent,.safetensors,image/webp",
|
||||
style: {display: "none"},
|
||||
parent: document.body,
|
||||
onchange: () => {
|
||||
|
|
Loading…
Reference in New Issue