Upload folder using huggingface_hub (#2)
Browse files- Upload folder using huggingface_hub (a820f9f29f2f8c5eefbbf50e997b9a40ac6dc850)
Co-authored-by: YiYi Xu <[email protected]>
- model_index.json +1 -1
- scheduler/scheduler_config.json +2 -1
- transformer/config.json +1 -1
- vae/config.json +15 -1
- vae/diffusion_pytorch_model.safetensors +2 -2
model_index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "LTXPipeline",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
"scheduler": [
|
| 5 |
"diffusers",
|
| 6 |
"FlowMatchEulerDiscreteScheduler"
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "LTXPipeline",
|
| 3 |
+
"_diffusers_version": "0.33.0.dev0",
|
| 4 |
"scheduler": [
|
| 5 |
"diffusers",
|
| 6 |
"FlowMatchEulerDiscreteScheduler"
|
scheduler/scheduler_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "FlowMatchEulerDiscreteScheduler",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
"base_image_seq_len": 1024,
|
| 5 |
"base_shift": 0.95,
|
| 6 |
"invert_sigmas": false,
|
|
@@ -9,6 +9,7 @@
|
|
| 9 |
"num_train_timesteps": 1000,
|
| 10 |
"shift": 1.0,
|
| 11 |
"shift_terminal": 0.1,
|
|
|
|
| 12 |
"use_beta_sigmas": false,
|
| 13 |
"use_dynamic_shifting": true,
|
| 14 |
"use_exponential_sigmas": false,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "FlowMatchEulerDiscreteScheduler",
|
| 3 |
+
"_diffusers_version": "0.33.0.dev0",
|
| 4 |
"base_image_seq_len": 1024,
|
| 5 |
"base_shift": 0.95,
|
| 6 |
"invert_sigmas": false,
|
|
|
|
| 9 |
"num_train_timesteps": 1000,
|
| 10 |
"shift": 1.0,
|
| 11 |
"shift_terminal": 0.1,
|
| 12 |
+
"time_shift_type": "exponential",
|
| 13 |
"use_beta_sigmas": false,
|
| 14 |
"use_dynamic_shifting": true,
|
| 15 |
"use_exponential_sigmas": false,
|
transformer/config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "LTXVideoTransformer3DModel",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
"activation_fn": "gelu-approximate",
|
| 5 |
"attention_bias": true,
|
| 6 |
"attention_head_dim": 64,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "LTXVideoTransformer3DModel",
|
| 3 |
+
"_diffusers_version": "0.33.0.dev0",
|
| 4 |
"activation_fn": "gelu-approximate",
|
| 5 |
"attention_bias": true,
|
| 6 |
"attention_head_dim": 64,
|
vae/config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKLLTXVideo",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
"block_out_channels": [
|
| 5 |
128,
|
| 6 |
256,
|
|
@@ -30,6 +30,18 @@
|
|
| 30 |
true,
|
| 31 |
true
|
| 32 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
"encoder_causal": true,
|
| 34 |
"in_channels": 3,
|
| 35 |
"latent_channels": 128,
|
|
@@ -45,12 +57,14 @@
|
|
| 45 |
"patch_size_t": 1,
|
| 46 |
"resnet_norm_eps": 1e-06,
|
| 47 |
"scaling_factor": 1.0,
|
|
|
|
| 48 |
"spatio_temporal_scaling": [
|
| 49 |
true,
|
| 50 |
true,
|
| 51 |
true,
|
| 52 |
false
|
| 53 |
],
|
|
|
|
| 54 |
"timestep_conditioning": true,
|
| 55 |
"upsample_factor": [
|
| 56 |
2,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKLLTXVideo",
|
| 3 |
+
"_diffusers_version": "0.33.0.dev0",
|
| 4 |
"block_out_channels": [
|
| 5 |
128,
|
| 6 |
256,
|
|
|
|
| 30 |
true,
|
| 31 |
true
|
| 32 |
],
|
| 33 |
+
"down_block_types": [
|
| 34 |
+
"LTXVideoDownBlock3D",
|
| 35 |
+
"LTXVideoDownBlock3D",
|
| 36 |
+
"LTXVideoDownBlock3D",
|
| 37 |
+
"LTXVideoDownBlock3D"
|
| 38 |
+
],
|
| 39 |
+
"downsample_type": [
|
| 40 |
+
"conv",
|
| 41 |
+
"conv",
|
| 42 |
+
"conv",
|
| 43 |
+
"conv"
|
| 44 |
+
],
|
| 45 |
"encoder_causal": true,
|
| 46 |
"in_channels": 3,
|
| 47 |
"latent_channels": 128,
|
|
|
|
| 57 |
"patch_size_t": 1,
|
| 58 |
"resnet_norm_eps": 1e-06,
|
| 59 |
"scaling_factor": 1.0,
|
| 60 |
+
"spatial_compression_ratio": null,
|
| 61 |
"spatio_temporal_scaling": [
|
| 62 |
true,
|
| 63 |
true,
|
| 64 |
true,
|
| 65 |
false
|
| 66 |
],
|
| 67 |
+
"temporal_compression_ratio": null,
|
| 68 |
"timestep_conditioning": true,
|
| 69 |
"upsample_factor": [
|
| 70 |
2,
|
vae/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bca010c23fcec8728ef585f843afe6b7292d8632f2463f70fd2263641acc504
|
| 3 |
+
size 1869989796
|