Skip to content

Commit eaf7ae8

Browse files
committed
Merge branch 'master' into beta
2 parents d0cf796 + 982338b commit eaf7ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/scripts/ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ export class ComfyUI {
599599
const fileInput = $el("input", {
600600
id: "comfy-file-input",
601601
type: "file",
602-
accept: ".json,image/png,.latent,.safetensors",
602+
accept: ".json,image/png,.latent,.safetensors,image/webp",
603603
style: {display: "none"},
604604
parent: document.body,
605605
onchange: () => {

0 commit comments

Comments
 (0)