mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-05-02 06:27:20 -05:00
* replace SUL in VideoScrollWheel * rewrite stats to use cs-ui-lib - reused and simplified GQL queries * rewrite sceneCoverCropper to use cs-ui-lib * update discordPrescence to use cs-ui-lib - add websocket liveliness check - add video playback hooks * make stash-realbooru use cs-ui-lib * deprecated by https://github.com/7dJx1qP/stash-plugins/tree/main/plugins/stashBatchResultToggle * add cs-ui-lib to stashAI, applied some fixes to realbooru * update Visage to use cs-ui-lib * update themeSwitch to use cs-ui-lib * remove userscript lib --------- Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
15 lines
292 B
YAML
15 lines
292 B
YAML
name: Stash AI
|
|
# requires: CommunityScriptsUILibrary
|
|
description: Add Tags or Markers to a video using AI
|
|
version: 1.0.2
|
|
ui:
|
|
requires:
|
|
- CommunityScriptsUILibrary
|
|
javascript:
|
|
- stashai.js
|
|
css:
|
|
- stashai.css
|
|
csp:
|
|
connect-src:
|
|
- "https://cc1234-stashtag.hf.space"
|