Skip to content

Commit bf07797

Browse files
authored
[Haven VLM Connector] release v1.1.0 (#686)
1 parent 1662751 commit bf07797

File tree

4 files changed

+287
-161
lines changed

4 files changed

+287
-161
lines changed

plugins/AHavenVLMConnector/ahavenvlmconnector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Haven VLM Connector
22
# requires: PythonDepManager
33
description: Tag videos with Vision-Language Models using any OpenAI-compatible VLM endpoint
4-
version: 1.0.3
4+
version: 1.1.0
55
url: https://discourse.stashapp.cc/t/haven-vlm-connector/5464
66
exec:
77
- python

plugins/AHavenVLMConnector/haven_vlm_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# VLM Engine Configuration
1414
VLM_ENGINE_CONFIG = {
1515
"active_ai_models": ["vlm_multiplexer_model"],
16+
"trace_logging": True,
1617
"pipelines": {
1718
"video_pipeline_dynamic": {
1819
"inputs": [

0 commit comments

Comments
 (0)