You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-10-24 16:23:58,181 [INFO] Saving current state to output/glyph_icons_sd15/checkpoint-50
StableDiffusionLoraLoaderMixin.save_lora_weights() got an unexpected keyword argument 'transformer_lora_layers'
Traceback (most recent call last):
File "/notebooks/SimpleTuner/train.py", line 49, in <module>
trainer.train()
File "/notebooks/SimpleTuner/helpers/training/trainer.py", line 2716, in train
self.accelerator.save_state(save_path)
File "/notebooks/SimpleTuner/.venv/lib/python3.10/site-packages/accelerate/accelerator.py", line 3031, in save_state
hook(self._models, weights, output_dir)
File "/notebooks/SimpleTuner/helpers/training/save_hooks.py", line 339, in save_model_hook
self._save_lora(models=models, weights=weights, output_dir=output_dir)
File "/notebooks/SimpleTuner/helpers/training/save_hooks.py", line 249, in _save_lora
self.pipeline_class.save_lora_weights(
TypeError: StableDiffusionLoraLoaderMixin.save_lora_weights() got an unexpected keyword argument 'transformer_lora_layers'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: