mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-12 09:52:34 -05:00
[Haven VLM Connector] Fix breaking change due to torchvision release (#695)
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
All notable changes to the A Haven VLM Connector project will be documented in this file.
|
||||
|
||||
## [1.1.1] - 2026-04-05
|
||||
### Fixes
|
||||
- Mitigate TorchVision v0.26.0 release https://github.com/Haven-hvn/haven-vlm-engine-package/commit/7a3a6f9dd931237c93c5205f3d31df3e285ae21d
|
||||
|
||||
## [1.0.0] - 2025-06-29
|
||||
|
||||
### Added
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: Haven VLM Connector
|
||||
# requires: PythonDepManager
|
||||
description: Tag videos with Vision-Language Models using any OpenAI-compatible VLM endpoint
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
url: https://discourse.stashapp.cc/t/haven-vlm-connector/5464
|
||||
exec:
|
||||
- python
|
||||
|
||||
@@ -35,7 +35,7 @@ try:
|
||||
"stashapi:stashapp-tools==0.2.58",
|
||||
"aiohttp==3.12.13",
|
||||
"pydantic==2.12.5",
|
||||
"vlm-engine==1.0.0",
|
||||
"vlm-engine==1.0.1",
|
||||
"pyyaml==6.0.2",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user