Skip to content

Commit

Permalink
fix: filemgr layer
Browse files Browse the repository at this point in the history
  • Loading branch information
OhYee committed Jul 30, 2023
1 parent 62bc852 commit d789595
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.3
Version: 1.0.4
Description: 使用serverless devs将stable-diffusion-api部署到阿里云函数计算上
HomePage: https://github.com/OhYee/fc-stable-diffuson
Tags: #标签详情
Expand Down
2 changes: 1 addition & 1 deletion 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.3
Version: 1.0.4
Description: 使用serverless devs将stable-diffusion-plus部署到阿里云函数计算上
HomePage: https://github.com/OhYee/fc-stable-diffuson
Tags: #标签详情
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.3
Version: 1.0.4
Description: 使用serverless devs将stable-diffusion部署到阿里云函数计算上
HomePage: https://github.com/OhYee/fc-stable-diffuson
Tags: #标签详情
Expand Down
1 change: 1 addition & 0 deletions src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ services:
SD_DOMAIN: ${stable-diffusion.output.url.custom_domain[0].domain}
layers:
- "acs:fc:${vars.region}:official:layers/ServerlessDevs/versions/1"
- "acs:fc:${vars.region}:official:layers/Python310/versions/2"
triggers:
- name: httpTrigger
type: http
Expand Down

0 comments on commit d789595

Please sign in to comment.