-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.yaml.sample.en
60 lines (46 loc) · 1.92 KB
/
config.yaml.sample.en
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
network:
BOT_TOKEN: 'xxx:xxxxxx'
SERVER_ADDRESS: "127.0.0.1:8188"
bot:
TRANSLATE: True
DENY_TEXT: "Access denied"
HELP_TEXT: "You can use text in any language to generate
By default, the image is created in a resolution of 512x512 pixels
In the prompt you can specify the size WIDTHxHEIGHT. For example - 1024x512
To add a negative prompt, add it to the end of the message using the '|' separator.
Commands:
/models - list models
/loras - list LoRAs
/upscale .... - creates a high-resolution image
/face .... - corrects facial defects"
comfyui:
DEFAULT_MODEL: 'revAnimatedFp16_122.safetensors'
DEFAULT_CONTROLNET: 'control_v11f1e_sd15_tile.pth'
DEFAULT_VAE: 'vaeFtMse840000Ema_v10.safetensors'
DEFAULT_UPSCALER: '4xNMKDSuperscale_4xNMKDSuperscale.pt'
SCHEDULER: 'karras'
SAMPLER: 'uni_pc'
SAMPLER_STEPS: 30
MAX_STEPS: 100
TOKEN_MERGE_RATIO: '0.6'
CLIP_SKIP: '-1'
CONTROLNET_STRENGTH: '1.0'
DEFAULT_WIDTH: 512
DEFAULT_HEIGHT: 512
MAX_WIDTH: 2048
MAX_HEIGHT: 2048
BEAUTIFY_PROMPT: ',masterpiece, perfect, small details, highly detailed, best, high quality, professional photo'
NEGATIVE_PROMPT: 'low quality, worst quality, embedding:badhandv4, blurred, deformed, embedding:EasyNegative, embedding:badquality, watermark, text, font, signage, artist name, text, caption, jpeg artifacts'
whitelist:
loras:
- 'vlozhkin|vlozhkin3.safetensors|1|vlozhkin style illustration'
- 'jh|jamie_hewlett_style.safetensors|1|jamie hewlett style'
- 'minecraft|minecraft_square_style_v2-10.safetensors|1|minecraft square style'
- 'giardino|Giardino_Style-13.safetensors|1|giardino style illustration'
- 'akashiba|aka_shiba_offset.safetensors|1|'
- 'alien|alien_lora.safetensors|0.5|alien, professional photo'
- 'c4t|c4tt4stic6(1).safetensors|0.9|c4tt4stic cat'
models:
- 'rev|revAnimatedFp16_122.safetensors'
- 'rel|Reliberate.safetensors'
- 'jug|juggernaut_aftermath.safetensors'