fix: move essentials_category to correct replacement nodes (#12568)

Move essentials_category from deprecated/incorrect nodes to their replacements:
- ImageBatch → BatchImagesNode (ImageBatch is deprecated)
- Blur → removed (should use subgraph blueprint)
- GetVideoComponents → Video Slice

Amp-Thread-ID: https://ampcode.com/threads/T-019c8340-4da2-723b-a09f-83895c5bbda5
This commit is contained in:
Christian Byrne
2026-02-26 01:00:32 -08:00
committed by GitHub
parent 8a4d85c708
commit 74b5a337dc
3 changed files with 2 additions and 3 deletions

View File

@@ -1925,7 +1925,6 @@ class ImageInvert:
class ImageBatch:
SEARCH_ALIASES = ["combine images", "merge images", "stack images"]
ESSENTIALS_CATEGORY = "Image Tools"
@classmethod
def INPUT_TYPES(s):