Skip to content

Commit

Permalink
Add icon and update project configuration for ComfyUI registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mithamunda committed Jan 16, 2025
1 parent 9cc72d1 commit e10ebee
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 mithamunda
Copyright (c) 2024 thetheshubzworld

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ A custom node for ComfyUI that enables image description using Together AI's Vis
1. Clone this repository into your ComfyUI custom_nodes directory:
```bash
cd ComfyUI/custom_nodes
git clone https://github.com/mithamunda/ComfyUI-TogetherVision.git
git clone https://github.com/thetheshubzworld/ComfyUI-TogetherVision.git
```

2. Restart ComfyUI - it will automatically install the required dependencies from requirements.txt
Expand Down
21 changes: 21 additions & 0 deletions icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[project]
name = "comfyui-togethervision"
description = "A custom ComfyUI node for generating AI-powered image descriptions using Together AI's Vision models (both free and paid versions). Features include customizable prompts, advanced generation parameters, and robust image handling with comprehensive error management."
version = "1.0.0"
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 = "1.0.2"
license = {file = "LICENSE"}
dependencies = ["together", "python-dotenv"]

[project.urls]
Repository = "https://github.com/mithamunda/ComfyUI-TogetherVision"
Repository = "https://github.com/theshubzworld/ComfyUI-TogetherVision"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = "shubzworld"
PublisherId = "theshubzworld"
DisplayName = "ComfyUI-TogetherVision"
Icon = ""
Icon = "icon.svg"

0 comments on commit e10ebee

Please sign in to comment.