mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-05-01 03:31:35 +00:00
Fixed issue when there is no adapter
This commit is contained in:
@@ -930,7 +930,7 @@ class SDTrainer(BaseSDTrainProcess):
|
|||||||
if self.adapter and isinstance(self.adapter, ClipVisionAdapter):
|
if self.adapter and isinstance(self.adapter, ClipVisionAdapter):
|
||||||
grad_on_text_encoder = True
|
grad_on_text_encoder = True
|
||||||
|
|
||||||
if self.adapter_config.type == 'te_augmenter':
|
if self.adapter_config and self.adapter_config.type == 'te_augmenter':
|
||||||
grad_on_text_encoder = True
|
grad_on_text_encoder = True
|
||||||
|
|
||||||
# have a blank network so we can wrap it in a context and set multipliers without checking every time
|
# have a blank network so we can wrap it in a context and set multipliers without checking every time
|
||||||
|
|||||||
Reference in New Issue
Block a user