Upload folder using huggingface_hub
Browse files- Qwen-Image-Edit-2511-fp8/transformer/config.json +71 -0
- Qwen-Image-Edit-2511-fp8/transformer/diffusion_pytorch_model-00001-of-00003.safetensors +3 -0
- Qwen-Image-Edit-2511-fp8/transformer/diffusion_pytorch_model-00002-of-00003.safetensors +3 -0
- Qwen-Image-Edit-2511-fp8/transformer/diffusion_pytorch_model-00003-of-00003.safetensors +3 -0
- Qwen-Image-Edit-2511-fp8/transformer/diffusion_pytorch_model.safetensors.index.json +0 -0
- Qwen-Image-Edit-2511-fp8/transformer/recipe.yaml +7 -0
Qwen-Image-Edit-2511-fp8/transformer/config.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "QwenImageTransformer2DModel",
|
| 3 |
+
"_diffusers_version": "0.37.0.dev0",
|
| 4 |
+
"_name_or_path": "/home/user/.cache/huggingface/hub/models--Qwen--Qwen-Image-Edit-2511/snapshots/6f3ccc0b56e431dc6a0c2b2039706d7d26f22cb9/transformer",
|
| 5 |
+
"attention_head_dim": 128,
|
| 6 |
+
"axes_dims_rope": [
|
| 7 |
+
16,
|
| 8 |
+
56,
|
| 9 |
+
56
|
| 10 |
+
],
|
| 11 |
+
"guidance_embeds": false,
|
| 12 |
+
"in_channels": 64,
|
| 13 |
+
"joint_attention_dim": 3584,
|
| 14 |
+
"num_attention_heads": 24,
|
| 15 |
+
"num_layers": 60,
|
| 16 |
+
"out_channels": 16,
|
| 17 |
+
"patch_size": 2,
|
| 18 |
+
"quantization_config": {
|
| 19 |
+
"config_groups": {
|
| 20 |
+
"group_0": {
|
| 21 |
+
"format": "float-quantized",
|
| 22 |
+
"input_activations": {
|
| 23 |
+
"actorder": null,
|
| 24 |
+
"block_structure": null,
|
| 25 |
+
"dynamic": true,
|
| 26 |
+
"group_size": null,
|
| 27 |
+
"num_bits": 8,
|
| 28 |
+
"observer": null,
|
| 29 |
+
"observer_kwargs": {},
|
| 30 |
+
"scale_dtype": null,
|
| 31 |
+
"strategy": "token",
|
| 32 |
+
"symmetric": true,
|
| 33 |
+
"type": "float",
|
| 34 |
+
"zp_dtype": null
|
| 35 |
+
},
|
| 36 |
+
"output_activations": null,
|
| 37 |
+
"targets": [
|
| 38 |
+
"Linear"
|
| 39 |
+
],
|
| 40 |
+
"weights": {
|
| 41 |
+
"actorder": null,
|
| 42 |
+
"block_structure": null,
|
| 43 |
+
"dynamic": false,
|
| 44 |
+
"group_size": null,
|
| 45 |
+
"num_bits": 8,
|
| 46 |
+
"observer": "memoryless_minmax",
|
| 47 |
+
"observer_kwargs": {},
|
| 48 |
+
"scale_dtype": null,
|
| 49 |
+
"strategy": "channel",
|
| 50 |
+
"symmetric": true,
|
| 51 |
+
"type": "float",
|
| 52 |
+
"zp_dtype": null
|
| 53 |
+
}
|
| 54 |
+
}
|
| 55 |
+
},
|
| 56 |
+
"format": "float-quantized",
|
| 57 |
+
"global_compression_ratio": null,
|
| 58 |
+
"ignore": [
|
| 59 |
+
"proj_out"
|
| 60 |
+
],
|
| 61 |
+
"kv_cache_scheme": null,
|
| 62 |
+
"quant_method": "compressed-tensors",
|
| 63 |
+
"quantization_status": "compressed",
|
| 64 |
+
"sparsity_config": {},
|
| 65 |
+
"transform_config": {},
|
| 66 |
+
"version": "0.13.1.a20260219"
|
| 67 |
+
},
|
| 68 |
+
"use_additional_t_cond": false,
|
| 69 |
+
"use_layer3d_rope": false,
|
| 70 |
+
"zero_cond_t": true
|
| 71 |
+
}
|
Qwen-Image-Edit-2511-fp8/transformer/diffusion_pytorch_model-00001-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25946758193e4b08510ba3295bb90ea237eedfc930a0ce0e9089d8635e35ed4b
|
| 3 |
+
size 9998179576
|
Qwen-Image-Edit-2511-fp8/transformer/diffusion_pytorch_model-00002-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:320d639ee00865a7013ed3909ecef8654a8fbcf6b1e6856e069fa4303becb292
|
| 3 |
+
size 9957755328
|
Qwen-Image-Edit-2511-fp8/transformer/diffusion_pytorch_model-00003-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a68d6a2cf041c2d154e0f11b19dc8a8dc249c9c64b8d90713e9b3d71434bbc2a
|
| 3 |
+
size 491663088
|
Qwen-Image-Edit-2511-fp8/transformer/diffusion_pytorch_model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Qwen-Image-Edit-2511-fp8/transformer/recipe.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
default_stage:
|
| 2 |
+
default_modifiers:
|
| 3 |
+
QuantizationModifier:
|
| 4 |
+
targets: [Linear]
|
| 5 |
+
ignore: [proj_out, lm_head]
|
| 6 |
+
scheme: FP8_DYNAMIC
|
| 7 |
+
bypass_divisibility_checks: false
|