-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
72 lines (62 loc) · 2.55 KB
/
config.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"default_choice": "run",
"timeout": 10,
"log_level": "info",
"theme": {
"header": "bold cyan",
"info": "white",
"debug": "#3333BB",
"warning": "#FFA500",
"error": "bold #FF3333",
"updating": "bold #FFA500",
"up_to_date": "bold #55AA00",
"repo": "underline bold",
"primary": "bold #FFFFFF",
"secondary": "#999999",
"link": "blue",
"none": "white"
},
"compact": true,
"display_up_to_date_infos": false,
"display_fetch": false,
"display_logs": true,
"display_readme": true,
"display_commit": false,
"display_author": false,
"display_email": false,
"display_date": true,
"days_ago": 7,
"minimum_new_stars": 3,
"top_size": 500,
"display_score": true,
"display_new_stars": true,
"display_trend_score":false,
"display_total_stars": true,
"display_popularity_score":false,
"display_last_update": true,
"display_update_score":false,
"trend_factor": 100,
"popularity_factor": 100,
"update_factor": 100,
"excluded_repos": [ "Paste unwanted recommandations here",
"https://github.com/comfyanonymous/ComfyUI",
"https://github.com/another/repo",
"https://github.com/yetanother/repo"
],
"display_header": false,
"header": [
"",
" .######. .#### ### ### ### ",
"###´ `### ###´` ### ### ### ",
"### ### ### ### ### ### ",
"### .#####. ######.####. ##### ### ### ### ### ### ",
"### ###´ `### ### `### `### ### ### ### ### ### ### ",
"### ### ### ### ### ### ### ### ### ### ### ### ### ",
"###. .### ###. .### ### ### ### ### ### ### ###. .### ### ",
" `######´ `#####´ ### ### ### ### `###### `#######´ ### ",
" ### ",
" WWW.COMFY.ORG ### ### ",
" `#####´ ",
""
]
}