Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SOLVED] StabilityMatrix | face_swapper error #138

Closed
3 tasks done
noembryo opened this issue Oct 17, 2023 · 4 comments
Closed
3 tasks done

[SOLVED] StabilityMatrix | face_swapper error #138

noembryo opened this issue Oct 17, 2023 · 4 comments

Comments

@noembryo
Copy link

First, confirm

  • I have read the instruction carefully
  • I have searched the existing issues
  • I have updated the extension to the latest version

What happened?

Face-swaping does not work.
Using the default settings and a portrait image I get this error:

STATUS
---
 - Detecting Target Face, Index = 0
18:38:11 - ReActor - STATUS - Detected: -23- y.o. Female
18:38:11 - ReActor - STATUS - Swapping Source into Target
Total progress: 100%|██████████| 16/16 [00:11<00:00,  1.38it/s]s]
100%|##########| 16/16 [00:09<00:00,  1.69it/s]
18:38:59 - ReActor - STATUS - Working: source face index [0], target face index [0]
18:38:59 - ReActor - STATUS - Analyzing Source Image...
18:39:00 - ReActor - STATUS - Analyzing Target Image...
18:39:01 - ReActor - STATUS*** Error running postprocess_image: E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_faceswap.py
    Traceback (most recent call last):
 - Detecting Source Face, Index = 0
      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\modules\scripts.py", line 675, in postprocess_image
