We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425119d commit f4a73caCopy full SHA for f4a73ca
invokeai/frontend/web/src/features/controlLayers/util/bitmapToMaskObjects.ts
@@ -226,7 +226,7 @@ export function maskObjectsToBitmap(
226
if ('image_name' in obj.image) {
227
// This would need proper image loading from the server
228
// For now, we'll skip image objects in the mask conversion
229
- console.warn('Image objects with image_name are not supported in mask conversion');
+ // Image objects are not supported in this simple mask conversion
230
} else {
231
// Data URL image
232
img.src = obj.image.dataURL;
0 commit comments