We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2d9cd commit da4038bCopy full SHA for da4038b
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "ComfyUI-JoyCaption"
3
description = "Joy Caption is a ComfyUI node using the LLaVA model to generate stylized image captions, supporting batch processing and GGUF models."
4
-version = "2.0.1"
+version = "2.0.2"
5
license = {file = "LICENSE"}
6
dependencies = [
7
"torch>=2.0.0",
@@ -21,3 +21,4 @@ PublisherId = "ailab"
21
DisplayName = "ComfyUI-JoyCaption"
22
Icon = ""
23
24
+
0 commit comments