|
发表于 2024-9-14 11:30:52
|
显示全部楼层
崩了,不知道哪里出错了,更新之后用不了了
Traceback (most recent call last):
File "G:\DeepFaceLab_DirectX12\_internal\DeepFaceLab\samplelib\SampleGeneratorFace.py", line 136, in batch_func
x, = SampleProcessor.process ([sample], self.sample_process_options, self.output_sample_types, self.debug, ct_sample=ct_sample)
File "G:\DeepFaceLab_DirectX12\_internal\DeepFaceLab\samplelib\SampleProcessor.py", line 184, in process
if face_type != sample_face_type and sample_face_type != FaceType.CUSTOM:
File "enum.py", line 326, in __getattr__
AttributeError: CUSTOM
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "multiprocessing\process.py", line 258, in _bootstrap
File "multiprocessing\process.py", line 93, in run
File "G:\DeepFaceLab_DirectX12\_internal\DeepFaceLab\core\joblib\SubprocessGenerator.py", line 54, in process_func
gen_data = next (self.generator_func)
File "G:\DeepFaceLab_DirectX12\_internal\DeepFaceLab\samplelib\SampleGeneratorFace.py", line 138, in batch_func
raise Exception ("示例 %s 中出现异常。 错误:%s" % (sample.filename, traceback.format_exc() ) )
Exception: 示例 M-ZTA-00532.jpg 中出现异常。 错误:Traceback (most recent call last):
File "G:\DeepFaceLab_DirectX12\_internal\DeepFaceLab\samplelib\SampleGeneratorFace.py", line 136, in batch_func
x, = SampleProcessor.process ([sample], self.sample_process_options, self.output_sample_types, self.debug, ct_sample=ct_sample)
File "G:\DeepFaceLab_DirectX12\_internal\DeepFaceLab\samplelib\SampleProcessor.py", line 184, in process
if face_type != sample_face_type and sample_face_type != FaceType.CUSTOM:
File "enum.py", line 326, in __getattr__
AttributeError: CUSTOM
Process Process-14:][1169ms][0.3387][0.2776]
Traceback (most recent call last):
File "G:\DeepFaceLab_DirectX12\_internal\DeepFaceLab\samplelib\SampleGeneratorFace.py", line 136, in batch_func
x, = SampleProcessor.process ([sample], self.sample_process_options, self.output_sample_types, self.debug, ct_sample=ct_sample)
File "G:\DeepFaceLab_DirectX12\_internal\DeepFaceLab\samplelib\SampleProcessor.py", line 184, in process
if face_type != sample_face_type and sample_face_type != FaceType.CUSTOM:
File "enum.py", line 326, in __getattr__
AttributeError: CUSTOM
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "multiprocessing\process.py", line 258, in _bootstrap
File "multiprocessing\process.py", line 93, in run
File "G:\DeepFaceLab_DirectX12\_internal\DeepFaceLab\core\joblib\SubprocessGenerator.py", line 54, in process_func
gen_data = next (self.generator_func)
File "G:\DeepFaceLab_DirectX12\_internal\DeepFaceLab\samplelib\SampleGeneratorFace.py", line 138, in batch_func
raise Exception ("示例 %s 中出现异常。 错误:%s" % (sample.filename, traceback.format_exc() ) )
Exception: 示例 M-ZTA-00804.jpg 中出现异常。 错误:Traceback (most recent call last):
File "G:\DeepFaceLab_DirectX12\_internal\DeepFaceLab\samplelib\SampleGeneratorFace.py", line 136, in batch_func
x, = SampleProcessor.process ([sample], self.sample_process_options, self.output_sample_types, self.debug, ct_sample=ct_sample)
File "G:\DeepFaceLab_DirectX12\_internal\DeepFaceLab\samplelib\SampleProcessor.py", line 184, in process
if face_type != sample_face_type and sample_face_type != FaceType.CUSTOM:
File "enum.py", line 326, in __getattr__
AttributeError: CUSTOM
|
|