mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 05:22:34 +08:00
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. |
||
|---|---|---|
| .. | ||
| clipspace.js | ||
| colorPalette.js | ||
| contextMenuFilter.js | ||
| dynamicPrompts.js | ||
| editAttention.js | ||
| invertMenuScrolling.js | ||
| keybinds.js | ||
| maskeditor.js | ||
| nodeTemplates.js | ||
| noteNode.js | ||
| rerouteNode.js | ||
| saveImageExtraOutput.js | ||
| slotDefaults.js | ||
| snapToGrid.js | ||
| uploadImage.js | ||
| widgetInputs.js | ||