Skip to content

Commit e1b1843

Browse files
authored
fix: sd1.5 file not found
1 parent b59f3c1 commit e1b1843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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