-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathconfig.json
47 lines (47 loc) · 1.95 KB
/
config.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
{
"version": "0.2.0",
"path_to_checkpoints": "models",
"path_to_outputs": "outputs",
"mask2former_model": "facebook/mask2former-swin-base-coco-panoptic",
"mask2former_processor": "facebook/mask2former-swin-small-coco-panoptic",
"clip_segmentation_model": "CIDAS/clipseg-rd64-refined",
"clip_segmentation_processor": "CIDAS/clipseg-rd64-refined",
"tile_sizes": [512, 768, 1024, 1280, 1536],
"default_tile_size": 1024,
"image_minimum_size": 1536,
"image_default_size": 2048,
"image_maximum_size": 8192,
"image_maximum_aspect_ratio": 3,
"image_resize_size": 1536,
"image_preview_size": 1536,
"tile_default_minimum_overlap_value": 64,
"tile_minimum_density_value": 5,
"mask_smooth": 5,
"figure_mask_blur": 5,
"figure_mask_expand": 5,
"face_mask_threshold": 127,
"batch_resize": true,
"prompt": "beauty, good skin, sharp skin, ultra detailed skin, high quality, RAW photo, analog film, 35mm photograph, 32K UHD, close-up, ultra realistic, clean",
"negative_prompt": "ugly, worst quality, low quality, plastic, fake, anime, cartoon, artifacts, painting, 3d",
"custom_tile_prompt": "clean",
"custom_tile_negative_prompt": "dust, scratches",
"clip_tile_prompt": "portrait, high details, realistic",
"clip_tile_negative_prompt": "bad quiality, anime, cartoon",
"custom_tile_apply_figure_mask": true,
"custom_tile_border_mask_value": 64,
"keyword_for_clip_masking": "face",
"clip_tile_auto_apply": false,
"clip_tile_scale_to_tile_size": false,
"clip_tile_different_prompts_for_multiple_objects": false,
"default_denoise_strength": 10,
"default_steps": 50,
"default_strength": 10,
"default_batch_size": 1,
"auto_save_outputs": false,
"add_checkpoint_name_to_file": false,
"file_formats": ["JPG", "PNG"],
"default_file_format": "JPG",
"skin_mask_hue_threshold": 2,
"skin_mask_sat_threshold": 2,
"skin_mask_val_threshold": 2
}