Skip to content

Commit 2678708

Browse files
committed
path to 🎤MW/
1 parent 78029f0 commit 2678708

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: NotaGenNode.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def INPUT_TYPES(s):
7373
RETURN_TYPES = ("AUDIO", "IMAGE", "STRING")
7474
RETURN_NAMES = ("audio", "score", "message")
7575
FUNCTION = "inference_patch"
76-
CATEGORY = "MW/MW-NotaGen"
76+
CATEGORY = "🎤MW/MW-NotaGen"
7777

7878
def inference_patch(self, model, period, composer, instrumentation,
7979
custom_prompt,

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "notagen-mw"
33
description = "Symbolic Music Generation, NotaGen node for ComfyUI."
4-
version = "2.2.1"
4+
version = "2.2.2"
55
license = {file = "LICENSE"}
66

77
[project.urls]

0 commit comments

Comments
 (0)