mingyi456 commited on
Commit
c8c14e5
·
verified ·
1 Parent(s): b137c41

Upload 2 files

Browse files
NetaYumev35_pretrained_unet-DF11.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3892b1d2196db0bdf97c4840533b02603d9833eca27b98a2d3142c00f51ed5dd
3
+ size 3561832836
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dfloat11_config": {
3
+ "version": "0.5.0",
4
+ "threads_per_block": [
5
+ 512
6
+ ],
7
+ "bytes_per_thread": 8,
8
+ "pattern_dict": {
9
+ "noise_refiner\\.\\d+": [
10
+ "attn.to_q",
11
+ "attn.to_k",
12
+ "attn.to_v",
13
+ "attn.to_out.0",
14
+ "feed_forward.linear_1",
15
+ "feed_forward.linear_2",
16
+ "feed_forward.linear_3",
17
+ "norm1.linear"
18
+ ],
19
+ "context_refiner\\.\\d+": [
20
+ "attn.to_q",
21
+ "attn.to_k",
22
+ "attn.to_v",
23
+ "attn.to_out.0",
24
+ "feed_forward.linear_1",
25
+ "feed_forward.linear_2",
26
+ "feed_forward.linear_3"
27
+ ],
28
+ "layers\\.\\d+": [
29
+ "attn.to_q",
30
+ "attn.to_k",
31
+ "attn.to_v",
32
+ "attn.to_out.0",
33
+ "feed_forward.linear_1",
34
+ "feed_forward.linear_2",
35
+ "feed_forward.linear_3",
36
+ "norm1.linear"
37
+ ],
38
+ "time_caption_embed\\.caption_embedder": [
39
+ "1"
40
+ ]
41
+ }
42
+ }
43
+ }