mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-14 23:42:35 +08:00
Update supported_models.py
This commit is contained in:
parent
e9d8cad2f0
commit
713eca2176
@ -757,7 +757,7 @@ class LTXV(supported_models_base.BASE):
|
|||||||
|
|
||||||
memory_usage_factor = 2.7
|
memory_usage_factor = 2.7
|
||||||
|
|
||||||
supported_inference_dtypes = [torch.bfloat16, torch.float32]
|
supported_inference_dtypes = [torch.float16, torch.float32] #changed bfloat16 to float16 ZLUDA
|
||||||
|
|
||||||
vae_key_prefix = ["vae."]
|
vae_key_prefix = ["vae."]
|
||||||
text_encoder_key_prefix = ["text_encoders."]
|
text_encoder_key_prefix = ["text_encoders."]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user