Skymid commited on
Commit
cd81277
·
verified ·
1 Parent(s): 67b14a7

Delete content

Browse files
content/ComfyUI/output/diffusion_models/config.json DELETED
@@ -1,36 +0,0 @@
1
- {
2
- "dfloat11_config": {
3
- "bytes_per_thread": 8,
4
- "pattern_dict": {
5
- "transformer_blocks\\.\\d+": [
6
- "norm1.linear",
7
- "norm1_context.linear",
8
- "attn.to_q",
9
- "attn.to_k",
10
- "attn.to_v",
11
- "attn.add_k_proj",
12
- "attn.add_v_proj",
13
- "attn.add_q_proj",
14
- "attn.to_out.0",
15
- "attn.to_add_out",
16
- "ff.net.0.proj",
17
- "ff.net.2",
18
- "ff_context.net.0.proj",
19
- "ff_context.net.2"
20
- ],
21
- "single_transformer_blocks\\.\\d+": [
22
- "norm.linear",
23
- "proj_mlp",
24
- "proj_out",
25
- "attn.to_q",
26
- "attn.to_k",
27
- "attn.to_v"
28
- ]
29
- },
30
- "threads_per_block": [
31
- 512
32
- ],
33
- "version": "0.3.1"
34
- },
35
- "model_type": "llama"
36
- }