Skip to content

Commit 154b660

Browse files
committed
set default value for webui and api mode
1 parent fe1632a commit 154b660

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

publish-api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: fc-stable-diffusion-api
33
Provider:
44
- 阿里云
5-
Version: 1.0.5
5+
Version: 1.0.6
66
Description: 使用serverless devs将stable-diffusion-api部署到阿里云函数计算上
77
HomePage: https://github.com/OhYee/fc-stable-diffuson
88
Tags: #标签详情
@@ -70,7 +70,7 @@ Parameters:
7070
webuiEnabled:
7171
title: 启用 WebUI 模式
7272
type: boolean
73-
default: true
73+
default: false
7474
description: |+
7575
将开启 webui 页面,您可以通过网页生成图片
7676
webuiAuth:

publish-plus.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: fc-stable-diffusion-plus
33
Provider:
44
- 阿里云
5-
Version: 1.0.5
5+
Version: 1.0.6
66
Description: 使用serverless devs将stable-diffusion-plus部署到阿里云函数计算上
77
HomePage: https://github.com/OhYee/fc-stable-diffuson
88
Tags: #标签详情
@@ -83,7 +83,7 @@ Parameters:
8383
apiEnabled:
8484
title: 启用 API 模式
8585
type: boolean
86-
default: true
86+
default: false
8787
description: |+
8888
将开启 api 模式,可在 /docs 目录查看所有接口文档,并通过接口生成图片。
8989
apiAuth:

publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: fc-stable-diffusion
33
Provider:
44
- 阿里云
5-
Version: 1.0.5
5+
Version: 1.0.6
66
Description: 使用serverless devs将stable-diffusion部署到阿里云函数计算上
77
HomePage: https://github.com/OhYee/fc-stable-diffuson
88
Tags: #标签详情

0 commit comments

Comments
 (0)