forked from AUTOMATIC1111/stable-diffusion-webui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paths.yaml
More file actions
60 lines (60 loc) · 1.76 KB
/
s.yaml
File metadata and controls
60 lines (60 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
edition: 1.0.0
name: my-framework-app
access: default
services:
framework:
component: fc
props:
region: cn-beijing
service:
name: serverless-devs-application
internetAccess: true
function:
handler: index.handler
name: stable-diffusion-webui-xq7h
description: Initialize
runtime: custom
environmentVariables:
PATH: >-
/opt/python3.10/bin:/usr/local/bin/apache-maven/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ruby/bin:/opt/bin:/code:/code/bin
PYTHONPATH: /opt/python:/code
LD_LIBRARY_PATH: >-
/code:/code/lib:/usr/local/lib:/opt/lib:/opt/php8.1/lib:/opt/php8.0/lib:/opt/php7.2/lib
layers:
- acs:fc:cn-beijing:official:layers/Python310/versions/2
- >-
acs:fc:cn-beijing:official:layers/Python310-Package-Collection/versions/2
- acs:fc:cn-beijing:official:layers/Python3-Flask2x/versions/2
memorySize: 32768
instanceType: fc.gpu.tesla.1
instanceConcurrency: 100
gpuMemorySize: 16384
cpu: 8
timeout: 600
codeUri: ./
diskSize: 512
caPort: 7860
customRuntimeConfig:
command:
- python
args:
- app.py
triggers:
- name: httpTrigger
type: http
qualifier: LATEST
config:
authType: anonymous
disableURLInternet: false
methods:
- GET
- POST
- PUT
- DELETE
- HEAD
- PATCH
customDomains:
- domainName: auto
protocol: HTTP
routeConfigs:
- path: /*