mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-25 18:05:45 +08:00
Adjust ltxv memory factor.
This commit is contained in:
parent
82e66b6bfe
commit
d7df07239f
@ -762,7 +762,7 @@ class LTXV(supported_models_base.BASE):
|
|||||||
unet_extra_config = {}
|
unet_extra_config = {}
|
||||||
latent_format = latent_formats.LTXV
|
latent_format = latent_formats.LTXV
|
||||||
|
|
||||||
memory_usage_factor = 2.7
|
memory_usage_factor = 5.5 # TODO: img2vid is about 2x vs txt2vid
|
||||||
|
|
||||||
supported_inference_dtypes = [torch.bfloat16, torch.float32]
|
supported_inference_dtypes = [torch.bfloat16, torch.float32]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user