mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 05:22:34 +08:00
fp16 works
This commit is contained in:
parent
521cc1d38d
commit
dc736b62a2
@ -1384,7 +1384,7 @@ class HunyuanVideo15(HunyuanVideo):
|
||||
"shift": 7.0,
|
||||
}
|
||||
memory_usage_factor = 4.0 #TODO
|
||||
supported_inference_dtypes = [torch.bfloat16, torch.float32] #TODO check if fp16 works
|
||||
supported_inference_dtypes = [torch.float16, torch.bfloat16, torch.float32]
|
||||
|
||||
latent_format = latent_formats.HunyuanVideo15
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user