Skip to content

Commit

Permalink
feat: implement captioning tools, blip, wd14, gpt-v
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelass committed Jan 19, 2024
1 parent 0c119c4 commit 614b4d4
Show file tree
Hide file tree
Showing 34 changed files with 3,950 additions and 1,396 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Expand Up @@ -3,6 +3,9 @@ node_modules
.next
app
dist
.cm-cache
build
.idea
venv
venv
.env
resources/python-3.11.5-embed-amd64
wd14_tagger_model
11 changes: 8 additions & 3 deletions electron-builder.yml
@@ -1,6 +1,6 @@
appId: com.example.nextron
productName: My Nextron App
copyright: Copyright © 2018 Yoshihide Shiono
appId: com.blibla.captain
productName: Captain
copyright: Copyright © 2024 Blibla
directories:
output: dist
buildResources: resources
Expand All @@ -9,4 +9,9 @@ files:
filter:
- package.json
- app
- resources/python/**/*
- resources/venv/**/*
publish: null
asar: true
asarUnpack:
- "resources/**/*"

0 comments on commit 614b4d4

Please sign in to comment.