From 7783511f7df049daa09e841d2a21c276897269d4 Mon Sep 17 00:00:00 2001 From: Nynxz Date: Tue, 30 Dec 2025 13:04:25 +1000 Subject: [PATCH 1/2] Update README.md to enhance title and branding with logo --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f8c32f..802c8d1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ -# Embeddr ComfyUI Nodes +
+ + +

Embeddr ComfyUI Extension

+
\ No newline at end of file From 4a47515347c6095c72ee6c816593d7c340fa3eb6 Mon Sep 17 00:00:00 2001 From: Nynxz Date: Tue, 30 Dec 2025 13:10:17 +1000 Subject: [PATCH 2/2] Bump version to 1.0.4 in pyproject.toml --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f863f6e..2727dd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,10 +2,9 @@ [project] name = "embeddr-extension" description = "Embeddr ComfyUI Extension" -version = "1.0.3" +version = "1.0.4" license = { file = "LICENSE.txt" } -dependencies = [ -] +dependencies = [] requires-python = ">=3.8"