|
发表于 2024-9-18 19:54:55
|
显示全部楼层
启动报这个错有解决方法吗?
Traceback (most recent call last):
File "E:\aiddd\DFL_maozhihanhua_RTX3000\_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 "E:\aiddd\DFL_maozhihanhua_RTX3000\_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 "E:\aiddd\DFL_maozhihanhua_RTX3000\_internal\DeepFaceLab\core\joblib\SubprocessGenerator.py", line 54, in process_func
gen_data = next (self.generator_func)
File "E:\aiddd\DFL_maozhihanhua_RTX3000\_internal\DeepFaceLab\samplelib\SampleGeneratorFace.py", line 138, in batch_func
raise Exception ("示例 %s 中出现异常。 错误:%s" % (sample.filename, traceback.format_exc() ) )
Exception: 示例 95106.jpg 中出现异常。 错误:Traceback (most recent call last):
File "E:\aiddd\DFL_maozhihanhua_RTX3000\_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 "E:\aiddd\DFL_maozhihanhua_RTX3000\_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 |
|