Add files using upload-large-folder tool
Browse files
scheduler/scheduler_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "RectifiedFlowScheduler",
|
3 |
+
"_diffusers_version": "0.25.1",
|
4 |
+
"num_train_timesteps": 1000,
|
5 |
+
"shifting": "SD3",
|
6 |
+
"base_resolution": null
|
7 |
+
}
|
unet/config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "Transformer3DModel",
|
3 |
+
"_diffusers_version": "0.25.1",
|
4 |
+
"_name_or_path": "PixArt-alpha/PixArt-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": [20, 2048, 2048],
|
31 |
+
"timestep_scale_multiplier": 1000
|
32 |
+
}
|
unet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cae7e298d0714337828bda964dc8e58658f9d50090cd6abaeb608271477bc64f
|
3 |
+
size 7693623048
|
vae/config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"_class_name": "CausalVideoAutoencoder", "dims": 3, "in_channels": 3, "out_channels": 3, "latent_channels": 128, "blocks": [["res_x", 4], ["compress_all", 1], ["res_x_y", 1], ["res_x", 3], ["compress_all", 1], ["res_x_y", 1], ["res_x", 3], ["compress_all", 1], ["res_x", 3], ["res_x", 4]], "scaling_factor": 1.0, "norm_layer": "pixel_norm", "patch_size": 4, "latent_log_var": "uniform", "use_quant_conv": false, "causal_decoder": false}
|
vae/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb039f19099ef39ba93ba6f4d82f87a1f5447273384a5e90bfbff3d4e4886086
|
3 |
+
size 1676800476
|