-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublish.yaml
60 lines (60 loc) · 1.5 KB
/
publish.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Edition: 3.0.0
Type: Project
Name: cap-comfyui
Provider:
- 阿里云
Version: 0.0.2
Description: 部署 ComfyUI 到阿里云云应用开发平台
HomePage: https://github.com/OhYee/fc-comfyui
Tags:
- 部署函数
Category: 人工智能
Service:
函数计算:
Runtime: custom
日志服务:
Authorities:
- AliyunFCServerlessDevsRolePolicy
Description: 收集函数日志
Effective: Public
Parameters:
type: object
additionalProperties: false # 不允许增加其他属性
required: # 必填项
- region
- name
- type
properties:
region:
title: 地域
type: string
default: cn-hangzhou
description: 创建应用所在的地区。由于当前模板涉及 Github 以及 HuggingFace 等网站访问,国内部分地区可能无法直接使用
enum:
- cn-hangzhou
- cn-shanghai
name:
title: 名称
type: string
default: comfyui-${default-suffix}
description: 所有服务将会基于该名称附加不同的随机后缀
type:
title: 内置模型
type: string
default: flux
description: 内置的模型选择
enum:
- sd1.5
- 纯净版
- 黏土风格
- 冰冻一切
- flux
gpu:
title: 显卡类型
type: string
default: fc.gpu.tesla.1
description: 显卡类型(默认会为您选择对应规格最大配置的机器)
enum:
- fc.gpu.tesla.1
# - fc.gpu.ampere.1
# - fc.gpu.ada.1