forked from pythongosssss/ComfyUI-WD14-Tagger
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.json
More file actions
42 lines (42 loc) · 1.17 KB
/
config.json
File metadata and controls
42 lines (42 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "furrydiffusion.FDTagger",
"logging": true,
"loglevel": "debug",
"huggingface_endpoint": "https://huggingface.co",
"api_endpoint": "furrydiffusion",
"image_cache_maxsize": 100,
"image_cache_method": "round_robin",
"fdtagger_settings": {
"model": "RedRocket PILOT v1",
"steps": 255,
"threshold": 0.35,
"exclude_tags": "",
"replace_underscore": true,
"trailing_comma": true,
"device": "cuda"
},
"models": {
"JTP_PILOT-e4-vit_so400m_patch14_siglip_384": {
"name": "RedRocket PILOT v1",
"url": "{HF_ENDPOINT}/RedRocket/JointTaggerProject/resolve/main/JTP_PILOT",
"version": "1"
},
"JTP_PILOT2-e3-vit_so400m_patch14_siglip_384": {
"name": "RedRocket PILOT v2",
"url": "{HF_ENDPOINT}/RedRocket/JointTaggerProject/resolve/main/JTP_PILOT2",
"version": "2"
}
},
"tags": {
"JTP_PILOT-e4-vit_so400m_patch14_siglip_384": {
"name": "RedRocket PILOT v1",
"url": "{HF_ENDPOINT}/RedRocket/JointTaggerProject/resolve/main/JTP_PILOT",
"version": "1"
},
"JTP_PILOT2-e3-vit_so400m_patch14_siglip_384": {
"name": "RedRocket PILOT v2",
"url": "{HF_ENDPOINT}/RedRocket/JointTaggerProject/resolve/main/JTP_PILOT2",
"version": "2"
}
}
}