diff --git a/.gitignore b/.gitignore index 6b5149d5..63f21e29 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,7 @@ !lib/**/*.py !lib/gui/**/icons/*.png !lib/gui/**/themes/default.json +!lib/gui/**/presets/**/*.json !plugins/ !plugins/**/ !plugins/**/*.py diff --git a/lib/gui/.cache/presets/train/model_phaze_a_dny1024_preset.json b/lib/gui/.cache/presets/train/model_phaze_a_dny1024_preset.json new file mode 100644 index 00000000..161d5333 --- /dev/null +++ b/lib/gui/.cache/presets/train/model_phaze_a_dny1024_preset.json @@ -0,0 +1,52 @@ +{ + "output_size": 1024, + "shared_fc": "none", + "enable_gblock": false, + "split_fc": false, + "split_gblock": false, + "split_decoders": true, + "enc_architecture": "fs_original", + "enc_scaling": 100, + "enc_load_weights": false, + "bottleneck_type": "dense", + "bottleneck_norm": "none", + "bottleneck_size": 512, + "bottleneck_in_encoder": true, + "fc_depth": 0, + "fc_min_filters": 512, + "fc_max_filters": 512, + "fc_dimensions": 1, + "fc_filter_slope": 0.0, + "fc_dropout": 0.0, + "fc_upsampler": "upsample2d", + "fc_upsamples": 2, + "fc_upsample_filters": 128, + "fc_gblock_depth": 1, + "fc_gblock_min_nodes": 128, + "fc_gblock_max_nodes": 128, + "fc_gblock_filter_slope": 0.0, + "fc_gblock_dropout": 0.0, + "dec_upscale_method": "upscale_dny", + "dec_upscales_in_fc": 2, + "dec_norm": "none", + "dec_min_filters": 16, + "dec_max_filters": 512, + "dec_slope_mode": "cap_max", + "dec_filter_slope": 0.5, + "dec_res_blocks": 0, + "dec_output_kernel": 1, + "dec_gaussian": false, + "dec_skip_last_residual": false, + "freeze_layers": "encoder", + "load_layers": "encoder", + "fs_original_depth": 9, + "fs_original_min_filters": 16, + "fs_original_max_filters": 512, + "fs_original_use_alt": true, + "mobilenet_width": 1.0, + "mobilenet_depth": 1, + "mobilenet_dropout": 0.001, + "mobilenet_minimalistic": false, + "__filetype": "faceswap_preset", + "__section": "train|model|phaze_a" +} \ No newline at end of file diff --git a/lib/gui/.cache/presets/train/model_phaze_a_dny256_preset.json b/lib/gui/.cache/presets/train/model_phaze_a_dny256_preset.json new file mode 100644 index 00000000..e19e61dc --- /dev/null +++ b/lib/gui/.cache/presets/train/model_phaze_a_dny256_preset.json @@ -0,0 +1,52 @@ +{ + "output_size": 256, + "shared_fc": "none", + "enable_gblock": false, + "split_fc": false, + "split_gblock": false, + "split_decoders": true, + "enc_architecture": "fs_original", + "enc_scaling": 25, + "enc_load_weights": false, + "bottleneck_type": "dense", + "bottleneck_norm": "none", + "bottleneck_size": 512, + "bottleneck_in_encoder": true, + "fc_depth": 0, + "fc_min_filters": 512, + "fc_max_filters": 512, + "fc_dimensions": 1, + "fc_filter_slope": 0.0, + "fc_dropout": 0.0, + "fc_upsampler": "upsample2d", + "fc_upsamples": 2, + "fc_upsample_filters": 128, + "fc_gblock_depth": 1, + "fc_gblock_min_nodes": 128, + "fc_gblock_max_nodes": 128, + "fc_gblock_filter_slope": 0.0, + "fc_gblock_dropout": 0.0, + "dec_upscale_method": "upscale_dny", + "dec_upscales_in_fc": 1, + "dec_norm": "none", + "dec_min_filters": 16, + "dec_max_filters": 512, + "dec_slope_mode": "cap_max", + "dec_filter_slope": 0.5, + "dec_res_blocks": 0, + "dec_output_kernel": 1, + "dec_gaussian": false, + "dec_skip_last_residual": false, + "freeze_layers": "encoder", + "load_layers": "encoder", + "fs_original_depth": 7, + "fs_original_min_filters": 16, + "fs_original_max_filters": 512, + "fs_original_use_alt": true, + "mobilenet_width": 1.0, + "mobilenet_depth": 1, + "mobilenet_dropout": 0.001, + "mobilenet_minimalistic": false, + "__filetype": "faceswap_preset", + "__section": "train|model|phaze_a" +} \ No newline at end of file diff --git a/lib/gui/.cache/presets/train/model_phaze_a_dny512_preset.json b/lib/gui/.cache/presets/train/model_phaze_a_dny512_preset.json new file mode 100644 index 00000000..9e0534d5 --- /dev/null +++ b/lib/gui/.cache/presets/train/model_phaze_a_dny512_preset.json @@ -0,0 +1,52 @@ +{ + "output_size": 512, + "shared_fc": "none", + "enable_gblock": false, + "split_fc": false, + "split_gblock": false, + "split_decoders": true, + "enc_architecture": "fs_original", + "enc_scaling": 50, + "enc_load_weights": false, + "bottleneck_type": "dense", + "bottleneck_norm": "none", + "bottleneck_size": 512, + "bottleneck_in_encoder": true, + "fc_depth": 0, + "fc_min_filters": 512, + "fc_max_filters": 512, + "fc_dimensions": 1, + "fc_filter_slope": 0.0, + "fc_dropout": 0.0, + "fc_upsampler": "upsample2d", + "fc_upsamples": 2, + "fc_upsample_filters": 128, + "fc_gblock_depth": 1, + "fc_gblock_min_nodes": 128, + "fc_gblock_max_nodes": 128, + "fc_gblock_filter_slope": 0.0, + "fc_gblock_dropout": 0.0, + "dec_upscale_method": "upscale_dny", + "dec_upscales_in_fc": 2, + "dec_norm": "none", + "dec_min_filters": 16, + "dec_max_filters": 512, + "dec_slope_mode": "cap_max", + "dec_filter_slope": 0.5, + "dec_res_blocks": 0, + "dec_output_kernel": 1, + "dec_gaussian": false, + "dec_skip_last_residual": false, + "freeze_layers": "encoder", + "load_layers": "encoder", + "fs_original_depth": 8, + "fs_original_min_filters": 16, + "fs_original_max_filters": 512, + "fs_original_use_alt": true, + "mobilenet_width": 1.0, + "mobilenet_depth": 1, + "mobilenet_dropout": 0.001, + "mobilenet_minimalistic": false, + "__filetype": "faceswap_preset", + "__section": "train|model|phaze_a" +} \ No newline at end of file