update FFT naming

This commit is contained in:
2026-03-28 21:08:05 -07:00
parent b8133c064a
commit 6e113725d5
4 changed files with 10 additions and 10 deletions

View File

@@ -30,8 +30,8 @@ def _parse_ibw_note(note_bytes: bytes) -> list[dict]:
return rows
@register_node(display_name="IBW Note")
class IBWNote:
@register_node(display_name="Note")
class Note:
@classmethod
def INPUT_TYPES(cls):
return {