11import { app } from "/scripts/app.js" ;
22
33const COLOR_THEMES = {
4- segment : { nodeColor : "#222e40" , nodeBgColor : "#364254" , width : 340 } ,
5- utility : { nodeColor : "#2e3e57" , nodeBgColor : "#4b5b73" , width : 320 } ,
4+ segment : { nodeColor : "#222e40" , nodeBgColor : "#364254" , width : 340 } ,
5+ utility : { nodeColor : "#2e3e57" , nodeBgColor : "#4b5b73" , width : 320 } ,
66} ;
77
88const NODE_COLORS = {
@@ -26,6 +26,7 @@ const NODE_COLORS = {
2626 "AILab_ImageMaskConvert" : "utility" ,
2727 "AILab_MaskEnhancer" : "utility" ,
2828 "AILab_MaskCombiner" : "utility" ,
29+ "AILab_MaskOverlay" : "utility" ,
2930 "AILab_ImageCombiner" : "utility" ,
3031 "AILab_MaskExtractor" : "utility" ,
3132 "AILab_ImageStitch" : "utility" ,
@@ -34,6 +35,8 @@ const NODE_COLORS = {
3435 "AILab_CropObject" : "utility" ,
3536 "AILab_ImageCompare" : "utility" ,
3637 "AILab_ColorInput" : "utility" ,
38+ "AILab_ImageMaskResize" : "utility" ,
39+ "AILab_LamaRemover" : "utility" ,
3740} ;
3841
3942function setNodeColors ( node , theme ) {
0 commit comments