-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.json
58 lines (58 loc) · 1.5 KB
/
example.json
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
{
"README": "Read /~https://github.com/GrieferPig/PonAImager-WebUI/wiki to setup",
"web": {
"https":{
"use": false,
"pem": "",
"key": "",
"strict": false
},
"http-port": 80,
"https-port": 443,
"compression": {
"use": true,
"level": 9
}
},
"render": {
"optimizations": {
"sequential-cpu-offload": false,
"xformers": false,
"attention-slicing": false,
"vae-slicing": false
},
"render-device": "cpu",
"maximum": {
"steps": 50,
"scale": 15,
"height": 512,
"width": 512,
"token-length": 77
},
"minimum": {
"steps": 15,
"scale": 0,
"height": 64,
"width": 64
},
"defaults": {
"steps": 50,
"scale": 7.5,
"height": 512,
"width": 512
},
"watermark": {
"use": false,
"force": true,
"text": "Generated By PonAImager"
},
"banned-tokens": [],
"banned-negative-tokens": [],
"image-expire-time": 30,
"model-id": "AstraliteHeart/pony-diffusion",
"revision": "main",
"download-proxy": "",
"disable-nsfw-checker": true,
"random-prompt-list": ["test1", "test2", "test3"]
}
}