mirror of
https://github.com/deepfakes/faceswap
synced 2025-06-07 10:43:27 -04:00
Add DNY presets to Phaze-A
This commit is contained in:
parent
924a2e9b3a
commit
e362fd58c5
4 changed files with 157 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -42,6 +42,7 @@
|
||||||
!lib/**/*.py
|
!lib/**/*.py
|
||||||
!lib/gui/**/icons/*.png
|
!lib/gui/**/icons/*.png
|
||||||
!lib/gui/**/themes/default.json
|
!lib/gui/**/themes/default.json
|
||||||
|
!lib/gui/**/presets/**/*.json
|
||||||
!plugins/
|
!plugins/
|
||||||
!plugins/**/
|
!plugins/**/
|
||||||
!plugins/**/*.py
|
!plugins/**/*.py
|
||||||
|
|
|
@ -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"
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue