mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 13:02:15 -07:00
"Enable autobackup" option is replaced by
"Autobackup every N hour" 0..24 (default 0 disabled), Autobackup model files with preview every N hour
This commit is contained in:
parent
ee27bb0aac
commit
5620763ccf
3 changed files with 21 additions and 15 deletions
|
@ -48,7 +48,7 @@ class SAEHDModel(ModelBase):
|
|||
|
||||
ask_override = self.ask_override()
|
||||
if self.is_first_run() or ask_override:
|
||||
self.ask_enable_autobackup()
|
||||
self.ask_autobackup_hour()
|
||||
self.ask_write_preview_history()
|
||||
self.ask_target_iter()
|
||||
self.ask_random_flip()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue