Skip to content

Commit

Permalink
Merge master into main and resolve conflicts, update version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
theshubzworld committed Jan 24, 2025
2 parents 901e1c7 + ed901e1 commit 205595e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .tracking
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.env
.github/workflows/publish.yml
.gitignore
DESCRIPTION.md
LICENSE
README.md
Workflows/TogetherVision+Image Generator.json
__init__.py
icon.svg
images/Latest.png
images/node-screenshot-old.png
images/node-screenshot.png
pyproject.toml
requirements.txt
together_image_node.py
together_vision_node.py
Binary file added node.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "comfyui-togethervision"
description = "A custom ComfyUI node using Together AI's Vision models for free image descriptions, image generation, and image-to-image transformation. Features include customizable prompts, advanced parameters, and robust error handling."
version = "2.1.1"
version = "2.1.2"
license = {file = "LICENSE"}
dependencies = ["together", "python-dotenv"]

Expand Down

0 comments on commit 205595e

Please sign in to comment.