Upload config.json with huggingface_hub
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKLFlux2",
|
| 3 |
"_diffusers_version": "0.32.0.dev0",
|
|
|
|
| 4 |
"in_channels": 3,
|
| 5 |
"out_channels": 3,
|
| 6 |
"down_block_types": [
|
|
@@ -42,4 +43,4 @@
|
|
| 42 |
2,
|
| 43 |
2
|
| 44 |
]
|
| 45 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKLFlux2",
|
| 3 |
"_diffusers_version": "0.32.0.dev0",
|
| 4 |
+
"torch_dtype": "bfloat16",
|
| 5 |
"in_channels": 3,
|
| 6 |
"out_channels": 3,
|
| 7 |
"down_block_types": [
|
|
|
|
| 43 |
2,
|
| 44 |
2
|
| 45 |
]
|
| 46 |
+
}
|