AttributeError: 'NoneType' object has no attribute 'get' #570
Unanswered
goodluck821
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error running postprocess_image: J:\sd-webui-aki-v4.9\extensions\sd-webui-reactor\scripts\reactor_faceswap.py
Traceback (most recent call last):
File "J:\sd-webui-aki-v4.9\modules\scripts.py", line 912, in postprocess_image
script.postprocess_image(p, pp, *script_args)
File "J:\sd-webui-aki-v4.9\extensions\sd-webui-reactor\scripts\reactor_faceswap.py", line 465, in postprocess_image
result, output, swapped = swap_face(
File "J:\sd-webui-aki-v4.9\extensions\sd-webui-reactor\scripts\reactor_swapper.py", line 616, in swap_face
result_image, output, swapped = operate(source_img,target_img,target_img_orig,model,source_faces_index,faces_index,source_faces,target_faces,gender_source,gender_target,source_face,wrong_gender,source_age,source_gender,output,swapped,mask_face,entire_mask_image,enhancement_options,detection_options)
File "J:\sd-webui-aki-v4.9\extensions\sd-webui-reactor\scripts\reactor_swapper.py", line 779, in operate
swapped_image = face_swapper.get(result, target_face, source_face)
AttributeError: 'NoneType' object has no attribute 'get'
Beta Was this translation helpful? Give feedback.
All reactions