This commit is contained in:
Francesco Bellini 2025-10-07 21:17:25 +02:00
parent 89197dce65
commit 0e468fa77b

View File

@ -15,7 +15,7 @@ class DOC_RandomPromptChoice:
RETURN_TYPES = ("STRING",)
RETURN_NAMES = ("selected_prompt",)
FUNCTION = "choose_random_prompt"
CATEGORY = "DOC Utils"
CATEGORY = "DOC"
DISPLAY_NAME = "Random Prompt Choice"
def choose_random_prompt(self, **kwargs):