Cleanup and small bug fixes

This commit is contained in:
Jaret Burkett
2023-08-29 05:45:49 -06:00
parent a008d9e63b
commit bd758ff203
3 changed files with 15 additions and 2 deletions

View File

@@ -177,6 +177,14 @@ class BaseSDTrainProcess(BaseTrainProcess):
)
o_dict['ss_output_name'] = self.job.name
if self.trigger_word is not None:
# just so auto1111 will pick it up
o_dict['ss_tag_frequency'] = {
'actfig': {
'actfig': 1
}
}
self.add_meta(o_dict)
def get_training_info(self):