mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-04-29 18:51:37 +00:00
Fixed missed merge conflice and locked diffusers version
This commit is contained in:
@@ -1461,19 +1461,13 @@ class BaseSDTrainProcess(BaseTrainProcess):
|
||||
# print_acc("sage attention is not installed. Using SDP instead")
|
||||
|
||||
if self.train_config.gradient_checkpointing:
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
# if has method enable_gradient_checkpointing
|
||||
>>>>>>> lumina2
|
||||
if hasattr(unet, 'enable_gradient_checkpointing'):
|
||||
unet.enable_gradient_checkpointing()
|
||||
elif hasattr(unet, 'gradient_checkpointing'):
|
||||
unet.gradient_checkpointing = True
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
else:
|
||||
print("Gradient checkpointing not supported on this model")
|
||||
>>>>>>> lumina2
|
||||
if isinstance(text_encoder, list):
|
||||
for te in text_encoder:
|
||||
if hasattr(te, 'enable_gradient_checkpointing'):
|
||||
|
||||
Reference in New Issue
Block a user