Skip to content

Commit df576c6

Browse files
committed
release 1.0.8
1 parent 6dcaa3a commit df576c6

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

publish-api.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-api
33
Provider:
44
- 阿里云
5-
Version: 1.0.7
5+
Version: 1.0.8
66
Description: 使用serverless devs将stable-diffusion-api部署到阿里云函数计算上
77
HomePage: https://github.com/OhYee/fc-stable-diffuson
88
Tags: #标签详情

publish-plus.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-plus
33
Provider:
44
- 阿里云
5-
Version: 1.0.7
5+
Version: 1.0.8
66
Description: 使用serverless devs将stable-diffusion-plus部署到阿里云函数计算上
77
HomePage: https://github.com/OhYee/fc-stable-diffuson
88
Tags: #标签详情

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.7
5+
Version: 1.0.8
66
Description: 使用serverless devs将stable-diffusion部署到阿里云函数计算上
77
HomePage: https://github.com/OhYee/fc-stable-diffuson
88
Tags: #标签详情

src/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ NAMESPACE=aliyun-fc
1515
REPO=fc-stable-diffusion
1616
BASE_TAG=basev3
1717

18-
SD15_VERSION=v3
19-
ANIME_VERSION=v3
20-
REALMAN_VERSION=v3
18+
SD15_VERSION=v4
19+
ANIME_VERSION=v4
20+
REALMAN_VERSION=v4
2121

2222

2323
push: push-beijing push-shanghai push-shenzhen push-hangzhou ## push 镜像到所有 registry

src/code/images/base/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
115115

116116
ENV SD_BUILTIN=/built-in
117117
COPY ./sd-resource ${SD_BUILTIN}
118+
RUN cp -R ${ROOT}/scripts ${SD_BUILTIN}/scripts
118119

119120
# 中文提示词翻译 299M
120121
COPY --from=extensions /sd-prompt-translator ${SD_BUILTIN}/extensions/sd-prompt-translator/scripts/models
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM stable-diffusion:anime-v2
1+
FROM registry.cn-hangzhou.aliyuncs.com/aliyun-fc/fc-stable-diffusion:realman-v3
22

3-
COPY ./entrypoint.sh /docker/entrypoint.sh
3+
RUN cp -R ${ROOT}/scripts ${SD_BUILTIN}/scripts && sed -i ${SD_BUILTIN}/config.json -e 's/"sd-webui-controlnet",//'

src/code/images/base/sd-resource/config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@
156156
"disabled_extensions": [
157157
"adetailer",
158158
"sd-prompt-translator",
159-
"sd-webui-controlnet",
160159
"sd-webui-deforum",
161160
"sd-webui-llul",
162161
"sd-webui-prompt-all-in-one",

src/s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ vars:
55
region: "{{ region }}"
66
serviceName: "{{ serviceName }}"
77
functionName: "{{ functionName }}"
8-
imageUrl: "registry.{{region}}.aliyuncs.com/aliyun-fc/fc-stable-diffusion:{{ if type === '动漫风格' }}anime-v3{{ else if type === '真人风格'}}realman-v3{{ else }}sd1.5-v3{{/if}}"
8+
imageUrl: "registry.{{region}}.aliyuncs.com/aliyun-fc/fc-stable-diffusion:{{ if type === '动漫风格' }}anime-v4{{ else if type === '真人风格'}}realman-v4{{ else }}sd1.5-v4{{/if}}"
99
filemgrToken: "{{ filemgrToken || '' }}"
1010
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}}"
1111
service:

0 commit comments

Comments
 (0)