Max Threads set as 4
backend obs
'obs' backend: OBS Virtual Camera device not found! Did you install OBS?
Error in FrameWorker: Error in execution: Got invalid dimensions for input: in_face:0 for the following indices
index: 1 Got: 3 Expected: 256
index: 3 Got: 256 Expected: 3
Please fix either the inputs/outputs or the model.
Traceback (most recent call last):
File "D:\VisoMaster-ZH\app\processors\workers\frame_worker.py", line 54, in run
self.frame = self.process_frame()
File "D:\VisoMaster-ZH\app\processors\workers\frame_worker.py", line 180, in process_frame
img, fface['original_face'], fface['swap_mask'] = self.swap_core(img, fface['kps_5'], s_e=s_e, t_e=target_face.get_embedding(arcface_model), parameters=parameters, control=control, dfm_model=dfm_model)
File "D:\VisoMaster-ZH\app\processors\workers\frame_worker.py", line 658, in swap_core
img_mask = self.models_processor.apply_dfl_xseg(original_face_256, -parameters["DFLXSegSizeSlider"])
File "D:\VisoMaster-ZH\app\processors\models_processor.py", line 394, in apply_dfl_xseg
return self.face_masks.apply_dfl_xseg(img, amount)
File "D:\VisoMaster-ZH\app\processors\face_masks.py", line 73, in apply_dfl_xseg
self.run_dfl_xseg(img, outpred)
File "D:\VisoMaster-ZH\app\processors\face_masks.py", line 118, in run_dfl_xseg
self.models_processor.models['XSeg'].run_with_iobinding(io_binding)
File "D:\VisoMaster-ZH\wzf\lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 377, in run_with_iobinding
self._sess.run_with_iobinding(iobinding._iobinding, run_options)
RuntimeError: Error in execution: Got invalid dimensions for input: in_face:0 for the following indices
index: 1 Got: 3 Expected: 256
index: 3 Got: 256 Expected: 3
Please fix either the inputs/outputs or the model.