mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-20 11:06:18 -05:00
* fix css files * create workflow * format code using prettier * black ignore 3rd party folder * format py code using black * black exclude option in workflow * Don't format workflow files * Add contributing instructions to readme --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
15 lines
286 B
YAML
15 lines
286 B
YAML
name: Stash AI
|
|
# requires: StashUserscriptLibrary
|
|
description: Add Tags or Markers to a video using AI
|
|
version: 1.0.2
|
|
ui:
|
|
requires:
|
|
- StashUserscriptLibrary
|
|
javascript:
|
|
- stashai.js
|
|
css:
|
|
- stashai.css
|
|
csp:
|
|
connect-src:
|
|
- "https://cc1234-stashtag.hf.space"
|