Skip to content

Commit

Permalink
fix: default disable prompt all in one
Browse files Browse the repository at this point in the history
  • Loading branch information
OhYee committed Oct 30, 2023
1 parent 30ae09b commit d3a6e7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ NAMESPACE=aliyun-fc
REPO=fc-stable-diffusion
BASE_TAG=basev8

SD15_VERSION=v10
ANIME_VERSION=v10
REALMAN_VERSION=v10
LITE_VERSION=v2
SD15_VERSION=v11
ANIME_VERSION=v11
REALMAN_VERSION=v11
LITE_VERSION=v3


push: push-jp push-beijing push-shanghai push-shenzhen push-hangzhou ## push 镜像到所有 registry
Expand Down
1 change: 1 addition & 0 deletions src/code/images/sd-resource/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
"sd-webui-deforum",
"sd-webui-llul",
"sd-webui-roop",
"sd-webui-prompt-all-in-one",
"sdweb-easy-prompt-selector",
"stable-diffusion-webui-images-browser",
"stable-diffusion-webui-rembg",
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-v10{{ else if type === '真人风格'}}realman-v10{{else if type === '轻量版'}}lite-v2{{ else }}sd1.5-v10{{/if}}"
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}}"
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 d3a6e7c

Please sign in to comment.