mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-04-30 11:11:37 +00:00
SDXL should be working, but I broke something where it is not converging.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user