baseten-admin commited on
Commit
af05008
·
verified ·
1 Parent(s): a993473

Upload folder using huggingface_hub

Browse files
prequantized_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model": "black-forest-labs/FLUX.2-dev",
3
+ "lora_path": "fal/FLUX.2-dev-Turbo",
4
+ "lora_nickname": "default",
5
+ "lora_strength": 1.0,
6
+ "is_prequantized": true,
7
+ "quantization": {
8
+ "type": "fp4",
9
+ "weight_block_size": 16,
10
+ "quantize_activations": true
11
+ },
12
+ "components": {
13
+ "text_encoder": {
14
+ "file": "text_encoder.safetensors",
15
+ "fp4_layers": 280,
16
+ "regular_layers": 82,
17
+ "size_gb": 12.896
18
+ },
19
+ "vae": {
20
+ "file": "vae.safetensors",
21
+ "fp4_layers": 0,
22
+ "regular_layers": 124,
23
+ "size_gb": 0.313
24
+ },
25
+ "transformer": {
26
+ "file": "transformer.safetensors",
27
+ "fp4_layers": 198,
28
+ "regular_layers": 133,
29
+ "size_gb": 17.087
30
+ }
31
+ },
32
+ "total_fp4_layers": 478,
33
+ "total_regular_layers": 339
34
+ }
text_encoder.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96a57f293a9ab82025b470ceb793734f21c408d9b76486028b0f358301442758
3
+ size 13847463816
transformer.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1e657dabaae1e68bc31e3dd06673270d04187f6ade937cf93aab4ee31e97423
3
+ size 18347331526
vae.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:431bc676a974e53355b532e02b4586cd6b437aed07f4f44336ed4e3aeea622df
3
+ size 336212276