Skip to content

Commit

Permalink
release 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
OhYee committed Sep 14, 2023
1 parent 20a1104 commit 62c7553
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: dev
Version: 1.0.10
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: dev
Version: 1.0.10
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: dev
Version: 1.0.10
Description: 使用serverless devs将stable-diffusion部署到阿里云函数计算上
HomePage: https://github.com/OhYee/fc-stable-diffuson
Tags: #标签详情
Expand Down
2 changes: 1 addition & 1 deletion src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ vars:
region: "{{ region }}"
serviceName: "{{ serviceName }}"
functionName: "{{ functionName }}"
imageUrl: "registry.{{region}}.aliyuncs.com/aliyun-fc/fc-stable-diffusion:{{ if type === '动漫风格' }}anime-v7{{ else if type === '真人风格'}}realman-v7{{ else }}sd1.5-v7{{/if}}"
imageUrl: "registry.{{region}}.aliyuncs.com/aliyun-fc/fc-stable-diffusion:{{ if type === '动漫风格' }}anime-v8{{ else if type === '真人风格'}}realman-v8{{ else }}sd1.5-v8{{/if}}"
filemgrToken: "{{ filemgrToken || '' }}"
extraArgs: "{{ extraArgs || '' }}{{ if webuiEnabled === false }} --nowebui{{/if}}{{ if webuiAuth !== '' && webuiAuth !== undefined }} --gradio-auth {{webuiAuth}}{{/if}}{{ if apiEnabled }} --api{{/if}}{{ if apiAuth !== '' && apiAuth !== undefined }} --api-auth {{apiAuth}}{{/if}}"
enableCollect: "{{ enableCollect || '' }}"
Expand Down

0 comments on commit 62c7553

Please sign in to comment.