Skip to content

Commit 249a027

Browse files
Update date in json (#8646)
1 parent 65c7944 commit 249a027

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

frontend/public/json/comfyui.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
{
2-
"name": "ComfyUI",
3-
"slug": "comfyui",
4-
"categories": [
5-
20
6-
],
7-
"date_created": "2025-08-01",
8-
"type": "ct",
9-
"updateable": true,
10-
"privileged": false,
11-
"config_path": "/opt",
12-
"interface_port": 8188,
13-
"documentation": "https://github.com/comfyanonymous/ComfyUI",
14-
"website": "https://www.comfy.org/",
15-
"logo": "https://framerusercontent.com/images/3cNQMWKzIhIrQ5KErBm7dSmbd2w.png",
16-
"description": "ComfyUI is a node-based interface and inference engine for generative AI. Users can combine various AI models and operations through nodes to achieve highly customizable and controllable content generation.",
17-
"install_methods": [
18-
{
19-
"type": "default",
20-
"script": "ct/comfyui.sh",
21-
"resources": {
22-
"cpu": 4,
23-
"ram": 8192,
24-
"hdd": 25,
25-
"os": "debian",
26-
"version": "13"
27-
}
28-
}
29-
],
30-
"default_credentials": {
31-
"username": null,
32-
"password": null
2+
"name": "ComfyUI",
3+
"slug": "comfyui",
4+
"categories": [
5+
20
6+
],
7+
"date_created": "2025-10-26",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"config_path": "/opt",
12+
"interface_port": 8188,
13+
"documentation": "https://github.com/comfyanonymous/ComfyUI",
14+
"website": "https://www.comfy.org/",
15+
"logo": "https://framerusercontent.com/images/3cNQMWKzIhIrQ5KErBm7dSmbd2w.png",
16+
"description": "ComfyUI is a node-based interface and inference engine for generative AI. Users can combine various AI models and operations through nodes to achieve highly customizable and controllable content generation.",
17+
"install_methods": [
18+
{
19+
"type": "default",
20+
"script": "ct/comfyui.sh",
21+
"resources": {
22+
"cpu": 4,
23+
"ram": 8192,
24+
"hdd": 25,
25+
"os": "debian",
26+
"version": "13"
27+
}
28+
}
29+
],
30+
"default_credentials": {
31+
"username": null,
32+
"password": null
33+
},
34+
"notes": [
35+
{
36+
"text": "Application takes long time to install. Please be patient!",
37+
"type": "warning"
3338
},
34-
"notes": [
35-
{
36-
"text": "Application takes long time to install. Please be patient!",
37-
"type": "warning"
38-
},
39-
{
40-
"text": "Please check that you have installed the drivers for your GPU.",
41-
"type": "info"
42-
}
43-
]
39+
{
40+
"text": "Please check that you have installed the drivers for your GPU.",
41+
"type": "info"
42+
}
43+
]
4444
}

0 commit comments

Comments
 (0)