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 a3eb5e0 commit 13ecf3fCopy full SHA for 13ecf3f
plugins/AHavenVLMConnector/ahavenvlmconnector.yml
@@ -1,7 +1,7 @@
1
name: Haven VLM Connector
2
# requires: PythonDepManager
3
description: Tag videos with Vision-Language Models using any OpenAI-compatible VLM endpoint
4
-version: 1.0.1
+version: 1.0.2
5
url: https://discourse.stashapp.cc/t/haven-vlm-connector/5464
6
exec:
7
- python
plugins/AHavenVLMConnector/haven_vlm_connector.py
@@ -33,7 +33,7 @@
33
ensure_import(
34
"stashapi:stashapp-tools==0.2.58",
35
"aiohttp==3.12.13",
36
- "pydantic==2.11.7",
+ "pydantic==2.12.5",
37
"vlm-engine==0.9.3",
38
"pyyaml==6.0.2"
39
)
0 commit comments