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

Changed to upload to input dir

Fixed jpg
Added dupe support
Changed to use existing nodes
This commit is contained in:
pythongosssss
2023-03-09 17:57:59 +00:00
parent 4a326a2548
commit 99abc0eb2e
4 changed files with 16 additions and 14 deletions

View File

@@ -141,7 +141,7 @@ export const ComfyWidgets = {
node.imgs = [img];
app.graph.setDirtyCanvas(true);
};
img.src = `/view/${name}?type=uploads`;
img.src = `/view/${name}?type=input`;
}
// Add our own callback to the combo widget to render an image when it changes