mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 06:23:20 -07:00
force complete preview
This commit is contained in:
parent
e6b55e972c
commit
cb677f5782
2 changed files with 4 additions and 1 deletions
|
@ -989,7 +989,7 @@ class SAEHDModel(ModelBase):
|
||||||
S[i] = label_face_filename(S[i], filenames[0][i])
|
S[i] = label_face_filename(S[i], filenames[0][i])
|
||||||
D[i] = label_face_filename(D[i], filenames[1][i])
|
D[i] = label_face_filename(D[i], filenames[1][i])
|
||||||
|
|
||||||
if self.resolution <= 256:
|
if self.resolution <= 256 or self.options['preview_samples'] == True:
|
||||||
result = []
|
result = []
|
||||||
|
|
||||||
st = []
|
st = []
|
||||||
|
|
|
@ -165,6 +165,9 @@
|
||||||
"minimum": 1,
|
"minimum": 1,
|
||||||
"maximum": 64
|
"maximum": 64
|
||||||
},
|
},
|
||||||
|
"force_complete_preview": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"session_name": {
|
"session_name": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue