1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-04 07:52:46 +08:00

Load workflow from latent file.

This commit is contained in:
comfyanonymous
2023-05-18 02:41:21 -04:00
parent faf899ad5a
commit 62a371e12b
4 changed files with 24 additions and 3 deletions

View File

@@ -465,7 +465,7 @@ export class ComfyUI {
const fileInput = $el("input", {
id: "comfy-file-input",
type: "file",
accept: ".json,image/png",
accept: ".json,image/png,.latent",
style: { display: "none" },
parent: document.body,
onchange: () => {