From 8c18075e9f3149ccc0fd76e8949caab3470a708e Mon Sep 17 00:00:00 2001 From: Dijkstra Date: Thu, 16 Jan 2025 09:37:53 +0100 Subject: [PATCH] chore: update node version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2011a80..b4fa042 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-lora-auto-trigger-words" description = "The aim of these custom nodes is to get an easy access to the tags used to trigger a lora / lycoris. Extract the tags from civitai or from the safetensors metadatas when available." -version = "1.0.3" +version = "1.0.4" license = "MIT" [project.urls]