mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-03-05 02:29:49 +00:00
Bug fixes, speed improvements, compatability adjustments withdiffusers updates
This commit is contained in:
@@ -53,7 +53,7 @@ class FileItemDTO(LatentCachingFileItemDTOMixin, CaptionProcessingDTOMixin, Imag
|
||||
self.tensor: Union[torch.Tensor, None] = None
|
||||
|
||||
def cleanup(self):
|
||||
del self.tensor
|
||||
self.tensor = None
|
||||
self.cleanup_latent()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user