54 lines
1.6 KiB
YAML
54 lines
1.6 KiB
YAML
name: comfy-ui
|
|
services:
|
|
comfyui:
|
|
container_name: comfyui
|
|
environment:
|
|
NVIDIA_VISIBLE_DEVICES: all
|
|
image: git.ct.hinrichs.dev/alexander/docker-comfyui:cc7be9fe9a784ac993a0da06243889af75e95707
|
|
ports:
|
|
- target: 8188
|
|
published: "8188"
|
|
protocol: tcp
|
|
restart: unless-stopped
|
|
runtime: nvidia
|
|
volumes:
|
|
- type: bind
|
|
source: /DATA/AppData/$AppID/models
|
|
target: /app/ComfyUI/models
|
|
- type: bind
|
|
source: /DATA/AppData/$AppID/output
|
|
target: /app/ComfyUI/output
|
|
- type: bind
|
|
source: /DATA/AppData/$AppID/settings
|
|
target: /app/ComfyUI/user/default
|
|
- type: bind
|
|
source: /DATA/AppData/$AppID/comfyui/flows
|
|
target: /app/ComfyUI/user/default/workflows
|
|
network_mode: bridge
|
|
x-casaos:
|
|
ports:
|
|
- container: "8188"
|
|
description:
|
|
en_us: WebUI HTTP Port
|
|
x-casaos:
|
|
architectures:
|
|
- amd64
|
|
- arm64
|
|
main: comfyui
|
|
author: Alexander Hinrichs
|
|
category: Generative AI
|
|
developer: comfyanonymous
|
|
description:
|
|
en_us: A powerful and modular Stable Diffusion GUI with a graph/nodes
|
|
interface. Design and execute advanced AI image generation workflows
|
|
with support for SD1.x, SD2.x, SDXL, and various other models.
|
|
Requires NVIDIA GPU for optimal performance.
|
|
tagline:
|
|
en_us: Node-based interface for Stable Diffusion workflows
|
|
icon: https://git.ct.hinrichs.dev/alexander/CasaOS-alexanders-AppStore/raw/branch/main/Apps/comfyui/icon.png
|
|
index: /
|
|
port_map: "8188"
|
|
scheme: http
|
|
title:
|
|
en_us: ComfyUI
|