Update date in json (#8646)

This commit is contained in:
community-scripts-pr-app[bot]
2025-10-26 20:04:43 +01:00
committed by Michel Roegl-Brunner
parent 8c552011c2
commit 94d7935011

View File

@@ -1,44 +1,44 @@
{ {
"name": "ComfyUI", "name": "ComfyUI",
"slug": "comfyui", "slug": "comfyui",
"categories": [ "categories": [
20 20
], ],
"date_created": "2025-08-01", "date_created": "2025-10-26",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"config_path": "/opt", "config_path": "/opt",
"interface_port": 8188, "interface_port": 8188,
"documentation": "https://github.com/comfyanonymous/ComfyUI", "documentation": "https://github.com/comfyanonymous/ComfyUI",
"website": "https://www.comfy.org/", "website": "https://www.comfy.org/",
"logo": "https://framerusercontent.com/images/3cNQMWKzIhIrQ5KErBm7dSmbd2w.png", "logo": "https://framerusercontent.com/images/3cNQMWKzIhIrQ5KErBm7dSmbd2w.png",
"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.", "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.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/comfyui.sh", "script": "ct/comfyui.sh",
"resources": { "resources": {
"cpu": 4, "cpu": 4,
"ram": 8192, "ram": 8192,
"hdd": 25, "hdd": 25,
"os": "debian", "os": "debian",
"version": "13" "version": "13"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
},
"notes": [
{
"text": "Application takes long time to install. Please be patient!",
"type": "warning"
}, },
"notes": [ {
{ "text": "Please check that you have installed the drivers for your GPU.",
"text": "Application takes long time to install. Please be patient!", "type": "info"
"type": "warning" }
}, ]
{
"text": "Please check that you have installed the drivers for your GPU.",
"type": "info"
}
]
} }