mirror of
https://github.com/lllyasviel/huggingface_guess.git
synced 2026-04-22 16:38:56 +00:00
Update model_list.py
This commit is contained in:
@@ -679,7 +679,7 @@ class Flux(BASE):
|
||||
|
||||
memory_usage_factor = 2.6
|
||||
|
||||
supported_inference_dtypes = [torch.bfloat16, torch.float32]
|
||||
supported_inference_dtypes = [torch.bfloat16, torch.float16, torch.float32]
|
||||
|
||||
vae_key_prefix = ["vae."]
|
||||
text_encoder_key_prefix = ["text_encoders."]
|
||||
|
||||
Reference in New Issue
Block a user