mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-01-24 07:04:27 +08:00
ACE VAE works in fp16. (#8055)
This commit is contained in:
parent
3535909eb8
commit
577de83ca9
@ -451,7 +451,7 @@ class VAE:
|
||||
self.latent_dim = 2
|
||||
self.process_output = lambda audio: audio
|
||||
self.process_input = lambda audio: audio
|
||||
self.working_dtypes = [torch.bfloat16, torch.float32]
|
||||
self.working_dtypes = [torch.bfloat16, torch.float16, torch.float32]
|
||||
self.disable_offload = True
|
||||
self.extra_1d_channel = 16
|
||||
else:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user