-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.sd15.toml
More file actions
42 lines (33 loc) · 825 Bytes
/
Copy pathdefault.sd15.toml
File metadata and controls
42 lines (33 loc) · 825 Bytes
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
[latent]
landscape = [768, 576]
portrait = [576, 768]
square = [512, 512]
[llava]
disable = true
[[lora]]
name = 'None'
[misc]
save_predetail = false
[model]
checkpoint = 'sd15/swoonify_v20.safetensors'
force_lora = [
{name = 'None'},
]
[overload]
merge = {load_model = {inputs = {batch_size = 1}}}
[paths]
archive = '/home/curious/sdoutput/'
output = ''
[prompt]
preamble = 'photorealistic, (hyperrealistic:1.2), beautiful, masterpiece, best quality, extremely detailed face, perfect lighting'
negative = '(worst quality, low quality:1.4), (monochrome), zombie, watermark, username, patreon username, patreon logo, (extra fingers, deformed hands, polydactyl:1.5), text, panels'
[server]
address = '127.0.0.1'
on_windows = true
poll_delay = 0.25
port = 8188
[wd14]
banned = [
'watermark',
'web_address',
]