OmniAICreator commited on
Commit
7a82abd
·
verified ·
1 Parent(s): 14b1ac0

Add files using upload-large-folder tool

Browse files
Files changed (5) hide show
  1. README.md +9 -0
  2. ckpt/final.ckpt +3 -0
  3. config.json +22 -0
  4. model.safetensors +3 -0
  5. xcodec2-0.1.7.tar.gz +3 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # XCodec2 (with Upsampler) — converted weights
2
+
3
+ - This repo contains converted decoder weights including `generator.upsampler.*`.
4
+ - Use a modified `xcodec2` library that supports the upsampler to run inference.
5
+ - Important config fields:
6
+ - `sample_rate`: **44100**
7
+ - `hop_length`: **98**
8
+ - `upsample_factors`: **[3, 3]**
9
+ - `upsample_kernel_sizes`: **[9, 9]**
ckpt/final.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:037db0b34dd734a805ad7a3dd1d9a2430b2690042631d5e5f6e6cc2028df0e0c
3
+ size 6537383183
config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "XCodec2Model"
4
+ ],
5
+ "codec_decoder_hidden_size": 1024,
6
+ "codec_encoder_hidden_size": 1024,
7
+ "model_type": "xcodec2",
8
+ "semantic_hidden_size": 1024,
9
+ "torch_dtype": "float32",
10
+ "transformers_version": "4.48.0",
11
+ "use_vocos": true,
12
+ "hop_length": 98,
13
+ "sample_rate": 44100,
14
+ "upsample_factors": [
15
+ 3,
16
+ 3
17
+ ],
18
+ "upsample_kernel_sizes": [
19
+ 9,
20
+ 9
21
+ ]
22
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9c4ba4d0261d9ec1db0e323273c3e05d68725a055673874551ce78365822352
3
+ size 3320002448
xcodec2-0.1.7.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ae197588f5621f521c7a715d0d7f8985de9a5921d1644c7f0a8078d2c5ade2f
3
+ size 23367