
https://tags.novelai.dev
Please edit data/tags/**/*.yaml and data/presets/**/*.yaml files.
The minimum standard for adding a tag is the English and Chinese names that have a tag.
For label names, replace the underscore with spaces. Be careful not to duplicate other tags. Use npm run dupcheck or yarn dupcheck to check for duplication issues.
name : <分类名>
category :
- <分类层级1>
- <分类层级2>
restricted : false # 是否限制级
content :
tag-name1 : # 英文标签
name : <标签中文名1>
tag-name2 : # 英文标签
name : <标签中文名2> name : <预设分类名>
category :
- <分类层级1>
- <分类层级2>
restricted : false # 是否限制级
content :
预设中文名:
description : 预设描述
content :
- tag1
- tag2 A high-quality tag should have a picture, description, alias and a Danbooru Wiki link.
The image size should be as close as possible to 512px * 512px for the best display effect.
Please add the image to the public directory via npm run importimage <path> or yarn importimage <path> . This will automatically crop the picture and compress it properly.
Images added using npm run importuncroppedimage <path> or yarn importuncroppedimage <path> will be added directly without cropping. Suitable for wide-format preset presentations.
Please do not add images related to child pornography or violation of GitHub usage protocol to the project.
name : <分类名>
category :
- <分类层级1>
- <分类层级2>
restricted : false # 是否限制级
content :
tag-name1 : # 英文标签
name : <标签中文名1>
description : <标签说明>
wikiURL : <Danbooru Wiki 链接>
image : <图片 SHA256>
restricted : false # 是否限制级 name : <预设分类名>
category :
- <分类层级1>
- <分类层级2>
restricted : false # 是否限制级
description : <预设分类说明>
content :
预设中文名:
description : 预设描述
content :
- tag1
- tag2
preview : # 预览图片 SHA256 (可选)
- <hash1>
- <hash2> The embedded model only supports the latest image format ( Save images with embedding in PNG chunks ). For security reasons, .pt model files are not accepted yet.
For model files in .pt format, please convert them through this Colab notebook.
Please add the model image to the public directory via npm run importembedding <path> or yarn importembedding <path> . Then, create a description file in data/embeddings/**/*.yaml .
# 调用该模型使用的命令 (模型图片左上角尖括号内容)
prompt : victorian-lace
# 模型名称
name : Victorian Lace
# 模型作者/来源
author : u/depfakacc @ Reddit
# 模型描述
description : ' A lace pattern that looks like it was made in the Victorian era. '
# 模型分类
category :
- 未分类
# 该模型对应的主模型名称
modelName : model-aa-waifu
# 该模型对应的主模型 Hash (显示在 WebUI 下拉框中的 Hash)
modelHash : ' 2037c511 '
# 模型图片右下角 v 字符旁的数字
vectorSize : 10
# 模型图片右下角 s 字符旁的数字
steps : 675
# 模型文件的 SHA256 Hash
payloadHash : df0641662fb2fc8190a4508c34926243843484495e6d9b0e500f8a8e409aa84e
# 是否限制级 (可选)
restricted : false
# 推荐正向标签 (可选)
suggestPositive :
- cute
# 推荐反向标签 (可选)
suggestNegative :
- futa The description file for the hypernetwork model is located in data/hypernetworks/**/*.yaml .
The demo image upload process of the model is similar to that of the normal label, and other projects are similar to embedded models. Since the hypernetwork model is large, neither the website server nor GitHub can be stored. Please upload the .pt model file to our HuggingFace model library and fill in the file download address in the description file.
prompt : demo-model # 模型内置英文名
name : 演示模型 # 模型中文名称
author : John Doe @ Tieba # 模型来源
category : # 模型分类
- 风景
modelName : demo model # 该模型对应的主模型名称
modelHash : ' deadbeef ' # 该模型对应的主模型 Hash (显示在 WebUI 下拉框中的 Hash)
steps : 2600 # 模型内记录的训练步数
# 模型预览图的 SHA256 Hash (可选)
previewHash : 9b55d1f1a03861c01cd72b4952191660f87c7bc0e9a0dfc4447022852a2be147
# 模型文件的 HuggingFace 下载地址
payloadURL : https://huggingface.co/novelai-dev/DDPB-hypernetworks/resolve/main/demo.pt
# 推荐正向标签 (可选)
suggestPositive :
- demo tag
# 推荐反向标签 (可选)
suggestNegative :
- demo tag 2Because some Pro icons are used, building the project will require Font Awesome v6 Pro license and connect to Font Awesome private NPM server. During development you can temporarily replace the Free icon.
# 安装依赖
yarn
# 启动开发服务器
yarn dev
# 构建项目
yarn buildSomething needs to be improved: