SVECTOR-OFFICIAL commited on
Commit
9f0930d
·
verified ·
1 Parent(s): 6d6f5fe

Upload 6 files

Browse files
Spectro-v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63111264103e4bb8e7f5f7a653e9417d83c84759a48a945f9fabf7f7ea0d9984
3
+ size 9370440316
scheduler/scheduler_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "RectifiedFlowScheduler",
3
+ "_diffusers_version": "0.25.1",
4
+ "num_train_timesteps": 1000,
5
+ "shifting": "SD3",
6
+ "base_resolution": null,
7
+ "target_shift_terminal": 0.1,
8
+ "scheduler_name": "Spectro-Scheduler",
9
+ "created_by": "SVECTOR"
10
+ }
unet/Spectro-unet-v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3faca364772f7af538d0e41b3b475d99ed529406668aa3b7d4930bae302951e
3
+ size 7693623048
unet/config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "Transformer3DModel",
3
+ "_diffusers_version": "0.25.1",
4
+ "_name_or_path": "Spectro/XL-2-256x256",
5
+ "activation_fn": "gelu-approximate",
6
+ "attention_bias": true,
7
+ "attention_head_dim": 64,
8
+ "attention_type": "default",
9
+ "caption_channels": 4096,
10
+ "cross_attention_dim": 2048,
11
+ "double_self_attention": false,
12
+ "dropout": 0.0,
13
+ "in_channels": 128,
14
+ "norm_elementwise_affine": false,
15
+ "norm_eps": 1e-06,
16
+ "norm_num_groups": 32,
17
+ "num_attention_heads": 32,
18
+ "num_embeds_ada_norm": 1000,
19
+ "num_layers": 28,
20
+ "num_vector_embeds": null,
21
+ "only_cross_attention": false,
22
+ "out_channels": 128,
23
+ "project_to_2d_pos": true,
24
+ "upcast_attention": false,
25
+ "use_linear_projection": false,
26
+ "qk_norm": "rms_norm",
27
+ "standardization_norm": "rms_norm",
28
+ "positional_embedding_type": "rope",
29
+ "positional_embedding_theta": 10000.0,
30
+ "positional_embedding_max_pos": [
31
+ 20,
32
+ 2048,
33
+ 2048
34
+ ],
35
+ "timestep_scale_multiplier": 1000,
36
+ "model_name": "Spectro-UNet",
37
+ "created_by": "SVECTOR"
38
+ }
vae/Spectro-vae-v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8a7a7e59e14c69d24e7c0e79b5c35f9d83497916c006e06e3f5f484eea676ba
3
+ size 1676800476
vae/config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "CausalVideoAutoencoder",
3
+ "dims": 3,
4
+ "in_channels": 3,
5
+ "out_channels": 3,
6
+ "latent_channels": 128,
7
+ "blocks": [
8
+ [
9
+ "res_x",
10
+ 4
11
+ ],
12
+ [
13
+ "compress_all",
14
+ 1
15
+ ],
16
+ [
17
+ "res_x_y",
18
+ 1
19
+ ],
20
+ [
21
+ "res_x",
22
+ 3
23
+ ],
24
+ [
25
+ "compress_all",
26
+ 1
27
+ ],
28
+ [
29
+ "res_x_y",
30
+ 1
31
+ ],
32
+ [
33
+ "res_x",
34
+ 3
35
+ ],
36
+ [
37
+ "compress_all",
38
+ 1
39
+ ],
40
+ [
41
+ "res_x",
42
+ 3
43
+ ],
44
+ [
45
+ "res_x",
46
+ 4
47
+ ]
48
+ ],
49
+ "scaling_factor": 1.0,
50
+ "norm_layer": "pixel_norm",
51
+ "patch_size": 4,
52
+ "latent_log_var": "uniform",
53
+ "use_quant_conv": false,
54
+ "causal_decoder": false,
55
+ "model_name": "Spectro-VAE",
56
+ "created_by": "SVECTOR"
57
+ }