mirror of
https://github.com/Azornes/Comfyui-LayerForge.git
synced 2026-03-26 06:45:44 -03:00
Revert Cached Blend Area
This commit is contained in:
@@ -326,9 +326,6 @@ If you see dark images or masks in the output, make sure node_id is set to ${cor
|
||||
const preparedLayers = await Promise.all(this.canvas.layers.map(async (layer: Layer, index: number) => {
|
||||
const newLayer: Omit<Layer, 'image'> & { imageId: string } = { ...layer, imageId: layer.imageId || '' };
|
||||
delete (newLayer as any).image;
|
||||
// Remove cache properties that cannot be serialized for the worker
|
||||
delete (newLayer as any).blendedImageCache;
|
||||
delete (newLayer as any).blendedImageDirty;
|
||||
|
||||
if (layer.image instanceof HTMLImageElement) {
|
||||
if (layer.imageId) {
|
||||
|
||||
Reference in New Issue
Block a user