Error occurred when executing ReActorFaceSwap #339
sheikhfahad67
started this conversation in
General
Replies: 1 comment
-
Try this solution #290 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting this issue multiple times and it's start occurring automatically after sometime. To resolve this currently I have workaround to redeploy the server.
Can anyone help to resolve this issue without redeploying?
Error occurred when executing ReActorFaceSwap:
File "/app/ComfyUI/execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "/app/ComfyUI/execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "/app/ComfyUI/execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "/app/ComfyUI/custom_nodes/comfyui-reactor-node/nodes.py", line 335, in execute
script.process(
File "/app/ComfyUI/custom_nodes/comfyui-reactor-node/scripts/reactor_faceswap.py", line 123, in process
result = swap_face_many(
File "/app/ComfyUI/custom_nodes/comfyui-reactor-node/scripts/reactor_swapper.py", line 385, in swap_face_many
source_faces = analyze_faces(source_img)
File "/app/ComfyUI/custom_nodes/comfyui-reactor-node/scripts/reactor_swapper.py", line 147, in analyze_faces
face_analyser = getAnalysisModel(det_size)
File "/app/ComfyUI/custom_nodes/comfyui-reactor-node/scripts/reactor_swapper.py", line 77, in getAnalysisModel
ANALYSIS_MODEL = insightface.app.FaceAnalysis(
File "/app/ComfyUI/custom_nodes/comfyui-reactor-node/reactor_patcher.py", line 59, in patched_faceanalysis_init
assert 'detection' in self.models
Beta Was this translation helpful? Give feedback.
All reactions