Possible to work with Comfy?
#1
by
BuffMcBigHuge
- opened
memory_used = self.memory_used_encode(pixel_samples.shape, self.vae_dtype)
^^^^^^^^^^^^^^
AttributeError: 'VAE' object has no attribute 'vae_dtype'
Ah I found these:
https://github.com/madebyollin/taesd/raw/refs/heads/main/taef1_encoder.pth
https://github.com/madebyollin/taesd/raw/refs/heads/main/taef1_decoder.pth
Placing them in models/vae_approx
works.