mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-04-29 02:31:17 +00:00
Fixed some mismatched weights by adjusting tolerance. The mismatch ironically made the models better lol
This commit is contained in:
@@ -99,6 +99,8 @@ class ModelConfig:
|
||||
self.use_text_encoder_1: bool = kwargs.get('use_text_encoder_1', True)
|
||||
self.use_text_encoder_2: bool = kwargs.get('use_text_encoder_2', True)
|
||||
|
||||
self.experimental_xl: bool = kwargs.get('experimental_xl', False)
|
||||
|
||||
if self.name_or_path is None:
|
||||
raise ValueError('name_or_path must be specified')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user