From d11f66c5acd2ee81b807ba008fa5e953a236fa5e Mon Sep 17 00:00:00 2001 From: space-nuko <24979496+space-nuko@users.noreply.github.com> Date: Fri, 26 May 2023 13:33:05 -0500 Subject: [PATCH] fix HR not setting thumbnails --- public/workflows/defaultWorkflow.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/workflows/defaultWorkflow.json b/public/workflows/defaultWorkflow.json index 37440c9..475181c 100644 --- a/public/workflows/defaultWorkflow.json +++ b/public/workflows/defaultWorkflow.json @@ -1610,7 +1610,7 @@ "outputs": [], "title": "Comfy.SetPromptThumbnailsAction", "properties": { - "tags": [], + "tags": ["hr"], "defaultFolderType": "input" }, "saveUserState": true @@ -26694,4 +26694,4 @@ ], "scale": 1 } -} \ No newline at end of file +}