@@ -94,15 +94,15 @@ class StarterModel(StarterModelWithoutDependencies):
94
94
name = "FLUX Schnell (Quantized)" ,
95
95
base = BaseModelType .Flux ,
96
96
source = "InvokeAI/flux_schnell::transformer/bnb_nf4/flux1-schnell-bnb_nf4.safetensors" ,
97
- description = "FLUX schnell transformer quantized to bitsandbytes NF4 format. Total size with dependencies: ~14GB " ,
97
+ description = "FLUX schnell transformer quantized to bitsandbytes NF4 format. Total size with dependencies: ~12GB " ,
98
98
type = ModelType .Main ,
99
99
dependencies = [t5_8b_quantized_encoder , flux_vae , clip_l_encoder ],
100
100
),
101
101
StarterModel (
102
102
name = "FLUX Dev (Quantized)" ,
103
103
base = BaseModelType .Flux ,
104
104
source = "InvokeAI/flux_dev::transformer/bnb_nf4/flux1-dev-bnb_nf4.safetensors" ,
105
- description = "FLUX dev transformer quantized to bitsandbytes NF4 format. Total size with dependencies: ~16GB " ,
105
+ description = "FLUX dev transformer quantized to bitsandbytes NF4 format. Total size with dependencies: ~12GB " ,
106
106
type = ModelType .Main ,
107
107
dependencies = [t5_8b_quantized_encoder , flux_vae , clip_l_encoder ],
108
108
),
@@ -118,7 +118,7 @@ class StarterModel(StarterModelWithoutDependencies):
118
118
name = "FLUX Dev" ,
119
119
base = BaseModelType .Flux ,
120
120
source = "InvokeAI/flux_dev::transformer/base/flux1-dev.safetensors" ,
121
- description = "FLUX dev transformer in bfloat16. Total size with dependencies: ~34GB " ,
121
+ description = "FLUX dev transformer in bfloat16. Total size with dependencies: ~33GB " ,
122
122
type = ModelType .Main ,
123
123
dependencies = [t5_base_encoder , flux_vae , clip_l_encoder ],
124
124
),
0 commit comments