ComfyUI/web/extensions/core
Lt.Dr.Data 45b049669b Add support for channel-specific image data retrieval in /view API to fix alpha mask loading issue
When loading an image with an alpha mask in JavaScript canvas, there is an issue where the alpha and RGB channels are premultiplied. To avoid reliance on JavaScript canvas, I added support for channel-specific image data retrieval in the "/view" API. This allows us to retrieve data for each channel separately and fix the alpha mask loading issue. The changes have been committed to the repository.
2023-04-27 14:33:02 +09:00
..
clipspace.js clipspace feature added 2023-04-22 12:31:48 +09:00
colorPalette.js fix comfy list not styled, and light theme border 2023-04-13 06:38:24 -04:00
contextMenuFilter.js Fix scaled position when filtering 2023-04-03 08:11:44 +01:00
dynamicPrompts.js check if workflowNode And widgets_values are defined as they were causing errors on QueuePrompt after loading workFlow 2023-04-03 22:01:18 +02:00
editAttention.js Remove brackets if weight == 1 2023-04-20 23:55:20 -06:00
invertMenuScrolling.js Added filter input to combos 2023-04-02 19:03:34 +01:00
keybinds.js Fix "Ctrl+Enter doesn't work when textarea has focus" regression introduced in #491. 2023-04-17 01:58:33 +09:00
maskeditor.js Add support for channel-specific image data retrieval in /view API to fix alpha mask loading issue 2023-04-27 14:33:02 +09:00
nodeTemplates.js Adds menu for adding + managing node templates 2023-04-08 14:39:10 +01:00
noteNode.js node serialization 2023-04-15 20:16:28 -04:00
rerouteNode.js Adds orientation settings to reroute nodes, allowing for cleaner 2023-04-03 17:47:32 -04:00
saveImageExtraOutput.js Changed default name to be the node type not title 2023-04-12 13:52:19 +01:00
slotDefaults.js Cleanup. 2023-04-21 23:43:38 -04:00
snapToGrid.js Change grid size to slider 2023-04-13 10:04:06 -06:00
uploadImage.js Changed to upload to input dir 2023-03-09 17:57:59 +00:00
widgetInputs.js Merge branch 'fix-combo-auto-primitive' of https://github.com/pythongosssss/ComfyUI 2023-04-15 12:36:43 -04:00