mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-04-30 19:21:39 +00:00
Change flux latent spact if so it will not use old cache
This commit is contained in:
@@ -1362,7 +1362,7 @@ class LatentCachingMixin:
|
|||||||
elif self.sd.is_auraflow:
|
elif self.sd.is_auraflow:
|
||||||
file_item.latent_space_version = 'sdxl'
|
file_item.latent_space_version = 'sdxl'
|
||||||
elif self.sd.is_flux:
|
elif self.sd.is_flux:
|
||||||
file_item.latent_space_version = 'flux'
|
file_item.latent_space_version = 'flux1'
|
||||||
elif self.sd.model_config.is_pixart_sigma:
|
elif self.sd.model_config.is_pixart_sigma:
|
||||||
file_item.latent_space_version = 'sdxl'
|
file_item.latent_space_version = 'sdxl'
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user