1
0

feat:格式化yaml文件

This commit is contained in:
okxlin
2024-12-12 21:27:56 +08:00
parent 8219466433
commit 3855cd8184
919 changed files with 33438 additions and 33446 deletions

View File

@@ -1,19 +1,19 @@
name: Stable Diffusion ComfyUI
tags:
- AI / 大模型
- AI / 大模型
title: 最强大、模块化的 stable diffusion GUI具有图形/节点界面
description: 最强大、模块化的 stable diffusion GUI具有图形/节点界面
additionalProperties:
key: sd-comfyui
name: Stable Diffusion ComfyUI
tags:
- AI
shortDescZh: 最强大、模块化的 stable diffusion GUI具有图形/节点界面
shortDescEn: The most powerful and modular stable diffusion GUI with a graph/nodes interface
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://github.com/thirdscam/SD-WebUI-Docker
github: https://github.com/thirdscam/SD-WebUI-Docker
document: https://github.com/thirdscam/SD-WebUI-Docker
key: sd-comfyui
name: Stable Diffusion ComfyUI
tags:
- AI
shortDescZh: 最强大、模块化的 stable diffusion GUI具有图形/节点界面
shortDescEn: The most powerful and modular stable diffusion GUI with a graph/nodes interface
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://github.com/thirdscam/SD-WebUI-Docker
github: https://github.com/thirdscam/SD-WebUI-Docker
document: https://github.com/thirdscam/SD-WebUI-Docker

View File

@@ -1,52 +1,52 @@
additionalProperties:
formFields:
- default: 40187
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: '--listen 0.0.0.0 --port 8188'
edit: true
envKey: SD_CONSOLE_CLI_COMFY
labelEn: CLI ARGS for ComfyUI
labelZh: ComfyUI 的 CLI_ARGS 参数
required: true
type: text
- default: ""
edit: true
envKey: SD_CONSOLE_APT_COMFY
labelEn: Install some package if you want (equivalent to apt-get install -y)
labelZh: 想安装的软件包 (等同 apt-get install -y)
required: false
type: text
- default: ""
edit: true
envKey: SD_CONSOLE_PIP_COMFY
labelEn: Install pip package if you want (equivalent to pip install)
labelZh: 想安装的 pip 包 (等同 pip install)
required: false
type: text
- default: 0
edit: true
envKey: SD_CONSOLE_DEVICE_IDS
labelEn: GPU ID
labelZh: SD 运行指定的 GPU 设备 ID
required: true
type: number
- default: ./data/data
edit: true
envKey: DATA_PATH
labelEn: Data storage folder
labelZh: 数据存放文件夹
required: true
type: text
- default: ./data/output
edit: true
envKey: OUTPUT_PATH
labelEn: Picture output folder
labelZh: 图片输出文件夹
required: true
type: text
formFields:
- default: 40187
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: '--listen 0.0.0.0 --port 8188'
edit: true
envKey: SD_CONSOLE_CLI_COMFY
labelEn: CLI ARGS for ComfyUI
labelZh: ComfyUI 的 CLI_ARGS 参数
required: true
type: text
- default: ""
edit: true
envKey: SD_CONSOLE_APT_COMFY
labelEn: Install some package if you want (equivalent to apt-get install -y)
labelZh: 想安装的软件包 (等同 apt-get install -y)
required: false
type: text
- default: ""
edit: true
envKey: SD_CONSOLE_PIP_COMFY
labelEn: Install pip package if you want (equivalent to pip install)
labelZh: 想安装的 pip 包 (等同 pip install)
required: false
type: text
- default: 0
edit: true
envKey: SD_CONSOLE_DEVICE_IDS
labelEn: GPU ID
labelZh: SD 运行指定的 GPU 设备 ID
required: true
type: number
- default: ./data/data
edit: true
envKey: DATA_PATH
labelEn: Data storage folder
labelZh: 数据存放文件夹
required: true
type: text
- default: ./data/output
edit: true
envKey: OUTPUT_PATH
labelEn: Picture output folder
labelZh: 图片输出文件夹
required: true
type: text