mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-05 12:36:42 -07:00
fix
This commit is contained in:
parent
a6438ca494
commit
8ea7820b9c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class SampleLoader:
|
|||
try:
|
||||
samples = samplelib.PackedFaceset.load(samples_path)
|
||||
except:
|
||||
io.log_err(f"Error occured while loading samplelib.PackedFaceset.load {str(samples_dat_path)}, {traceback.format_exc()}")
|
||||
io.log_err(f"Error occured while loading samplelib.PackedFaceset.load {str(samples_path)}, {traceback.format_exc()}")
|
||||
|
||||
if samples is None:
|
||||
raise ValueError("packed faceset not found.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue