Skip to content

Commit

Permalink
Fix issue loading webp files in UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Nov 24, 2023
1 parent c782cf3 commit 982338b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/scripts/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: () => {
Expand Down

0 comments on commit 982338b

Please sign in to comment.