We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81db660 commit b59f3c1Copy full SHA for b59f3c1
src/s.yaml
@@ -9,7 +9,7 @@ vars:
9
filemgrToken: "{{ filemgrToken || '' }}"
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}}"
11
enableCollect: "{{ enableCollect || '' }}"
12
- filemgrFilename: "filemgr-1.2.1"
+ filemgrFilename: "filemgr-1.2.2"
13
service:
14
name: ${vars.serviceName}
15
description: 'stable-diffusion 部署到函数计算'
0 commit comments