1DaCode 5441f790c4
Comfyui (#814)
* Init ComfyUI dev branch Testing

* Fixed url build.func testing

* Revert urls

* Removed subfunctions

* Updated .sh correct url for testing

* Fixed install.func for testing

* Fixed urls for testing

* Added manager installation

* Revert urls

* Updated script

* Removed comments from comfyui.sh

* Updated script

* Updated script

* Updated script

* Updated Debian 13

* Updated Debian 13

* Changed apt-get
2025-10-21 11:04:18 +02:00

44 lines
1.3 KiB
JSON

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