Added flux training instructions

This commit is contained in:
Jaret Burkett
2024-08-10 14:10:02 -06:00
parent b3e03295ad
commit 2308ef2868
4 changed files with 128 additions and 23 deletions

View File

@@ -128,7 +128,7 @@ class NetworkConfig:
if self.lorm_config.do_conv:
self.conv = 4
self.transformer_only = kwargs.get('transformer_only', False)
self.transformer_only = kwargs.get('transformer_only', True)
AdapterTypes = Literal['t2i', 'ip', 'ip+', 'clip', 'ilora', 'photo_maker', 'control_net']