CoolFace
Modelpublic

diffusers/FLUX.1-Depth-dev-nf4

sourceHugging Faceotherupdated 2y agoView on Hugging Face
4likes
config.json36 linesDownload Raw Back to transformer
1{2  "_class_name": "FluxTransformer2DModel",3  "_diffusers_version": "0.32.0.dev0",4  "_name_or_path": "black-forest-labs/FLUX.1-Depth-dev",5  "attention_head_dim": 128,6  "axes_dims_rope": [7    16,8    56,9    5610  ],11  "guidance_embeds": true,12  "in_channels": 128,13  "joint_attention_dim": 4096,14  "num_attention_heads": 24,15  "num_layers": 19,16  "num_single_layers": 38,17  "out_channels": 64,18  "patch_size": 1,19  "pooled_projection_dim": 768,20  "quantization_config": {21    "_load_in_4bit": true,22    "_load_in_8bit": false,23    "bnb_4bit_compute_dtype": "bfloat16",24    "bnb_4bit_quant_storage": "uint8",25    "bnb_4bit_quant_type": "nf4",26    "bnb_4bit_use_double_quant": false,27    "llm_int8_enable_fp32_cpu_offload": false,28    "llm_int8_has_fp16_weight": false,29    "llm_int8_skip_modules": null,30    "llm_int8_threshold": 6.0,31    "load_in_4bit": true,32    "load_in_8bit": false,33    "quant_method": "bitsandbytes"34  }35}36