Skip to content

Commit b2bfea9

Browse files
authored
Refactor appearance.js to include SAM3Segment
1 parent 8ad43b4 commit b2bfea9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web/js/appearance.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const NODE_COLORS = {
1919
"BiRefNetRMBG": "segment",
2020
"SAM2Segment": "segment",
2121
"SAM2SegmentDiscovery": "segment",
22+
"SAM3Segment": "segment",
2223
"SAM2SegmentDiscoveryAdv": "segment",
2324

2425
// Utility nodes
@@ -77,4 +78,5 @@ const ext = {
7778
}
7879
};
7980

80-
app.registerExtension(ext);
81+
82+
app.registerExtension(ext);

0 commit comments

Comments
 (0)