You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/s.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ vars:
5
5
region: "{{ region }}"
6
6
serviceName: "{{ serviceName }}"
7
7
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}}"
9
9
filemgrToken: "{{ filemgrToken || '' }}"
10
10
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}}"
0 commit comments