Diffusers
AudioLDM2Pipeline
anhnct commited on
Commit
c812a78
1 Parent(s): 21f37ca

Update projection_model/config.json

Browse files
Files changed (1) hide show
  1. projection_model/config.json +2 -1
projection_model/config.json CHANGED
@@ -4,5 +4,6 @@
4
  "langauge_model_dim": 768,
5
  "max_seq_length": 310,
6
  "text_encoder_1_dim": 192,
7
- "text_encoder_dim": 512
 
8
  }
 
4
  "langauge_model_dim": 768,
5
  "max_seq_length": 310,
6
  "text_encoder_1_dim": 192,
7
+ "text_encoder_dim": 512,
8
+ "use_learned_position_embedding": true
9
  }