18:39:01 - ReActor -         script.postprocess_image(p, pp, *script_args)
      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_faceswap.py", line 376, in postprocess_image
        result, output, swapped = swap_face(
STATUS      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_swapper.py", line 349, in swap_face
        result = face_swapper.get(result, target_face, source_face)
 - Detected: -45- y.o. Female
    AttributeError: 'NoneType' object has no attribute 'get'
18:39:01 - ReActor - 

Steps to reproduce the problem

  1. Enable ReActor
  2. Drop an image
  3. Press Generate

Sysinfo

{
    "Platform": "Windows-10-10.0.19045-SP0",
    "Python": "3.10.11",
    "Version": "1.6.0",
    "Commit": "<none>",
    "Script path": "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui",
    "Data path": "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui",
    "Extensions dir": "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\extensions",
    "Checksum": "f0357449c8689039f8b0982439f491bc03cd2ee99fb1184e465a08990f1c39aa",
    "Commandline": [
        "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\launch.py",
        "--medvram",
        "--xformers",
        "--api",
        "--skip-python-version-check",
        "--no-half"
    ],
    "Torch env info": {
        "torch_version": "2.0.1+cu118",
        "is_debug_build": "False",
        "cuda_compiled_version": "11.8",
        "gcc_version": "(MinGW-W64 i686-posix-dwarf, built by Brecht Sanders) 11.3.0\r",
        "clang_version": "14.0.3",
        "cmake_version": null,
        "os": "Microsoft Windows 10 Pro",
        "libc_version": "N/A",
        "python_version": "3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] (64-bit runtime)",
        "python_platform": "Windows-10-10.0.19045-SP0",
        "is_cuda_available": "True",
        "cuda_runtime_version": null,
        "cuda_module_loading": "LAZY",
        "nvidia_driver_version": "537.42",
        "nvidia_gpu_models": "GPU 0: NVIDIA GeForce GTX 1660 SUPER",
        "cudnn_version": null,
        "pip_version": "pip3",
        "pip_packages": [
            "numpy==1.23.5",
            "open-clip-torch==2.20.0",
            "pytorch-lightning==1.9.4",
            "pytorch-optimizer==2.11.1",
            "torch==2.0.1+cu118",
            "torchaudio==2.0.2+cu118",
            "torchdiffeq==0.2.3",
            "torchmetrics==1.2.0",
            "torchsde==0.2.5",
            "torchvision==0.15.2+cu118"
        ],
        "conda_packages": null,
        "hip_compiled_version": "N/A",
        "hip_runtime_version": "N/A",
        "miopen_runtime_version": "N/A",
        "caching_allocator_config": "",
        "is_xnnpack_available": "True",
        "cpu_info": [
            "Architecture=9",
            "CurrentClockSpeed=3801",
            "DeviceID=CPU0",
            "Family=107",
            "L2CacheSize=4096",
            "L2CacheSpeed=",
            "Manufacturer=AuthenticAMD",
            "MaxClockSpeed=3801",
            "Name=AMD Ryzen 7 5700G with Radeon Graphics         ",
            "ProcessorType=3",
            "Revision=20480"
        ]
    },
    "Exceptions": [
        {
            "exception": "'NoneType' object has no attribute 'get'",
            "traceback": [
                [
                    "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\modules\\scripts.py, line 675, postprocess_image",
                    "script.postprocess_image(p, pp, *script_args)"
                ],
                [
                    "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\extensions\\sd-webui-reactor\\scripts\\reactor_faceswap.py, line 376, postprocess_image",
                    "result, output, swapped = swap_face("
                ],
                [
                    "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\extensions\\sd-webui-reactor\\scripts\\reactor_swapper.py, line 349, swap_face",
                    "result = face_swapper.get(result, target_face, source_face)"
                ]
            ]
        },
        {
            "exception": "'NoneType' object has no attribute 'get'",
            "traceback": [
                [
                    "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\modules\\scripts.py, line 675, postprocess_image",
                    "script.postprocess_image(p, pp, *script_args)"
                ],
                [
                    "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\extensions\\sd-webui-reactor\\scripts\\reactor_faceswap.py, line 376, postprocess_image",
                    "result, output, swapped = swap_face("
                ],
                [
                    "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\extensions\\sd-webui-reactor\\scripts\\reactor_swapper.py, line 349, swap_face",
                    "result = face_swapper.get(result, target_face, source_face)"
                ]
            ]
        },
        {
            "exception": "'NoneType' object has no attribute 'get'",
            "traceback": [
                [
                    "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\modules\\scripts.py, line 675, postprocess_image",
                    "script.postprocess_image(p, pp, *script_args)"
                ],
                [
                    "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\extensions\\sd-webui-reactor\\scripts\\reactor_faceswap.py, line 376, postprocess_image",
                    "result, output, swapped = swap_face("
                ],
                [
                    "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\extensions\\sd-webui-reactor\\scripts\\reactor_swapper.py, line 349, swap_face",
                    "result = face_swapper.get(result, target_face, source_face)"
                ]
            ]
        },
        {
            "exception": "'NoneType' object has no attribute 'get'",
            "traceback": [
                [
                    "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\modules\\scripts.py, line 675, postprocess_image",
                    "script.postprocess_image(p, pp, *script_args)"
                ],
                [
                    "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\extensions\\sd-webui-reactor\\scripts\\reactor_faceswap.py, line 376, postprocess_image",
                    "result, output, swapped = swap_face("
                ],
                [
                    "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\extensions\\sd-webui-reactor\\scripts\\reactor_swapper.py, line 349, swap_face",
                    "result = face_swapper.get(result, target_face, source_face)"
                ]
            ]
        },
        {
            "exception": "'NoneType' object has no attribute 'get'",
            "traceback": [
                [
                    "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\modules\\scripts.py, line 675, postprocess_image",
                    "script.postprocess_image(p, pp, *script_args)"
                ],
                [
                    "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\extensions\\sd-webui-reactor\\scripts\\reactor_faceswap.py, line 376, postprocess_image",
                    "result, output, swapped = swap_face("
                ],
                [
                    "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\extensions\\sd-webui-reactor\\scripts\\reactor_swapper.py, line 349, swap_face",
                    "result = face_swapper.get(result, target_face, source_face)"
                ]
            ]
        }
    ],
    "CPU": {
        "model": "AMD64 Family 25 Model 80 Stepping 0, AuthenticAMD",
        "count logical": 16,
        "count physical": 8
    },
    "RAM": {
        "total": "32GB",
        "used": "18GB",
        "free": "14GB"
    },
    "Extensions": [
        {
            "name": "Auto-Photoshop-StableDiffusion-Plugin",
            "path": "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\extensions\\Auto-Photoshop-StableDiffusion-Plugin",
            "version": "75814b06",
            "branch": "master",
            "remote": "https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin"
        },
        {
            "name": "adetailer",
            "path": "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\extensions\\adetailer",
            "version": "887155c8",
            "branch": "main",
            "remote": "https://github.com/Bing-su/adetailer.git"
        },
        {
            "name": "sd-webui-controlnet",
            "path": "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\extensions\\sd-webui-controlnet",
            "version": "a43e5742",
            "branch": "main",
            "remote": "https://github.com/Mikubill/sd-webui-controlnet.git"
        },
        {
            "name": "sd-webui-mov2mov",
            "path": "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\extensions\\sd-webui-mov2mov",
            "version": "9e3f6c56",
            "branch": "master",
            "remote": "https://github.com/Scholar01/sd-webui-mov2mov.git"
        },
        {
            "name": "sd-webui-photopea-embed",
            "path": "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\extensions\\sd-webui-photopea-embed",
            "version": "99ea83f9",
            "branch": "main",
            "remote": "https://github.com/yankooliveira/sd-webui-photopea-embed.git"
        },
        {
            "name": "sd-webui-reactor",
            "path": "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\extensions\\sd-webui-reactor",
            "version": "6a110cca",
            "branch": "main",
            "remote": "https://github.com/Gourieff/sd-webui-reactor"
        },
        {
            "name": "sd-webui-regional-prompter",
            "path": "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\extensions\\sd-webui-regional-prompter",
            "version": "029ecedd",
            "branch": "main",
            "remote": "https://github.com/hako-mikan/sd-webui-regional-prompter.git"
        },
        {
            "name": "ultimate-upscale-for-automatic1111",
            "path": "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\extensions\\ultimate-upscale-for-automatic1111",
            "version": "728ffcec",
            "branch": "master",
            "remote": "https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git"
        }
    ],
    "Inactive extensions": [
        {
            "name": "sd_dreambooth_extension",
            "path": "E:\\AI\\StabilityMatrix\\Data\\Packages\\stable-diffusion-webui\\extensions\\sd_dreambooth_extension",
            "version": "1a1d1621",
            "branch": "main",
            "remote": "https://github.com/d8ahazard/sd_dreambooth_extension.git"
        }
    ],
    "Environment": {
        "GIT": "E:\\AI\\StabilityMatrix\\Data\\PortableGit\\bin\\git.exe",
        "GRADIO_ANALYTICS_ENABLED": "False",
        "PYTHONPATH": "D:\\Apps\\DEV\\PYTHON\\Python27;D:\\Apps\\DEV\\PYTHON\\Python27;D:\\Apps\\DEV\\PYTHON\\Python27;%PYTHONPATH%;;;"
    },
    "Config": {
        "show_progress_type": "TAESD",
        "sd_model_checkpoint": "NaturalSin\\epicrealism_naturalSinRC1VAE.safetensors [84d76a0328]",
        "sd_checkpoint_hash": "84d76a0328ee5a1a2a1d466ba7478ab59183e3fea385441528aa4c5d567fd43e",
        "disabled_extensions": [
            "sd_dreambooth_extension"
        ],
        "disable_all_extensions": "none",
        "samples_save": true,
        "samples_format": "png",
        "samples_filename_pattern": "",
        "save_images_add_number": true,
        "grid_save": true,
        "grid_format": "png",
        "grid_extended_filename": false,
        "grid_only_if_multiple": true,
        "grid_prevent_empty_spots": false,
        "grid_zip_filename_pattern": "",
        "n_rows": -1,
        "font": "",
        "grid_text_active_color": "#000000",
        "grid_text_inactive_color": "#999999",
        "grid_background_color": "#ffffff",
        "enable_pnginfo": true,
        "save_txt": false,
        "save_images_before_face_restoration": false,
        "save_images_before_highres_fix": false,
        "save_images_before_color_correction": false,
        "save_mask": false,
        "save_mask_composite": false,
        "jpeg_quality": 80,
        "webp_lossless": false,
        "export_for_4chan": true,
        "img_downscale_threshold": 4.0,
        "target_side_length": 4000.0,
        "img_max_size_mp": 200.0,
        "use_original_name_batch": true,
        "use_upscaler_name_as_suffix": false,
        "save_selected_only": true,
        "save_init_img": false,
        "temp_dir": "",
        "clean_temp_dir_at_start": false,
        "save_incomplete_images": false,
        "outdir_samples": "",
        "outdir_txt2img_samples": "outputs/txt2img-images",
        "outdir_img2img_samples": "outputs/img2img-images",
        "outdir_extras_samples": "outputs/extras-images",
        "outdir_grids": "",
        "outdir_txt2img_grids": "outputs/txt2img-grids",
        "outdir_img2img_grids": "outputs/img2img-grids",
        "outdir_save": "log/images",
        "outdir_init_images": "outputs/init-images",
        "save_to_dirs": true,
        "grid_save_to_dirs": true,
        "use_save_to_dirs_for_ui": false,
        "directories_filename_pattern": "[date]",
        "directories_max_prompt_words": 8,
        "ESRGAN_tile": 192,
        "ESRGAN_tile_overlap": 8,
        "realesrgan_enabled_models": [
            "R-ESRGAN 4x+",
            "R-ESRGAN 4x+ Anime6B"
        ],
        "ldsr_steps": 100,
        "ldsr_cached": false,
        "SCUNET_tile": 256,
        "SCUNET_tile_overlap": 8,
        "SWIN_tile": 192,
        "SWIN_tile_overlap": 8,
        "face_restoration": false,
        "face_restoration_model": "CodeFormer",
        "code_former_weight": 0.5,
        "face_restoration_unload": false,
        "auto_launch_browser": "Local",
        "show_warnings": false,
        "show_gradio_deprecation_warnings": true,
        "memmon_poll_rate": 8,
        "samples_log_stdout": false,
        "multiple_tqdm": true,
        "print_hypernet_extra": false,
        "list_hidden_files": true,
        "disable_mmap_load_safetensors": false,
        "hide_ldm_prints": true,
        "api_enable_requests": true,
        "api_forbid_local_requests": true,
        "api_useragent": "",
        "unload_models_when_training": false,
        "pin_memory": false,
        "save_optimizer_state": false,
        "save_training_settings_to_txt": true,
        "dataset_filename_word_regex": "",
        "dataset_filename_join_string": " ",
        "training_image_repeats_per_epoch": 1,
        "training_write_csv_every": 500.0,
        "training_xattention_optimizations": false,
        "training_enable_tensorboard": false,
        "training_tensorboard_save_images": false,
        "training_tensorboard_flush_every": 120.0,
        "sd_checkpoints_limit": 1,
        "sd_checkpoints_keep_in_cpu": true,
        "sd_checkpoint_cache": 0,
        "sd_unet": "Automatic",
        "enable_quantization": false,
        "enable_emphasis": true,
        "enable_batch_seeds": true,
        "comma_padding_backtrack": 20,
        "CLIP_stop_at_last_layers": 1,
        "upcast_attn": false,
        "randn_source": "CPU",
        "tiling": false,
        "hires_fix_refiner_pass": "second pass",
        "sdxl_crop_top": 0.0,
        "sdxl_crop_left": 0.0,
        "sdxl_refiner_low_aesthetic_score": 2.5,
        "sdxl_refiner_high_aesthetic_score": 6.0,
        "sd_vae_checkpoint_cache": 0,
        "sd_vae": "Automatic",
        "sd_vae_overrides_per_model_preferences": true,
        "auto_vae_precision": true,
        "sd_vae_encode_method": "Full",
        "sd_vae_decode_method": "Full",
        "inpainting_mask_weight": 1,
        "initial_noise_multiplier": 1,
        "img2img_extra_noise": 0,
        "img2img_color_correction": false,
        "img2img_fix_steps": true,
        "img2img_background_color": "#ffffff",
        "img2img_editor_height": 720,
        "img2img_sketch_default_brush_color": "#ffffff",
        "img2img_inpaint_mask_brush_color": "#ffffff",
        "img2img_inpaint_sketch_default_brush_color": "#ffffff",
        "return_mask": false,
        "return_mask_composite": false,
        "cross_attention_optimization": "Automatic",
        "s_min_uncond": 0,
        "token_merging_ratio": 0,
        "token_merging_ratio_img2img": 0,
        "token_merging_ratio_hr": 0,
        "pad_cond_uncond": true,
        "persistent_cond_cache": true,
        "batch_cond_uncond": true,
        "use_old_emphasis_implementation": false,
        "use_old_karras_scheduler_sigmas": false,
        "no_dpmpp_sde_batch_determinism": false,
        "use_old_hires_fix_width_height": false,
        "dont_fix_second_order_samplers_schedule": false,
        "hires_fix_use_firstpass_conds": false,
        "use_old_scheduling": false,
        "lora_functional": false,
        "interrogate_keep_models_in_memory": false,
        "interrogate_return_ranks": false,
        "interrogate_clip_num_beams": 1,
        "interrogate_clip_min_length": 24,
        "interrogate_clip_max_length": 48,
        "interrogate_clip_dict_limit": 1500.0,
        "interrogate_clip_skip_categories": [],
        "interrogate_deepbooru_score_threshold": 0.5,
        "deepbooru_sort_alpha": true,
        "deepbooru_use_spaces": true,
        "deepbooru_escape": true,
        "deepbooru_filter_tags": "",
        "extra_networks_show_hidden_directories": true,
        "extra_networks_hidden_models": "When searched",
        "extra_networks_default_multiplier": 1,
        "extra_networks_card_width": 0.0,
        "extra_networks_card_height": 0.0,
        "extra_networks_card_text_scale": 1,
        "extra_networks_card_show_desc": true,
        "extra_networks_add_text_separator": " ",
        "ui_extra_networks_tab_reorder": "",
        "textual_inversion_print_at_load": false,
        "textual_inversion_add_hashes_to_infotext": true,
        "sd_hypernetwork": "None",
        "sd_lora": "None",
        "lora_preferred_name": "Alias from file",
        "lora_add_hashes_to_infotext": true,
        "lora_show_all": false,
        "lora_hide_unknown_for_versions": [],
        "lora_in_memory_limit": 0,
        "localization": "None",
        "gradio_theme": "Default",
        "gradio_themes_cache": true,
        "gallery_height": "",
        "return_grid": true,
        "do_not_show_images": false,
        "send_seed": true,
        "send_size": true,
        "js_modal_lightbox": true,
        "js_modal_lightbox_initially_zoomed": true,
        "js_modal_lightbox_gamepad": false,
        "js_modal_lightbox_gamepad_repeat": 250.0,
        "show_progress_in_title": true,
        "samplers_in_dropdown": true,
        "dimensions_and_batch_together": true,
        "keyedit_precision_attention": 0.1,
        "keyedit_precision_extra": 0.05,
        "keyedit_delimiters": ".,\\/!?%^*;:{}=`~()",
        "keyedit_move": false,
        "quicksettings_list": [
            "sd_model_checkpoint",
            "sd_vae",
            "sd_lora"
        ],
        "ui_tab_order": [],
        "hidden_tabs": [],
        "ui_reorder_list": [],
        "hires_fix_show_sampler": false,
        "hires_fix_show_prompts": false,
        "disable_token_counters": false,
        "extra_options_txt2img": [],
        "extra_options_img2img": [],
        "extra_options_cols": 1,
        "extra_options_accordion": false,
        "add_model_hash_to_info": true,
        "add_model_name_to_info": true,
        "add_user_name_to_info": false,
        "add_version_to_infotext": true,
        "disable_weights_auto_swap": true,
        "infotext_styles": "Apply if any",
        "show_progressbar": true,
        "live_previews_enable": true,
        "live_previews_image_format": "png",
        "show_progress_grid": true,
        "show_progress_every_n_steps": 10,
        "live_preview_allow_lowvram_full": false,
        "live_preview_content": "Prompt",
        "live_preview_refresh_period": 1000.0,
        "live_preview_fast_interrupt": false,
        "hide_samplers": [],
        "eta_ddim": 0,
        "eta_ancestral": 1,
        "ddim_discretize": "uniform",
        "s_churn": 0,
        "s_tmin": 0,
        "s_tmax": 0,
        "s_noise": 1,
        "k_sched_type": "Automatic",
        "sigma_min": 0.0,
        "sigma_max": 0.0,
        "rho": 0.0,
        "eta_noise_seed_delta": 0,
        "always_discard_next_to_last_sigma": false,
        "sgm_noise_multiplier": false,
        "uni_pc_variant": "bh1",
        "uni_pc_skip_type": "time_uniform",
        "uni_pc_order": 3,
        "uni_pc_lower_order_final": true,
        "postprocessing_enable_in_main_ui": [],
        "postprocessing_operation_order": [],
        "upscaling_max_images_in_cache": 5,
        "canvas_hotkey_zoom": "Alt",
        "canvas_hotkey_adjust": "Ctrl",
        "canvas_hotkey_move": "F",
        "canvas_hotkey_fullscreen": "S",
        "canvas_hotkey_reset": "R",
        "canvas_hotkey_overlap": "O",
        "canvas_show_tooltip": true,
        "canvas_auto_expand": true,
        "canvas_blur_prompt": false,
        "canvas_disabled_functions": [
            "Overlap"
        ],
        "control_net_detectedmap_dir": "detected_maps",
        "control_net_models_path": "",
        "control_net_modules_path": "",
        "control_net_unit_count": 3,
        "control_net_model_cache_size": 1,
        "control_net_inpaint_blur_sigma": 7,
        "control_net_no_high_res_fix": false,
        "control_net_no_detectmap": false,
        "control_net_detectmap_autosaving": false,
        "control_net_allow_script_control": false,
        "control_net_sync_field_args": true,
        "controlnet_show_batch_images_in_ui": false,
        "controlnet_increment_seed_during_batch": false,
        "controlnet_disable_control_type": false,
        "controlnet_disable_openpose_edit": false,
        "controlnet_ignore_noninpaint_mask": false,
        "regprp_debug": false,
        "regprp_hidepmask": false,
        "upscaler_for_img2img": "R-ESRGAN 4x+",
        "mov2mov_outpath_samples": "outputs/mov2mov-images",
        "mov2mov_output_dir": "outputs/mov2mov-videos"
    },
    "Startup": {
        "total": 15.917569160461426,
        "records": {
            "initial startup": 0.0,
            "prepare environment/checks": 0.0,
            "prepare environment/git version info": 0.04904460906982422,
            "prepare environment/torch GPU test": 1.6213605403900146,
            "prepare environment/clone repositores": 0.17215514183044434,
            "prepare environment/run extensions installers/adetailer": 0.1321566104888916,
            "prepare environment/run extensions installers/Auto-Photoshop-StableDiffusion-Plugin": 1.7710957527160645,
            "prepare environment/run extensions installers/sd-webui-controlnet": 0.2411327362060547,
            "prepare environment/run extensions installers/sd-webui-mov2mov": 2.1426949501037598,
            "prepare environment/run extensions installers/sd-webui-photopea-embed": 0.0,
            "prepare environment/run extensions installers/sd-webui-reactor": 0.2502143383026123,
            "prepare environment/run extensions installers/sd-webui-regional-prompter": 0.0,
            "prepare environment/run extensions installers/ultimate-upscale-for-automatic1111": 0.0,
            "prepare environment/run extensions installers": 4.537294387817383,
            "prepare environment": 6.4429121017456055,
            "launcher": 0.002002239227294922,
            "import torch": 3.0106985569000244,
            "import gradio": 0.7329223155975342,
            "setup paths": 0.720327615737915,
            "import ldm": 0.006006002426147461,
            "import sgm": 0.0,
            "initialize shared": 0.22058773040771484,
            "other imports": 0.46338343620300293,
            "opts onchange": 0.0,
            "setup SD model": 0.0020017623901367188,
            "setup codeformer": 0.10771775245666504,
            "setup gfpgan": 0.01907801628112793,
            "set samplers": 0.0,
            "list extensions": 0.0,
            "restore config state file": 0.0,
            "list SD models": 0.010009050369262695,
            "list localizations": 0.001001119613647461,
            "load scripts/custom_code.py": 0.004003047943115234,
            "load scripts/img2imgalt.py": 0.0,
            "load scripts/loopback.py": 0.001001119613647461,
            "load scripts/outpainting_mk_2.py": 0.0,
            "load scripts/poor_mans_outpainting.py": 0.0,
            "load scripts/postprocessing_codeformer.py": 0.0010724067687988281,
            "load scripts/postprocessing_gfpgan.py": 0.0,
            "load scripts/postprocessing_upscale.py": 0.0,
            "load scripts/prompt_matrix.py": 0.0010025501251220703,
            "load scripts/prompts_from_file.py": 0.0,
            "load scripts/refiner.py": 0.0,
            "load scripts/sd_upscale.py": 0.0010013580322265625,
            "load scripts/seed.py": 0.0,
            "load scripts/xyz_grid.py": 0.0010013580322265625,
            "load scripts/main.py": 0.8290903568267822,
            "load scripts/test.py": 0.001459360122680664,
            "load scripts/!adetailer.py": 1.110060691833496,
            "load scripts/adapter.py": 0.0010008811950683594,
            "load scripts/api.py": 0.31000256538391113,
            "load scripts/batch_hijack.py": 0.0010004043579101562,
            "load scripts/cldm.py": 0.0,
            "load scripts/controlmodel_ipadapter.py": 0.001001119613647461,
            "load scripts/controlnet.py": 0.09508633613586426,
            "load scripts/controlnet_diffusers.py": 0.0010013580322265625,
            "load scripts/controlnet_lllite.py": 0.0,
            "load scripts/controlnet_lora.py": 0.001001119613647461,
            "load scripts/controlnet_model_guess.py": 0.0,
            "load scripts/controlnet_version.py": 0.0,
            "load scripts/external_code.py": 0.0010004043579101562,
            "load scripts/global_state.py": 0.0,
            "load scripts/hook.py": 0.0010008811950683594,
            "load scripts/infotext.py": 0.0020020008087158203,
            "load scripts/logging.py": 0.0,
            "load scripts/lvminthin.py": 0.0,
            "load scripts/movie2movie.py": 0.0010008811950683594,
            "load scripts/processor.py": 0.0,
            "load scripts/utils.py": 0.0010006427764892578,
            "load scripts/xyz_grid_support.py": 0.0,
            "load scripts/m2m_config.py": 0.0,
            "load scripts/m2m_hook.py": 0.001001119613647461,
            "load scripts/m2m_ui.py": 0.06605958938598633,
            "load scripts/m2m_util.py": 0.0,
            "load scripts/module_ui_extensions.py": 0.001001119613647461,
            "load scripts/mov2mov.py": 0.0,
            "load scripts/movie_editor.py": 0.0,
            "load scripts/photopea_tab.py": 0.015013456344604492,
            "load scripts/console_log_patch.py": 0.22897553443908691,
            "load scripts/reactor_api.py": 0.06873393058776855,
            "load scripts/reactor_faceswap.py": 0.0020024776458740234,
            "load scripts/reactor_globals.py": 0.0,
            "load scripts/reactor_helpers.py": 0.0,
            "load scripts/reactor_logger.py": 0.0009999275207519531,
            "load scripts/reactor_swapper.py": 0.0010008811950683594,
            "load scripts/reactor_version.py": 0.0,
            "load scripts/attention.py": 0.0,
            "load scripts/latent.py": 0.004004240036010742,
            "load scripts/regions.py": 0.0,
            "load scripts/rp.py": 0.025022506713867188,
            "load scripts/rps.py": 0.0010008811950683594,
            "load scripts/ultimate-upscale.py": 0.0010008811950683594,
            "load scripts/ldsr_model.py": 0.02001810073852539,
            "load scripts/lora_script.py": 0.10009193420410156,
            "load scripts/scunet_model.py": 0.021018266677856445,
            "load scripts/swinir_model.py": 0.018016338348388672,
            "load scripts/hotkey_config.py": 0.0010008811950683594,
            "load scripts/extra_options_section.py": 0.0,
            "load scripts": 2.9417529106140137,
            "load upscalers": 0.0030028820037841797,
            "refresh VAE": 0.003002643585205078,
            "refresh textual inversion templates": 0.0,
            "scripts list_optimizers": 0.0010013580322265625,
            "scripts list_unets": 0.0,
            "reload hypernetworks": 0.003001689910888672,
            "initialize extra networks": 0.011010169982910156,
            "scripts before_ui_callback": 0.0010013580322265625,
            "create ui": 0.7414872646331787,
            "gradio launch": 0.45464563369750977,
            "add APIs": 0.07506752014160156,
            "app_started_callback/main.py": 0.003003358840942383,
            "app_started_callback/api.py": 0.0020003318786621094,
            "app_started_callback/reactor_api.py": 0.0020017623901367188,
            "app_started_callback/lora_script.py": 0.0,
            "app_started_callback": 0.007005453109741211
        }
    },
    "Packages": [
        "-rotobuf==3.19.6",
        "absl-py==2.0.0",
        "accelerate==0.21.0",
        "addict==2.4.0",
        "aenum==3.1.15",
        "aiofiles==23.2.1",
        "aiohttp==3.8.5",
        "aiosignal==1.3.1",
        "albumentations==1.3.1",
        "altair==4.2.2",
        "antlr4-python3-runtime==4.9.3",
        "anyio==3.7.1",
        "async-timeout==4.0.3",
        "attrs==23.1.0",
        "basicsr==1.4.2",
        "beautifulsoup4==4.12.2",
        "blendmodes==2022",
        "boltons==23.0.0",
        "brotli==1.1.0",
        "cachetools==5.3.1",
        "certifi==2023.7.22",
        "cffi==1.16.0",
        "charset-normalizer==3.3.0",
        "clean-fid==0.1.35",
        "click==8.1.7",
        "clip==1.0",
        "colorama==0.4.6",
        "coloredlogs==15.0.1",
        "contourpy==1.1.1",
        "cssselect2==0.7.0",
        "cycler==0.12.0",
        "cython==3.0.3",
        "dadaptation==3.1",
        "deprecation==2.1.0",
        "diffusers==0.21.2",
        "discord-webhook==1.1.0",
        "duckduckgo-search==3.9.3",
        "easydict==1.10",
        "easygui==0.98.3",
        "einops==0.4.1",
        "entrypoints==0.4",
        "exceptiongroup==1.1.3",
        "facexlib==0.3.0",
        "fastapi==0.94.0",
        "ffmpy==0.3.1",
        "filelock==3.12.4",
        "filterpy==1.4.5",
        "flatbuffers==23.5.26",
        "fonttools==4.43.0",
        "frozenlist==1.4.0",
        "fsspec==2023.9.2",
        "ftfy==6.1.1",
        "future==0.18.3",
        "fvcore==0.1.5.post20221221",
        "gdown==4.7.1",
        "gfpgan==1.3.8",
        "gitdb==4.0.10",
        "gitpython==3.1.32",
        "google-auth-oauthlib==1.0.0",
        "google-auth==2.23.2",
        "gradio-client==0.5.0",
        "gradio==3.41.2",
        "grpcio==1.59.0",
        "h11==0.12.0",
        "h2==4.1.0",
        "hpack==4.0.0",
        "httpcore==0.15.0",
        "httpx==0.24.1",
        "huggingface-hub==0.15.1",
        "humanfriendly==10.0",
        "hyperframe==6.0.1",
        "idna==3.4",
        "imageio-ffmpeg==0.4.9",
        "imageio==2.31.5",
        "importlib-metadata==6.8.0",
        "importlib-resources==6.1.0",
        "inflection==0.5.1",
        "insightface==0.7.3",
        "iopath==0.1.9",
        "jinja2==3.1.2",
        "joblib==1.3.2",
        "jsonmerge==1.8.0",
        "jsonschema-specifications==2023.7.1",
        "jsonschema==4.19.1",
        "kiwisolver==1.4.5",
        "kornia==0.6.7",
        "lark==1.1.2",
        "lazy-loader==0.3",
        "lightning-utilities==0.9.0",
        "llvmlite==0.41.0",
        "lmdb==1.4.1",
        "lpips==0.1.4",
        "lxml==4.9.3",
        "markdown-it-py==3.0.0",
        "markdown==3.4.4",
        "markupsafe==2.1.3",
        "matplotlib==3.8.0",
        "mdurl==0.1.2",
        "mediapipe==0.10.7",
        "mpmath==1.3.0",
        "multidict==6.0.4",
        "networkx==3.1",
        "numba==0.58.0",
        "numpy==1.23.5",
        "oauthlib==3.2.2",
        "omegaconf==2.2.3",
        "onnx==1.14.1",
        "onnxruntime==1.16.1",
        "open-clip-torch==2.20.0",
        "opencv-contrib-python==4.8.1.78",
        "opencv-python-headless==4.8.1.78",
        "opencv-python==4.8.1.78",
        "orjson==3.9.7",
        "packaging==23.2",
        "pandas==2.1.1",
        "piexif==1.1.3",
        "pillow==9.5.0",
        "pip==23.2.1",
        "platformdirs==3.11.0",
        "portalocker==2.8.2",
        "prettytable==3.9.0",
        "protobuf==3.20.3",
        "psutil==5.9.5",
        "py-cpuinfo==9.0.0",
        "pyasn1-modules==0.3.0",
        "pyasn1==0.5.0",
        "pycparser==2.21",
        "pydantic==1.10.13",
        "pydub==0.25.1",
        "pygments==2.16.1",
        "pyparsing==3.1.1",
        "pyreadline3==3.4.1",
        "pysocks==1.7.1",
        "python-dateutil==2.8.2",
        "python-multipart==0.0.6",
        "pytorch-lightning==1.9.4",
        "pytorch-optimizer==2.11.1",
        "pytz==2023.3.post1",
        "pywavelets==1.4.1",
        "pywin32==306",
        "pyyaml==6.0.1",
        "qudida==0.0.4",
        "realesrgan==0.3.0",
        "referencing==0.30.2",
        "regex==2023.8.8",
        "reportlab==4.0.5",
        "requests-oauthlib==1.3.1",
        "requests==2.31.0",
        "resize-right==0.0.2",
        "rich==13.6.0",
        "rpds-py==0.10.3",
        "rsa==4.9",
        "safetensors==0.3.1",
        "scikit-image==0.21.0",
        "scikit-learn==1.3.1",
        "scipy==1.11.3",
        "seaborn==0.13.0",
        "semantic-version==2.10.0",
        "sentencepiece==0.1.99",
        "setuptools==68.2.0",
        "six==1.16.0",
        "smmap==5.0.1",
        "sniffio==1.3.0",
        "socksio==1.0.0",
        "sounddevice==0.4.6",
        "soupsieve==2.5",
        "starlette==0.26.1",
        "svglib==1.5.1",
        "sympy==1.12",
        "tabulate==0.9.0",
        "tb-nightly==2.15.0a20231003",
        "tensorboard-data-server==0.7.1",
        "tensorboard-plugin-wit==1.8.1",
        "tensorboard==2.13.0",
        "termcolor==2.3.0",
        "thop==0.1.1.post2209072238",
        "threadpoolctl==3.2.0",
        "tifffile==2023.9.26",
        "timm==0.9.2",
        "tinycss2==1.2.1",
        "tokenizers==0.13.3",
        "tomesd==0.1.3",
        "toml==0.10.2",
        "tomli==2.0.1",
        "toolz==0.12.0",
        "torch==2.0.1+cu118",
        "torchaudio==2.0.2+cu118",
        "torchdiffeq==0.2.3",
        "torchmetrics==1.2.0",
        "torchsde==0.2.5",
        "torchvision==0.15.2+cu118",
        "tqdm==4.65.0",
        "trampoline==0.1.2",
        "transformers==4.30.2",
        "typing-extensions==4.8.0",
        "tzdata==2023.3",
        "ultralytics==8.0.199",
        "urllib3==2.0.6",
        "uvicorn==0.23.2",
        "voluptuous==0.13.1",
        "wcwidth==0.2.8",
        "webencodings==0.5.1",
        "websockets==11.0.3",
        "werkzeug==3.0.0",
        "wheel==0.41.2",
        "xformers==0.0.22",
        "yacs==0.1.8",
        "yapf==0.40.2",
        "yarl==1.9.2",
        "zipp==3.17.0"
    ]
}

Relevant console log

Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Version: 1.6.0
Commit hash: <none>
[Auto-Photoshop-SD] Attempting auto-update...
[Auto-Photoshop-SD] switch branch to extension branch.
checkout_result: Your branch is up to date with 'origin/master'.

[Auto-Photoshop-SD] Current Branch.
branch_result: * master

[Auto-Photoshop-SD] Fetch upstream.
fetch_result: 
[Auto-Photoshop-SD] Pull upstream.
pull_result: Already up to date.
Installing requirements for Mov2mov
Installing requirements for imageio-ffmpeg
Checking ReActor requirements... Ok
Launching Web UI with arguments: --medvram --xformers --api --skip-python-version-check --no-half
E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\venv\lib\site-packages\torchaudio\backend\utils.py:74: UserWarning: No audio backend is available.
  warnings.warn("No audio backend is available.")
python_server_full_path:  E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\Auto-Photoshop-StableDiffusion-Plugin\server/python_server
[-] ADetailer initialized. version: 23.10.1, num models: 9
2023-10-17 16:26:59,191 - ControlNet - INFO - ControlNet v1.1.411
ControlNet preprocessor location: E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-controlnet\annotator\downloads
2023-10-17 16:26:59,286 - ControlNet - INFO - ControlNet v1.1.411
16:26:59 - ReActor - STATUS - Running v0.4.3-b1
Loading weights [84d76a0328] from E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\models\Stable-diffusion\NaturalSin\epicrealism_naturalSinRC1VAE.safetensors
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Creating model from config: E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\configs\v1-inference.yaml
Startup time: 15.9s (prepare environment: 6.4s, import torch: 3.0s, import gradio: 0.7s, setup paths: 0.7s, initialize shared: 0.2s, other imports: 0.5s, setup codeformer: 0.1s, load scripts: 2.9s, create ui: 0.7s, gradio launch: 0.5s).
Applying attention optimization: xformers... done.
Model loaded in 5.4s (load weights from disk: 1.0s, create model: 0.3s, apply weights to model: 1.9s, apply float(): 0.4s, calculate empty prompt: 1.7s).
100%|##########| 16/16 [00:13<00:00,  1.16it/s]
18:17:15 - ReActor - STATUS - Working: source face index [0], target face index [0]
18:17:15 - ReActor - STATUS - Analyzing Source Image...
download_path: E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\models\insightface\models\buffalo_l
Downloading E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\models\insightface\models\buffalo_l.zip from https://github.com/deepinsight/insightface/releases/download/v0.7/buffalo_l.zip...
100%|##########| 281857/281857 [02:49<00:00, 1662.37KB/s]
18:20:10 - ReActor - STATUS - Analyzing Target Image...
18:20:11 - ReActor - STATUS - Detecting Source Face, Index = 0
18:20:11 - ReActor - STATUS - Detected: -45- y.o. Female
*** Error running postprocess_image: E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_faceswap.py
    Traceback (most recent call last):
      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\modules\scripts.py", line 675, in postprocess_image
        script.postprocess_image(p, pp, *script_args)
      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_faceswap.py", line 376, in postprocess_image
        result, output, swapped = swap_face(
      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_swapper.py", line 320, in swap_face
        face_swapper = getFaceSwapModel(model)
      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_swapper.py", line 89, in getFaceSwapModel
        FS_MODEL = insightface.model_zoo.get_model(model_path, providers=providers)
      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\venv\lib\site-packages\insightface\model_zoo\model_zoo.py", line 96, in get_model
        model = router.get_model(providers=providers, provider_options=provider_options)
      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\console_log_patch.py", line 21, in patched_get_model
        session = PickableInferenceSession(self.onnx_file, **kwargs)
      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\venv\lib\site-packages\insightface\model_zoo\model_zoo.py", line 25, in __init__
        super().__init__(model_path, **kwargs)
      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\venv\lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 419, in __init__
        self._create_inference_session(providers, provider_options, disabled_optimizers)
      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\venv\lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 452, in _create_inference_session
        sess = C.InferenceSession(session_options, self._model_path, True, self._read_config_from_model)
    onnxruntime.capi.onnxruntime_pybind11_state.InvalidProtobuf: [ONNXRuntimeError] : 7 : INVALID_PROTOBUF : Load model from E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\models\insightface\inswapper_128.onnx failed:Protobuf parsing failed.

---
Total progress: 100%|██████████| 16/16 [03:12<00:00, 12.02s/it]s]
100%|##########| 16/16 [00:09<00:00,  1.67it/s]

0: 640x640 1 face, 79.1ms
Speed: 4.0ms preprocess, 79.1ms inference, 1.0ms postprocess per image at shape (1, 3, 640, 640)
	Tile 1/4
	Tile 2/4
	Tile 3/4
	Tile 4/4
100%|##########| 16/16 [00:09<00:00,  1.68it/s]
[-] ADetailer: applied 1st ad_negative_prompt: 
'[:epiCPhotoGasm-colorfulPhoto-neg:1], (deformed iris, deformed pupils, 
semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, 
close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, 
ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn 
hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, 
bad proportions, extra limbs, cloned face, disfigured, gross proportions, 
malformed limbs, missing arms, missing legs, extra arms, extra legs, fused 
fingers, too many fingers, long neck, [:epiCPhotoGasm-colorfulPhoto-neg:1], 
(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, 
cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst 
quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra
fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, 
deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned
face, disfigured, gross proportions, malformed limbs, missing arms, missing 
legs, extra arms, extra legs, fused fingers, too many fingers, long neck'
18:34:37 - ReActor - STATUS - Working: source face index [0], target face index [0]
18:34:37 - ReActor - STATUS - Analyzing Source Image...
18:34:38 - ReActor - STATUS - Analyzing Target Image...
18:34:39 - ReActor - STATUS*** Error running postprocess_image: E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_faceswap.py
 - Detecting Source Face, Index = 0
    Traceback (most recent call last):
      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\modules\scripts.py", line 675, in postprocess_image
18:34:39 - ReActor -         script.postprocess_image(p, pp, *script_args)
      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_faceswap.py", line 376, in postprocess_image
STATUS        result, output, swapped = swap_face(
      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_swapper.py", line 349, in swap_face
        result = face_swapper.get(result, target_face, source_face)
 - Detected: -45- y.o. Female
    AttributeError: 'NoneType' object has no attribute 'get'
18:34:39 - ReActor - 
---
STATUS - Detecting Target Face, Index = 0
18:34:39 - ReActor - STATUS - Detected: -24- y.o. Female
18:34:39 - ReActor - STATUS - Swapping Source into Target
Total progress: 100%|██████████| 16/16 [00:29<00:00,  1.82s/it]s]
100%|##########| 16/16 [00:09<00:00,  1.66it/s]
18:35:45 - ReActor - STATUS - Working: source face index [0], target face index [0]
18:35:45 - ReActor - STATUS - Analyzing Source Image...
18:35:46 - ReActor - STATUS - Analyzing Target Image...
18:35:47 - ReActor - STATUS - Detecting Source Face, Index = 0
18:35:47 - ReActor - STATUS - Detected: -45- y.o. Female
*** Error running postprocess_image: E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_faceswap.py
18:35:47 - ReActor -     Traceback (most recent call last):
STATUS      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\modules\scripts.py", line 675, in postprocess_image
        script.postprocess_image(p, pp, *script_args)
 - Detecting Target Face, Index = 0
      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_faceswap.py", line 376, in postprocess_image
18:35:47 - ReActor -         result, output, swapped = swap_face(
      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_swapper.py", line 349, in swap_face
STATUS        result = face_swapper.get(result, target_face, source_face)
    AttributeError: 'NoneType' object has no attribute 'get'
 - Detected: -23- y.o. Female

18:35:47 - ReActor - ---
STATUS - Swapping Source into Target
Total progress: 100%|██████████| 16/16 [00:11<00:00,  1.38it/s]s]
100%|##########| 16/16 [00:09<00:00,  1.68it/s]
18:36:34 - ReActor - STATUS - Working: source face index [0], target face index [0]
18:36:34 - ReActor - STATUS - Analyzing Source Image...
18:36:35 - ReActor - STATUS - Analyzing Target Image...
18:36:36 - ReActor - STATUS*** Error running postprocess_image: E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_faceswap.py
 - Detecting Source Face, Index = 0
    Traceback (most recent call last):
18:36:36 - ReActor -       File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\modules\scripts.py", line 675, in postprocess_image
        script.postprocess_image(p, pp, *script_args)
STATUS      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_faceswap.py", line 376, in postprocess_image
        result, output, swapped = swap_face(
 - Detected: -45- y.o. Female
      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_swapper.py", line 349, in swap_face
18:36:36 - ReActor -         result = face_swapper.get(result, target_face, source_face)
    AttributeError: 'NoneType' object has no attribute 'get'
STATUS
---
 - Detecting Target Face, Index = 0
18:36:36 - ReActor - STATUS - Detected: -23- y.o. Female
18:36:36 - ReActor - STATUS - Swapping Source into Target
Total progress: 100%|██████████| 16/16 [00:11<00:00,  1.37it/s]s]
100%|##########| 16/16 [00:09<00:00,  1.69it/s]
18:37:10 - ReActor - STATUS - Working: source face index [0], target face index [0]
18:37:10 - ReActor - STATUS - Analyzing Source Image...
18:37:11 - ReActor - STATUS - Analyzing Target Image...
18:37:12 - ReActor - STATUS*** Error running postprocess_image: E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_faceswap.py
 - Detecting Source Face, Index = 0
    Traceback (most recent call last):
18:37:12 - ReActor -       File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\modules\scripts.py", line 675, in postprocess_image
        script.postprocess_image(p, pp, *script_args)
STATUS      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_faceswap.py", line 376, in postprocess_image
        result, output, swapped = swap_face(
 - Detected: -45- y.o. Female
      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_swapper.py", line 349, in swap_face
18:37:12 - ReActor -         result = face_swapper.get(result, target_face, source_face)
    AttributeError: 'NoneType' object has no attribute 'get'
STATUS
---
 - Detecting Target Face, Index = 0
18:37:12 - ReActor - STATUS - Detected: -23- y.o. Female
18:37:12 - ReActor - STATUS - Swapping Source into Target
Total progress: 100%|██████████| 16/16 [00:11<00:00,  1.37it/s]s]
100%|##########| 16/16 [00:09<00:00,  1.69it/s]
18:38:09 - ReActor - STATUS - Working: source face index [0], target face index [0]
18:38:09 - ReActor - STATUS - Analyzing Source Image...
18:38:10 - ReActor - STATUS - Analyzing Target Image...
18:38:11 - ReActor - STATUS*** Error running postprocess_image: E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_faceswap.py
 - Detecting Source Face, Index = 0
    Traceback (most recent call last):
18:38:11 - ReActor -       File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\modules\scripts.py", line 675, in postprocess_image
        script.postprocess_image(p, pp, *script_args)
STATUS      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_faceswap.py", line 376, in postprocess_image
        result, output, swapped = swap_face(
 - Detected: -45- y.o. Female
      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_swapper.py", line 349, in swap_face
18:38:11 - ReActor -         result = face_swapper.get(result, target_face, source_face)
    AttributeError: 'NoneType' object has no attribute 'get'
STATUS
---
 - Detecting Target Face, Index = 0
18:38:11 - ReActor - STATUS - Detected: -23- y.o. Female
18:38:11 - ReActor - STATUS - Swapping Source into Target
Total progress: 100%|██████████| 16/16 [00:11<00:00,  1.38it/s]s]
100%|##########| 16/16 [00:09<00:00,  1.69it/s]
18:38:59 - ReActor - STATUS - Working: source face index [0], target face index [0]
18:38:59 - ReActor - STATUS - Analyzing Source Image...
18:39:00 - ReActor - STATUS - Analyzing Target Image...
18:39:01 - ReActor - STATUS*** Error running postprocess_image: E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_faceswap.py
    Traceback (most recent call last):
 - Detecting Source Face, Index = 0
      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\modules\scripts.py", line 675, in postprocess_image
18:39:01 - ReActor -         script.postprocess_image(p, pp, *script_args)
      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_faceswap.py", line 376, in postprocess_image
        result, output, swapped = swap_face(
STATUS      File "E:\AI\StabilityMatrix\Data\Packages\stable-diffusion-webui\extensions\sd-webui-reactor\scripts\reactor_swapper.py", line 349, in swap_face
        result = face_swapper.get(result, target_face, source_face)
 - Detected: -45- y.o. Female
    AttributeError: 'NoneType' object has no attribute 'get'
18:39:01 - ReActor - 
---
STATUS - Detecting Target Face, Index = 0
18:39:01 - ReActor - STATUS - Detected: -23- y.o. Female
18:39:01 - ReActor - STATUS - Swapping Source into Target
Total progress: 100%|██████████| 16/16 [00:11<00:00,  1.37it/s]s]

Additional information

No response

@Gourieff
Copy link
Owner

Gourieff commented Oct 17, 2023

result = face_swapper.get(result, target_face, source_face)
AttributeError: 'NoneType' object has no attribute 'get'

This error can tel that there's smth wrong with the inswapper model file
https://github.com/Gourieff/sd-webui-reactor#v-invalid_protobuf--load-model-from-modelsinsightfaceinswapper_128onnx-failedprotobuf-parsing-failed-or-attributeerror-nonetype-object-has-no-attribute-get-or-attributeerror-faceswapscript-object-has-no-attribute-save_original

Do you have it inside the "stable-diffusion-webui\models\insightface" directory?

I recommend you to use the native build of SD WebUI by A1111, it works perfectly with no errors
I've just tried to use StabilityMatrix and the installation process of the "stable-diffusion-webui" package failed with a bunch of errors, it's buggy

@Gourieff Gourieff changed the title face_swapper error StabilityMatrix | face_swapper error Oct 17, 2023
@noembryo
Copy link
Author

noembryo commented Oct 17, 2023

This error can tel that there's smth wrong with the inswapper model file https://github.com/Gourieff/sd-webui-reactor#v-invalid_protobuf--load-model-from-modelsinsightfaceinswapper_128onnx-failedprotobuf-parsing-failed-or-attributeerror-nonetype-object-has-no-attribute-get-or-attributeerror-faceswapscript-object-has-no-attribute-save_original

Do you have it inside the "stable-diffusion-webui\models\insightface" directory?

These are the contents of this folder:

insightface\inswapper_128.onnx
insightface\models\buffalo_l\1k3d68.onnx
insightface\models\buffalo_l\2d106det.onnx
insightface\models\buffalo_l\det_10g.onnx
insightface\models\buffalo_l\genderage.onnx
insightface\models\buffalo_l\w600k_r50.onnx

But you must be right, because the file size of the inswapper_128.onnx is only a couple of Mb..
I'll download the right file and report back..

I recommend you to use the native build of SD WebUI by A1111, it works perfectly with no errors We're wasting time trying to get it work with StabilityMatrix

This is not possible for me, because I can't have Python 3.10 installed system-wise, since I need Python 2.7 for development.
To keep many Pythons installed in the same system is impossible.
I do use different versions inside IDEA, but this is not helping me with A1111..

@noembryo
Copy link
Author

Success!!! 🍾
Thank you very much for your help.. 👍

P.S. StabilityMatrix is a life saver for me. Please don't stop supporting it..

@Gourieff
Copy link
Owner

Very nice! At last! 🙂
Glad to help!

@Gourieff Gourieff added ✔ solved and removed bug Something isn't working ❌ unverified web-ui labels Oct 17, 2023
@Gourieff Gourieff changed the title StabilityMatrix | face_swapper error [SOLVED] StabilityMatrix | face_swapper error Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants