Skip to content

Commit 81db660

Browse files
committed
fix: default disable prompt all in one
1 parent a97c606 commit 81db660

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

src/Makefile

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

18-
SD15_VERSION=v10
19-
ANIME_VERSION=v10
20-
REALMAN_VERSION=v10
21-
LITE_VERSION=v2
18+
SD15_VERSION=v11
19+
ANIME_VERSION=v11
20+
REALMAN_VERSION=v11
21+
LITE_VERSION=v3
2222

2323

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
"sd-webui-deforum",
159159
"sd-webui-llul",
160160
"sd-webui-roop",
161+
"sd-webui-prompt-all-in-one",
161162
"sdweb-easy-prompt-selector",
162163
"stable-diffusion-webui-images-browser",
163164
"stable-diffusion-webui-rembg",

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-v10{{ else if type === '真人风格'}}realman-v10{{else if type === '轻量版'}}lite-v2{{ else }}sd1.5-v10{{/if}}"
8+
imageUrl: "registry.{{region}}.aliyuncs.com/aliyun-fc/fc-stable-diffusion:{{ if type === '动漫风格' }}anime-v11{{ else if type === '真人风格'}}realman-v11{{else if type === '轻量版'}}lite-v3{{ else }}sd1.5-v11{{/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
enableCollect: "{{ enableCollect || '' }}"

0 commit comments

Comments
 (0)