Better README

This commit is contained in:
justumen
2024-07-23 16:10:57 +02:00
parent a467c56a43
commit 3042f85d57
30 changed files with 137 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ class CombineTexts:
return {
"required": {
"number_of_inputs": ("INT", {"default": 2, "min": 2, "max": 10, "step": 1}),
"delimiter": (["newline", "comma", "space", "test"], {"default": "newline"}),
"delimiter": (["newline", "comma", "space"], {"default": "newline"}),
"text_1": ("STRING", {"forceInput": True}),
"text_2": ("STRING", {"forceInput": True}),
},