Skip to content

Commit

Permalink
feat: add wd14 caption models
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelass committed Feb 12, 2024
1 parent 1b1a572 commit 6ff516d
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
monochrome, outdoors, signature, tree, no humans, scenery, road, bush
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
type: "trained",
architecture: "ONNX",
title: "WD 1.4 ConvNext Tagger V2",
author: "Smiling Wolf",
link: "https://huggingface.co/SmilingWolf/wd-v1-4-convnext-tagger-v2",
license: "apache-2.0",
files: [
{
filename: "model.onnx",
},
{
filename: "selected_tags.csv",
}
],
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
monochrome, outdoors, signature, tree, no humans, scenery, road, bush
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
type: "trained",
architecture: "ONNX",
title: "WD 1.4 ConvNextV2 Tagger V2",
author: "Smiling Wolf",
link: "https://huggingface.co/SmilingWolf/wd-v1-4-convnextv2-tagger-v2",
license: "apache-2.0",
files: [
{
filename: "model.onnx",
},
{
filename: "selected_tags.csv",
}
],
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
monochrome, outdoors, signature, tree, no humans, scenery, road, bush
16 changes: 16 additions & 0 deletions files/caption/wd14/SmilingWolf/wd-v1-4-moat-tagger-v2/info.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
type: "trained",
architecture: "ONNX",
title: "WD 1.4 MOAT Tagger V2",
author: "Smiling Wolf",
link: "https://huggingface.co/SmilingWolf/wd-v1-4-moat-tagger-v2",
license: "apache-2.0",
files: [
{
filename: "model.onnx",
},
{
filename: "selected_tags.csv",
}
],
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
monochrome, outdoors, signature, tree, no humans, scenery, road, bush
16 changes: 16 additions & 0 deletions files/caption/wd14/SmilingWolf/wd-v1-4-swinv2-tagger-v2/info.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
type: "trained",
architecture: "ONNX",
title: "WD 1.4 SwinV2 Tagger V2",
author: "Smiling Wolf",
link: "https://huggingface.co/SmilingWolf/wd-v1-4-swinv2-tagger-v2",
license: "apache-2.0",
files: [
{
filename: "model.onnx",
},
{
filename: "selected_tags.csv",
}
],
}

0 comments on commit 6ff516d

Please sign in to comment.