Skip to content

Commit

Permalink
set default value for webui and api mode
Browse files Browse the repository at this point in the history
  • Loading branch information
OhYee committed Aug 4, 2023
1 parent fe1632a commit 154b660
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions publish-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: fc-stable-diffusion-api
Provider:
- 阿里云
Version: 1.0.5
Version: 1.0.6
Description: 使用serverless devs将stable-diffusion-api部署到阿里云函数计算上
HomePage: https://github.com/OhYee/fc-stable-diffuson
Tags: #标签详情
Expand Down Expand Up @@ -70,7 +70,7 @@ Parameters:
webuiEnabled:
title: 启用 WebUI 模式
type: boolean
default: true
default: false
description: |+
将开启 webui 页面,您可以通过网页生成图片
webuiAuth:
Expand Down
4 changes: 2 additions & 2 deletions publish-plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: fc-stable-diffusion-plus
Provider:
- 阿里云
Version: 1.0.5
Version: 1.0.6
Description: 使用serverless devs将stable-diffusion-plus部署到阿里云函数计算上
HomePage: https://github.com/OhYee/fc-stable-diffuson
Tags: #标签详情
Expand Down Expand Up @@ -83,7 +83,7 @@ Parameters:
apiEnabled:
title: 启用 API 模式
type: boolean
default: true
default: false
description: |+
将开启 api 模式,可在 /docs 目录查看所有接口文档,并通过接口生成图片。
apiAuth:
Expand Down
2 changes: 1 addition & 1 deletion publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: fc-stable-diffusion
Provider:
- 阿里云
Version: 1.0.5
Version: 1.0.6
Description: 使用serverless devs将stable-diffusion部署到阿里云函数计算上
HomePage: https://github.com/OhYee/fc-stable-diffuson
Tags: #标签详情
Expand Down

0 comments on commit 154b660

Please sign in to comment.