added sumbmodules

This commit is contained in:
leno3003 2022-03-31 11:09:07 +02:00
parent 331cfa5d0b
commit c1bc4cd190

View file

@ -295,6 +295,9 @@ class ModelBase(object):
self.choose_preview_history = io.input_bool("Randomly choose new image for preview history", False, help_message="Preview image history will stay stuck with old faces if you reuse the same model on different celebs. Choose no unless you are changing src/dst to a new person")
def ask_target_iter(self, default_value=0):
print("Path in ask_target_iter")
cmd = "pwd"
os.system(cmd)
#answer_filename = 'workspace/interact/interact_dict.pkl'
#if os.path.exists(answer_filename):
# with open(answer_filename, 'rb') as file: