SDXL should be working, but I broke something where it is not converging.

This commit is contained in:
Jaret Burkett
2023-07-25 13:50:59 -06:00
parent 52f02d53f1
commit cb70c03273
11 changed files with 458 additions and 166 deletions

View File

@@ -17,6 +17,7 @@ class BaseJob:
raise ValueError('config is required')
self.config = config['config']
self.raw_config = config
self.job = config['job']
self.name = self.get_conf('name', required=True)
if 'meta' in config: