Change flux latent spact if so it will not use old cache

This commit is contained in:
Jaret Burkett
2024-08-14 11:27:40 -06:00
parent 7fed4ea761
commit 9001e5c933

View File

@@ -1362,7 +1362,7 @@ class LatentCachingMixin:
elif self.sd.is_auraflow:
file_item.latent_space_version = 'sdxl'
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:
file_item.latent_space_version = 'sdxl'
else: