wlsaidhi commited on
Commit
ed2fee3
·
verified ·
1 Parent(s): 970e6ae

Update conditioner/config.json: parametric configs (qk_norm, sub-conditioner specs)

Browse files
Files changed (1) hide show
  1. conditioner/config.json +7 -0
conditioner/config.json CHANGED
@@ -18,5 +18,12 @@
18
  "max_val": 256
19
  }
20
  }
 
 
 
 
 
 
 
21
  ]
22
  }
 
18
  "max_val": 256
19
  }
20
  }
21
+ ],
22
+ "cross_attention_cond_ids": [
23
+ "prompt",
24
+ "seconds_total"
25
+ ],
26
+ "global_cond_ids": [
27
+ "seconds_total"
28
  ]
29
  }