Cccccz commited on
Commit
0f00646
·
verified ·
1 Parent(s): c3c1b48

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. FlowCache/FlowCache4MAGI-1-dev-V1/scripts/sample/flowcache_physicsiq.sh +52 -0
  2. FlowCache/FlowCache4MAGI-1-dev-V1/scripts/sample/flowcache_vbench.sh +83 -0
  3. FlowCache/FlowCache4MAGI-1-dev-V1/scripts/sample/teacache_physicsiq.sh +53 -0
  4. FlowCache/FlowCache4MAGI-1-dev-V1/scripts/sample/teacache_vbench.sh +82 -0
  5. FlowCache/FlowCache4MAGI-1-dev-V1/scripts/single_run/flowcache_t2v.sh +119 -0
  6. FlowCache/FlowCache4MAGI-1-dev-V1/scripts/single_run/flowcache_v2v.sh +51 -0
  7. FlowCache/FlowCache4MAGI-1-dev-V1/scripts/single_run/teacache_t2v.sh +50 -0
  8. FlowCache/FlowCache4MAGI-1-dev-V1/scripts/single_run/teacache_v2v.sh +52 -0
  9. FlowCache/FlowCache4MAGI-1-dev-V1/tools/__pycache__/plot_l1_rel.cpython-312.pyc +0 -0
  10. FlowCache/FlowCache4MAGI-1-dev-V1/tools/__pycache__/plot_residual_norms.cpython-312.pyc +0 -0
  11. FlowCache/FlowCache4MAGI-1-dev-V1/yaml_config/sample/flowcache_physicsiq.yaml +36 -0
  12. FlowCache/FlowCache4MAGI-1-dev-V1/yaml_config/sample/flowcache_vbench.yaml +35 -0
  13. FlowCache/FlowCache4MAGI-1-dev-V1/yaml_config/sample/teacache_physicsiq.yaml +23 -0
  14. FlowCache/FlowCache4MAGI-1-dev-V1/yaml_config/sample/teacache_vbench.yaml +26 -0
  15. FlowCache/FlowCache4MAGI-1-dev-V1/yaml_config/single_run/config.yaml +15 -0
  16. FlowCache/FlowCache4MAGI-1-dev-V2/__pycache__/sample_video.cpython-312.pyc +0 -0
  17. FlowCache/FlowCache4MAGI-1-dev-V2/config/sample/physicsiq.json +81 -0
  18. FlowCache/FlowCache4MAGI-1-dev-V2/config/sample/vbench.json +81 -0
  19. FlowCache/FlowCache4MAGI-1-dev-V2/config/single_run/flowcache_t2v.json +81 -0
  20. FlowCache/FlowCache4MAGI-1-dev-V2/config/single_run/flowcache_v2v.json +86 -0
  21. FlowCache/FlowCache4MAGI-1-dev-V2/downloads/_hf_raw/ckpt/magi/4.5B_base/inference_weight/model.safetensors.index.json +905 -0
  22. FlowCache/FlowCache4MAGI-1-dev-V2/downloads/_hf_raw/ckpt/magi/4.5B_distill/inference_weight.distill/model.safetensors.index.json +905 -0
  23. FlowCache/FlowCache4MAGI-1-dev-V2/downloads/_hf_raw/ckpt/t5/t5-v1_1-xxl/config.json +31 -0
  24. FlowCache/FlowCache4MAGI-1-dev-V2/downloads/_hf_raw/ckpt/t5/t5-v1_1-xxl/pytorch_model.bin.index.json +227 -0
  25. FlowCache/FlowCache4MAGI-1-dev-V2/downloads/_hf_raw/ckpt/t5/t5-v1_1-xxl/special_tokens_map.json +1 -0
  26. FlowCache/FlowCache4MAGI-1-dev-V2/downloads/_hf_raw/ckpt/t5/t5-v1_1-xxl/tokenizer_config.json +1 -0
  27. FlowCache/FlowCache4MAGI-1-dev-V2/downloads/_hf_raw/ckpt/vae/config.json +22 -0
  28. FlowCache/FlowCache4MAGI-1-dev-V2/downloads/vbench/prompts_per_dimension/appearance_style.txt +90 -0
  29. FlowCache/FlowCache4MAGI-1-dev-V2/downloads/vbench/prompts_per_dimension/color.txt +85 -0
  30. FlowCache/FlowCache4MAGI-1-dev-V2/downloads/vbench/prompts_per_dimension/human_action.txt +100 -0
  31. FlowCache/FlowCache4MAGI-1-dev-V2/downloads/vbench/prompts_per_dimension/multiple_objects.txt +82 -0
  32. FlowCache/FlowCache4MAGI-1-dev-V2/downloads/vbench/prompts_per_dimension/object_class.txt +79 -0
  33. FlowCache/FlowCache4MAGI-1-dev-V2/downloads/vbench/prompts_per_dimension/overall_consistency.txt +93 -0
  34. FlowCache/FlowCache4MAGI-1-dev-V2/downloads/vbench/prompts_per_dimension/scene.txt +86 -0
  35. FlowCache/FlowCache4MAGI-1-dev-V2/downloads/vbench/prompts_per_dimension/spatial_relationship.txt +84 -0
  36. FlowCache/FlowCache4MAGI-1-dev-V2/downloads/vbench/prompts_per_dimension/subject_consistency.txt +72 -0
  37. FlowCache/FlowCache4MAGI-1-dev-V2/downloads/vbench/prompts_per_dimension/temporal_flickering.txt +75 -0
  38. FlowCache/FlowCache4MAGI-1-dev-V2/downloads/vbench/prompts_per_dimension/temporal_style.txt +100 -0
  39. FlowCache/FlowCache4MAGI-1-dev-V2/inference/__init__.py +0 -0
  40. FlowCache/FlowCache4MAGI-1-dev-V2/inference/__pycache__/__init__.cpython-310.pyc +0 -0
  41. FlowCache/FlowCache4MAGI-1-dev-V2/inference/__pycache__/__init__.cpython-312.pyc +0 -0
  42. FlowCache/FlowCache4MAGI-1-dev-V2/inference/common/__init__.py +37 -0
  43. FlowCache/FlowCache4MAGI-1-dev-V2/inference/common/__pycache__/__init__.cpython-310.pyc +0 -0
  44. FlowCache/FlowCache4MAGI-1-dev-V2/inference/common/__pycache__/__init__.cpython-312.pyc +0 -0
  45. FlowCache/FlowCache4MAGI-1-dev-V2/inference/common/__pycache__/common_utils.cpython-310.pyc +0 -0
  46. FlowCache/FlowCache4MAGI-1-dev-V2/inference/common/__pycache__/common_utils.cpython-312.pyc +0 -0
  47. FlowCache/FlowCache4MAGI-1-dev-V2/inference/common/__pycache__/config.cpython-310.pyc +0 -0
  48. FlowCache/FlowCache4MAGI-1-dev-V2/inference/common/__pycache__/config.cpython-312.pyc +0 -0
  49. FlowCache/FlowCache4MAGI-1-dev-V2/inference/common/__pycache__/dataclass.cpython-310.pyc +0 -0
  50. FlowCache/FlowCache4MAGI-1-dev-V2/inference/common/__pycache__/dataclass.cpython-312.pyc +0 -0
FlowCache/FlowCache4MAGI-1-dev-V1/scripts/sample/flowcache_physicsiq.sh ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # FlowCache PhysicsIQ sampling script
4
+ # Usage: bash flowcache_physicsiq.sh [yaml_config_path]
5
+ # Default config: yaml_config/sample/flowcache_physicsiq.yaml
6
+
7
+ export DEVICES="0,1,2,3,4"
8
+
9
+ export XDG_CACHE_HOME="/path/to/tmp"
10
+
11
+ export PAD_HQ=1
12
+ export PAD_DURATION=1
13
+ export PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True
14
+ export OFFLOAD_T5_CACHE=true
15
+ export OFFLOAD_VAE_CACHE=true
16
+ export TORCH_CUDA_ARCH_LIST="8.9;9.0"
17
+
18
+ MAGI_ROOT=$(git rev-parse --show-toplevel)
19
+ export PYTHONPATH="$MAGI_ROOT:$PYTHONPATH"
20
+ export MAGI_ROOT="$MAGI_ROOT"
21
+
22
+ # YAML config file path (can be overridden via command line argument)
23
+ YAML_CONFIG="${1:-yaml_config/sample/flowcache_physicsiq.yaml}"
24
+
25
+ if [ ! -f "$YAML_CONFIG" ]; then
26
+ echo "❌ YAML config file not found: $YAML_CONFIG"
27
+ exit 1
28
+ fi
29
+
30
+ echo "📋 Using YAML config: $YAML_CONFIG"
31
+
32
+ # Create log directory
33
+ LOG_DIR="./logs"
34
+ mkdir -p "$LOG_DIR"
35
+ LOG_FILE="$LOG_DIR/flowcache_physicsiq_$(date +%Y%m%d_%H%M%S).log"
36
+ exec > >(tee -a "$LOG_FILE") 2>&1
37
+
38
+ echo "🚀 Starting multi-GPU benchmark sampling"
39
+ echo "🎮 GPUs: $DEVICES"
40
+
41
+ # Run sampling
42
+ python sample_video.py "$YAML_CONFIG"
43
+
44
+ if [ $? -eq 0 ]; then
45
+ echo "✅ Sampling completed successfully."
46
+ else
47
+ echo "❌ Sampling failed. Check log: $LOG_FILE"
48
+ exit 1
49
+ fi
50
+
51
+ echo "---"
52
+ echo "🎉 All sampling tasks completed."
FlowCache/FlowCache4MAGI-1-dev-V1/scripts/sample/flowcache_vbench.sh ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # FlowCache VBench sampling script
4
+ # Usage: bash flowcache_vbench.sh [yaml_config_path]
5
+ # Default config: yaml_config/sample/flowcache_vbench.yaml
6
+
7
+ export DEVICES="1,3,4,6"
8
+
9
+ export PAD_HQ=1
10
+ export PAD_DURATION=1
11
+ export PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True
12
+ export OFFLOAD_T5_CACHE=true
13
+ export OFFLOAD_VAE_CACHE=true
14
+ export TORCH_CUDA_ARCH_LIST="8.9;9.0"
15
+
16
+ MAGI_ROOT=$(git rev-parse --show-toplevel)
17
+ export PYTHONPATH="$MAGI_ROOT:$PYTHONPATH"
18
+ export MAGI_ROOT="$MAGI_ROOT"
19
+
20
+ # YAML config file path (can be overridden via command line argument)
21
+ YAML_CONFIG="${1:-yaml_config/sample/flowcache_vbench.yaml}"
22
+
23
+ if [ ! -f "$YAML_CONFIG" ]; then
24
+ echo "❌ YAML config file not found: $YAML_CONFIG"
25
+ exit 1
26
+ fi
27
+
28
+ echo "📋 Using YAML config: $YAML_CONFIG"
29
+
30
+ # Create log directory
31
+ LOG_DIR="./logs"
32
+ mkdir -p "$LOG_DIR"
33
+ LOG_FILE="$LOG_DIR/flowcache_vbench_$(date +%Y%m%d_%H%M%S).log"
34
+ exec > >(tee -a "$LOG_FILE") 2>&1
35
+
36
+ echo "🚀 Starting multi-GPU benchmark sampling"
37
+ echo "🎮 GPUs: $DEVICES"
38
+
39
+ # Define list of dimensions to process
40
+ DIMENSIONS=("overall_consistency" "subject_consistency" "scene")
41
+
42
+ echo "🔢 Total dimensions to process: ${#DIMENSIONS[@]}"
43
+ echo "📋 Dimensions: ${DIMENSIONS[*]}"
44
+
45
+ # Loop through each dimension
46
+ for DIMENSION in "${DIMENSIONS[@]}"; do
47
+ echo "🔍 Processing dimension: $DIMENSION"
48
+
49
+ # Use Python to temporarily modify the dimension in YAML, then run sampling
50
+ python3 -c "
51
+ import yaml
52
+ import sys
53
+
54
+ # Read YAML config
55
+ with open('$YAML_CONFIG', 'r') as f:
56
+ config = yaml.safe_load(f)
57
+
58
+ # Modify dimension
59
+ config['dimension'] = '$DIMENSION'
60
+
61
+ # Save to temporary file
62
+ temp_config = '$YAML_CONFIG.tmp'
63
+ with open(temp_config, 'w') as f:
64
+ yaml.dump(config, f, default_flow_style=False)
65
+ print(temp_config)
66
+ " > /tmp/temp_config_path.txt
67
+
68
+ TEMP_CONFIG=$(cat /tmp/temp_config_path.txt)
69
+ python sample_video.py "$TEMP_CONFIG"
70
+ rm "$TEMP_CONFIG"
71
+
72
+ if [ $? -eq 0 ]; then
73
+ echo "✅ Completed: $DIMENSION"
74
+ else
75
+ echo "❌ Failed: $DIMENSION"
76
+ echo "🛑 Script paused due to error. Fix the issue and rerun."
77
+ exit 1
78
+ fi
79
+
80
+ echo "---"
81
+ done
82
+
83
+ echo "🎉 All sampling tasks completed."
FlowCache/FlowCache4MAGI-1-dev-V1/scripts/sample/teacache_physicsiq.sh ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # TeaCache PhysicsIQ sampling script
4
+ # Usage: bash teacache_physicsiq.sh [yaml_config_path]
5
+ # Default config: yaml_config/sample/teacache_physicsiq.yaml
6
+
7
+ export DEVICES="0,1,2,3,4,5,6,7"
8
+
9
+ export PAD_HQ=1
10
+ export PAD_DURATION=1
11
+ export PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True
12
+ export OFFLOAD_T5_CACHE=true
13
+ export OFFLOAD_VAE_CACHE=true
14
+ export TORCH_CUDA_ARCH_LIST="8.9;9.0"
15
+
16
+ MAGI_ROOT=$(git rev-parse --show-toplevel)
17
+ export PYTHONPATH="$MAGI_ROOT:$PYTHONPATH"
18
+ export MAGI_ROOT="$MAGI_ROOT"
19
+
20
+ export XDG_CACHE_HOME="/path/to/tmp"
21
+ mkdir -p "$XDG_CACHE_HOME"
22
+
23
+ # YAML config file path (can be overridden via command line argument)
24
+ YAML_CONFIG="${1:-yaml_config/sample/teacache_physicsiq.yaml}"
25
+
26
+ if [ ! -f "$YAML_CONFIG" ]; then
27
+ echo "❌ YAML config file not found: $YAML_CONFIG"
28
+ exit 1
29
+ fi
30
+
31
+ echo "📋 Using YAML config: $YAML_CONFIG"
32
+
33
+ # Create log directory
34
+ LOG_DIR="./logs"
35
+ mkdir -p "$LOG_DIR"
36
+ LOG_FILE="$LOG_DIR/teacache_physicsiq_$(date +%Y%m%d_%H%M%S).log"
37
+ exec > >(tee -a "$LOG_FILE") 2>&1
38
+
39
+ echo "🚀 Starting multi-GPU benchmark sampling"
40
+ echo "🎮 GPUs: $DEVICES"
41
+
42
+ # Run sampling
43
+ python sample_video.py "$YAML_CONFIG"
44
+
45
+ if [ $? -eq 0 ]; then
46
+ echo "✅ Sampling completed successfully."
47
+ else
48
+ echo "❌ Sampling failed. Check log: $LOG_FILE"
49
+ exit 1
50
+ fi
51
+
52
+ echo "---"
53
+ echo "🎉 All sampling tasks completed."
FlowCache/FlowCache4MAGI-1-dev-V1/scripts/sample/teacache_vbench.sh ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # TeaCache VBench sampling script
4
+ # Usage: bash teacache_vbench.sh [yaml_config_path]
5
+ # Default config: yaml_config/sample/teacache_vbench.yaml
6
+
7
+ export DEVICES="4,5,7"
8
+
9
+ export PAD_HQ=1
10
+ export PAD_DURATION=1
11
+ export PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True
12
+ export OFFLOAD_T5_CACHE=true
13
+ export OFFLOAD_VAE_CACHE=true
14
+ export TORCH_CUDA_ARCH_LIST="8.9;9.0"
15
+
16
+ MAGI_ROOT=$(git rev-parse --show-toplevel)
17
+ export PYTHONPATH="$MAGI_ROOT:$PYTHONPATH"
18
+ export MAGI_ROOT="$MAGI_ROOT"
19
+
20
+ # YAML config file path (can be overridden via command line argument)
21
+ YAML_CONFIG="${1:-yaml_config/sample/teacache_vbench.yaml}"
22
+
23
+ if [ ! -f "$YAML_CONFIG" ]; then
24
+ echo "❌ YAML config file not found: $YAML_CONFIG"
25
+ exit 1
26
+ fi
27
+
28
+ echo "📋 Using YAML config: $YAML_CONFIG"
29
+
30
+ # Create log directory
31
+ LOG_DIR="./logs"
32
+ mkdir -p "$LOG_DIR"
33
+ LOG_FILE="$LOG_DIR/teacache_vbench_$(date +%Y%m%d_%H%M%S).log"
34
+ exec > >(tee -a "$LOG_FILE") 2>&1
35
+
36
+ echo "🚀 Starting multi-GPU benchmark sampling"
37
+ echo "🎮 GPUs: $DEVICES"
38
+
39
+ # Define list of dimensions to process
40
+ DIMENSIONS=("overall_consistency" "subject_consistency" "scene")
41
+
42
+ echo "🔢 Total dimensions to process: ${#DIMENSIONS[@]}"
43
+
44
+ # Loop through each dimension
45
+ for DIMENSION in "${DIMENSIONS[@]}"; do
46
+ echo "📌 Processing dimension: $DIMENSION"
47
+
48
+ # Use Python to temporarily modify the dimension in YAML, then run sampling
49
+ python3 -c "
50
+ import yaml
51
+ import sys
52
+
53
+ # Read YAML config
54
+ with open('$YAML_CONFIG', 'r') as f:
55
+ config = yaml.safe_load(f)
56
+
57
+ # Modify dimension
58
+ config['dimension'] = '$DIMENSION'
59
+
60
+ # Save to temporary file
61
+ temp_config = '$YAML_CONFIG.tmp'
62
+ with open(temp_config, 'w') as f:
63
+ yaml.dump(config, f, default_flow_style=False)
64
+ print(temp_config)
65
+ " > /tmp/temp_config_path.txt
66
+
67
+ TEMP_CONFIG=$(cat /tmp/temp_config_path.txt)
68
+ python sample_video.py "$TEMP_CONFIG"
69
+ rm "$TEMP_CONFIG"
70
+
71
+ if [ $? -eq 0 ]; then
72
+ echo "✅ Successfully completed: $DIMENSION"
73
+ else
74
+ echo "❌ Failed: $DIMENSION"
75
+ echo "🛑 Script paused due to error. Fix the issue and rerun."
76
+ exit 1
77
+ fi
78
+
79
+ echo "---"
80
+ done
81
+
82
+ echo "🎉 All sampling tasks completed."
FlowCache/FlowCache4MAGI-1-dev-V1/scripts/single_run/flowcache_t2v.sh ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (c) 2025 SandAI. All Rights Reserved.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ export MASTER_ADDR=localhost
16
+ export MASTER_PORT=6005
17
+ export GPUS_PER_NODE=1
18
+ export NNODES=1
19
+ export WORLD_SIZE=1
20
+ export CUDA_VISIBLE_DEVICES=0
21
+
22
+ export PAD_HQ=1
23
+ export PAD_DURATION=1
24
+
25
+ export PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True
26
+ export OFFLOAD_T5_CACHE=true
27
+ export OFFLOAD_VAE_CACHE=true
28
+ export TORCH_CUDA_ARCH_LIST="8.9;9.0"
29
+
30
+ set -euo pipefail
31
+
32
+ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
33
+ MAGI_ROOT="$(cd "$SCRIPT_DIR/../.." && pwd)"
34
+ cd "$MAGI_ROOT"
35
+
36
+ PROMPT="${PROMPT:-a woman dancing.}"
37
+ TIMESTAMP="${RUN_ID:-$(date "+%Y-%m-%d_%H-%M-%S")}"
38
+ PROMPT_DIR_NAME="${PROMPT_DIR_NAME:-$(python3 - "$PROMPT" <<'PY'
39
+ import re
40
+ import sys
41
+ import unicodedata
42
+
43
+ prompt = unicodedata.normalize("NFKC", sys.argv[1]).strip()
44
+ prompt = re.sub(r"[\\/:\*\?\"<>\|\x00-\x1f]+", "_", prompt)
45
+ prompt = re.sub(r"\s+", "_", prompt)
46
+ prompt = prompt.strip("._")
47
+ print((prompt or "prompt")[:120])
48
+ PY
49
+ )}"
50
+ OUTPUT_ROOT="${OUTPUT_ROOT:-outputs}"
51
+ EXP_DIR="${RUN_DIR:-$OUTPUT_ROOT/${PROMPT_DIR_NAME}_$TIMESTAMP}"
52
+ mkdir -p "$EXP_DIR"
53
+
54
+ OUTPUT_PATH="${OUTPUT_PATH:-$EXP_DIR/output_$TIMESTAMP.mp4}"
55
+ RESIDUAL_JSON="${RESIDUAL_JSON:-$EXP_DIR/residual_stats_$TIMESTAMP.json}"
56
+ RESIDUAL_PNG="${RESIDUAL_PNG:-$EXP_DIR/residual_norms_$TIMESTAMP.png}"
57
+ L1_REL_JSON="${L1_REL_JSON:-$EXP_DIR/l1_rel_stats_$TIMESTAMP.json}"
58
+ L1_REL_PNG="${L1_REL_PNG:-$EXP_DIR/l1_rel_$TIMESTAMP.png}"
59
+ L1_REL_RATIO_PNG="${L1_REL_RATIO_PNG:-$EXP_DIR/l1_rel_ratio_$TIMESTAMP.png}"
60
+ X_EMBEDDER_L1_REL_PNG="${X_EMBEDDER_L1_REL_PNG:-$EXP_DIR/x_embedder_l1_rel_$TIMESTAMP.png}"
61
+ X_EMBEDDER_L1_REL_RATIO_PNG="${X_EMBEDDER_L1_REL_RATIO_PNG:-$EXP_DIR/x_embedder_l1_rel_ratio_$TIMESTAMP.png}"
62
+ FLOWCACHE_METRIC_JSON="${FLOWCACHE_METRIC_JSON:-$EXP_DIR/flowcache_metric_stats_$TIMESTAMP.json}"
63
+ FLOWCACHE_REL_L1_PNG="${FLOWCACHE_REL_L1_PNG:-$EXP_DIR/flowcache_rel_l1_$TIMESTAMP.png}"
64
+ FLOWCACHE_REL_L1_RATIO_PNG="${FLOWCACHE_REL_L1_RATIO_PNG:-$EXP_DIR/flowcache_rel_l1_ratio_$TIMESTAMP.png}"
65
+ FLOWCACHE_ACCUMULATED_REL_L1_PNG="${FLOWCACHE_ACCUMULATED_REL_L1_PNG:-$EXP_DIR/flowcache_accumulated_rel_l1_$TIMESTAMP.png}"
66
+ LOG_FILE="${LOG_FILE:-$EXP_DIR/infer_$TIMESTAMP.log}"
67
+
68
+ export PYTHONPATH="$MAGI_ROOT:${PYTHONPATH:-}"
69
+ python3 inference/pipeline/flowcache.py \
70
+ --config_file config/single_run/flowcache_t2v.json \
71
+ --mode t2v \
72
+ --prompt "$PROMPT" \
73
+ --output_path "$OUTPUT_PATH" \
74
+ --additional_config yaml_config/single_run/config.yaml \
75
+ --residual_stats_path "$RESIDUAL_JSON" \
76
+ --l1_rel_stats_path "$L1_REL_JSON" \
77
+ --flowcache_metric_stats_path "$FLOWCACHE_METRIC_JSON" \
78
+ 2>&1 | tee "$LOG_FILE"
79
+
80
+ python3 tools/plot_residual_norms.py "$RESIDUAL_JSON" -o "$RESIDUAL_PNG"
81
+ python3 tools/plot_l1_rel.py "$L1_REL_JSON" -o "$L1_REL_PNG"
82
+ python3 tools/plot_l1_rel.py "$L1_REL_JSON" --y-field l1_rel_ratio -o "$L1_REL_RATIO_PNG"
83
+ python3 tools/plot_l1_rel.py "$L1_REL_JSON" --y-field x_embedder_l1_rel -o "$X_EMBEDDER_L1_REL_PNG"
84
+ python3 tools/plot_l1_rel.py "$L1_REL_JSON" --y-field x_embedder_l1_rel_ratio -o "$X_EMBEDDER_L1_REL_RATIO_PNG"
85
+ python3 tools/plot_l1_rel.py "$FLOWCACHE_METRIC_JSON" --x-field cur_denoise_step --y-field flowcache_rel_l1 -o "$FLOWCACHE_REL_L1_PNG"
86
+ python3 tools/plot_l1_rel.py "$FLOWCACHE_METRIC_JSON" --x-field cur_denoise_step --y-field flowcache_rel_l1_ratio -o "$FLOWCACHE_REL_L1_RATIO_PNG"
87
+ python3 tools/plot_l1_rel.py "$FLOWCACHE_METRIC_JSON" --x-field cur_denoise_step --y-field flowcache_accumulated_rel_l1 -o "$FLOWCACHE_ACCUMULATED_REL_L1_PNG"
88
+
89
+ python3 - "$FLOWCACHE_METRIC_JSON" <<'PY'
90
+ import json
91
+ import sys
92
+
93
+ with open(sys.argv[1], "r") as f:
94
+ payload = json.load(f)
95
+
96
+ summary = payload.get("chunk_execution_summary", {})
97
+ print("FlowCache actual execution summary:")
98
+ for chunk_id in sorted(summary, key=lambda value: int(value)):
99
+ item = summary[chunk_id]
100
+ print(
101
+ " chunk {chunk_idx}: reuse={reuse_steps}, compute={compute_steps}, "
102
+ "total={total_steps}, reuse_rate={reuse_rate:.2%}".format(**item)
103
+ )
104
+ PY
105
+
106
+ echo "Done."
107
+ echo " log: $LOG_FILE"
108
+ echo " video: $OUTPUT_PATH"
109
+ echo " residual json: $RESIDUAL_JSON"
110
+ echo " residual plot: $RESIDUAL_PNG"
111
+ echo " L1 rel json: $L1_REL_JSON"
112
+ echo " L1 rel plot: $L1_REL_PNG"
113
+ echo " L1 rel ratio plot: $L1_REL_RATIO_PNG"
114
+ echo " x_embedder L1 rel plot: $X_EMBEDDER_L1_REL_PNG"
115
+ echo " x_embedder L1 rel ratio plot: $X_EMBEDDER_L1_REL_RATIO_PNG"
116
+ echo " FlowCache metric json: $FLOWCACHE_METRIC_JSON"
117
+ echo " FlowCache rel L1 plot: $FLOWCACHE_REL_L1_PNG"
118
+ echo " FlowCache rel L1 ratio plot: $FLOWCACHE_REL_L1_RATIO_PNG"
119
+ echo " FlowCache accumulated rel L1 plot: $FLOWCACHE_ACCUMULATED_REL_L1_PNG"
FlowCache/FlowCache4MAGI-1-dev-V1/scripts/single_run/flowcache_v2v.sh ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (c) 2025 SandAI. All Rights Reserved.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ export MASTER_ADDR=localhost
16
+ export MASTER_PORT=6001
17
+ export GPUS_PER_NODE=1
18
+ export NNODES=1
19
+ export WORLD_SIZE=1
20
+ export CUDA_VISIBLE_DEVICES=7
21
+
22
+ export PAD_HQ=1
23
+ export PAD_DURATION=1
24
+
25
+ export PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True
26
+ export OFFLOAD_T5_CACHE=true
27
+ export OFFLOAD_VAE_CACHE=true
28
+ export TORCH_CUDA_ARCH_LIST="8.9;9.0"
29
+
30
+ MAGI_ROOT=$(git rev-parse --show-toplevel)
31
+
32
+
33
+ OUTPUT_NAME=flowcache
34
+ TIMESTAMP=$(date "+%Y-%m-%d_%H-%M-%S")
35
+ EXP_DIR="/path/to/output/magi/${TIMESTAMP}_${OUTPUT_NAME}"
36
+ mkdir -p "$EXP_DIR"
37
+
38
+ LOG_FILE="$EXP_DIR/log_${TIMESTAMP}.log"
39
+ OUTPUT_PATH="$EXP_DIR/output.mp4"
40
+
41
+ export PYTHONPATH="$MAGI_ROOT:$PYTHONPATH"
42
+ python3 inference/pipeline/flowcache.py \
43
+ --config_file config/single_run/flowcache_v2v.json \
44
+ --mode v2v \
45
+ --prompt "Two pillows on a table and two grabber tools hanging above them from which a brown tennis ball and an orange block are suspended. The grabber tools let go of the ball and block. Static shot with no camera movement." \
46
+ --prefix_video_path "/path/to/physicsiq/conditioning_video.mp4" \
47
+ --output_path $OUTPUT_PATH \
48
+ --additional_config addconfig/config.yaml \
49
+ 2>&1 | tee $LOG_FILE
50
+
51
+ # a cat sitting on the grass
FlowCache/FlowCache4MAGI-1-dev-V1/scripts/single_run/teacache_t2v.sh ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (c) 2025 SandAI. All Rights Reserved.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ export MASTER_ADDR=localhost
16
+ export MASTER_PORT=6002
17
+ export GPUS_PER_NODE=1
18
+ export NNODES=1
19
+ export WORLD_SIZE=1
20
+ export CUDA_VISIBLE_DEVICES=2
21
+
22
+ export PAD_HQ=1
23
+ export PAD_DURATION=1
24
+
25
+ export PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True
26
+ export OFFLOAD_T5_CACHE=true
27
+ export OFFLOAD_VAE_CACHE=true
28
+ export TORCH_CUDA_ARCH_LIST="8.9;9.0"
29
+
30
+ MAGI_ROOT=$(git rev-parse --show-toplevel)
31
+
32
+
33
+ OUTPUT_NAME=allreuse
34
+ TIMESTAMP=$(date "+%Y-%m-%d_%H-%M-%S")
35
+ EXP_DIR="/path/to/output/magi/${TIMESTAMP}_${OUTPUT_NAME}"
36
+ mkdir -p "$EXP_DIR"
37
+
38
+ LOG_FILE="$EXP_DIR/log_${TIMESTAMP}.log"
39
+ exec > >(tee -a "$LOG_FILE") 2>&1
40
+ OUTPUT_PATH="$EXP_DIR/output.mp4"
41
+
42
+ export PYTHONPATH="$MAGI_ROOT:$PYTHONPATH"
43
+ python3 inference/pipeline/teacache_all.py \
44
+ --rel_l1_thresh 0.01 \
45
+ --warmup_steps 5 \
46
+ --config_file config/single_run/flowcache_t2v.json \
47
+ --mode t2v \
48
+ --prompt "A fantasy landscape" \
49
+ --log \
50
+ --output_path $OUTPUT_PATH \
FlowCache/FlowCache4MAGI-1-dev-V1/scripts/single_run/teacache_v2v.sh ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (c) 2025 SandAI. All Rights Reserved.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ export MASTER_ADDR=localhost
16
+ export MASTER_PORT=6012
17
+ export GPUS_PER_NODE=1
18
+ export NNODES=1
19
+ export WORLD_SIZE=1
20
+ export CUDA_VISIBLE_DEVICES=1
21
+ export CUDA_HOME="/usr/local/cuda-12.1"
22
+
23
+ export PAD_HQ=1
24
+ export PAD_DURATION=1
25
+
26
+ export PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True
27
+ export OFFLOAD_T5_CACHE=true
28
+ export OFFLOAD_VAE_CACHE=true
29
+ export TORCH_CUDA_ARCH_LIST="8.9;9.0"
30
+
31
+ MAGI_ROOT=$(git rev-parse --show-toplevel)
32
+
33
+
34
+ OUTPUT_NAME=allreuse
35
+ TIMESTAMP=$(date "+%Y-%m-%d_%H-%M-%S")
36
+ EXP_DIR="/path/to/output/magi/${TIMESTAMP}_${OUTPUT_NAME}"
37
+ mkdir -p "$EXP_DIR"
38
+
39
+ LOG_FILE="$EXP_DIR/log_${TIMESTAMP}.log"
40
+ exec > >(tee -a "$LOG_FILE") 2>&1
41
+ OUTPUT_PATH="$EXP_DIR/output.mp4"
42
+
43
+ export PYTHONPATH="$MAGI_ROOT:$PYTHONPATH"
44
+ python3 inference/pipeline/teacache_all.py \
45
+ --rel_l1_thresh 0.01 \
46
+ --warmup_steps 5 \
47
+ --config_file config/single_run/all_reuse.json \
48
+ --mode v2v \
49
+ --prompt "Two pillows on a table and two grabber tools hanging above them from which a brown tennis ball and an orange block are suspended. The grabber tools let go of the ball and block. Static shot with no camera movement." \
50
+ --prefix_video_path "/path/to/physicsiq/conditioning_video.mp4" \
51
+ --output_path $OUTPUT_PATH \
52
+ --log \
FlowCache/FlowCache4MAGI-1-dev-V1/tools/__pycache__/plot_l1_rel.cpython-312.pyc ADDED
Binary file (7.88 kB). View file
 
FlowCache/FlowCache4MAGI-1-dev-V1/tools/__pycache__/plot_residual_norms.cpython-312.pyc ADDED
Binary file (7.66 kB). View file
 
FlowCache/FlowCache4MAGI-1-dev-V1/yaml_config/sample/flowcache_physicsiq.yaml ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # FlowCache PhysicsIQ configuration file
2
+ # Usage: bash scripts/sample/flowcache_physicsiq.sh <path_to_this_yaml>
3
+
4
+ # Basic configuration
5
+ benchmark: physicsiq
6
+ config_file: config/sample/5s_physicsiq.json
7
+
8
+ # GPU configuration
9
+ gpus: "0,1,2,3,4"
10
+
11
+ # PhysicsIQ dataset configuration
12
+ physicsiq_data_dir: /path/to/physicsiq
13
+
14
+ # Output path configuration
15
+ base_save_path: /path/to/output/physicsiq
16
+
17
+ # Reuse strategy configuration
18
+ reuse_strategy: chunkwise
19
+ rel_l1_thresh: 0.01
20
+ warmup_steps: 5
21
+
22
+ # KV cache compression configuration
23
+ compress_kv_cache: true
24
+ total_cache_chunk_nums: 6
25
+ compress_strategy: token
26
+ query_granularity: token
27
+ mix_lambda: 0.07
28
+ score_weighting_method: no_weight
29
+ power: 3
30
+
31
+ # Sampling range control
32
+ start: 150
33
+ end: 200
34
+
35
+ # Log configuration
36
+ log: false
FlowCache/FlowCache4MAGI-1-dev-V1/yaml_config/sample/flowcache_vbench.yaml ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # FlowCache VBench configuration file
2
+ # Usage: bash scripts/sample/flowcache_vbench.sh <path_to_this_yaml>
3
+
4
+ # Basic configuration
5
+ benchmark: vbench
6
+ config_file: config/sample/10s_vbench.json
7
+
8
+ # GPU configuration
9
+ gpus: "1,3,4,6"
10
+
11
+ # VBench dataset configuration
12
+ vbench_prompt_dir: /path/to/vbench/prompts
13
+
14
+ # Dimension configuration (specify the current dimension to process)
15
+ dimension: overall_consistency # Options: subject_consistency, scene, object_class, multiple_objects, color, spatial_relationship, temporal_style, human_action, temporal_flickering, appearance_style
16
+
17
+ # Output path configuration
18
+ base_save_path: /path/to/output/vbench
19
+
20
+ # Reuse strategy configuration
21
+ reuse_strategy: chunkwise
22
+ rel_l1_thresh: 0.01
23
+ warmup_steps: 5
24
+
25
+ # KV cache compression configuration
26
+ compress_kv_cache: true
27
+ total_cache_chunk_nums: 6
28
+ budget_cache_chunk_nums: 1
29
+ compress_strategy: token
30
+ query_granularity: chunk
31
+ mix_lambda: 0.07
32
+ discard_nearly_clean_chunk: true
33
+
34
+ # Log configuration
35
+ log: false
FlowCache/FlowCache4MAGI-1-dev-V1/yaml_config/sample/teacache_physicsiq.yaml ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # TeaCache PhysicsIQ configuration file
2
+ # Usage: bash scripts/sample/teacache_physicsiq.sh <path_to_this_yaml>
3
+
4
+ # Basic configuration
5
+ benchmark: physicsiq
6
+ config_file: config/sample/5s_physicsiq.json
7
+
8
+ # GPU configuration
9
+ gpus: "0,1,2,3,4,5,6,7"
10
+
11
+ # PhysicsIQ dataset configuration
12
+ physicsiq_data_dir: /path/to/physicsiq
13
+
14
+ # Output path configuration
15
+ base_save_path: /path/to/output/physicsiq
16
+
17
+ # Reuse strategy configuration
18
+ reuse_strategy: all
19
+ rel_l1_thresh: 0.01
20
+ warmup_steps: 5
21
+
22
+ # Log configuration
23
+ log: false
FlowCache/FlowCache4MAGI-1-dev-V1/yaml_config/sample/teacache_vbench.yaml ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # TeaCache VBench configuration file
2
+ # Usage: bash scripts/sample/teacache_vbench.sh <path_to_this_yaml>
3
+
4
+ # Basic configuration
5
+ benchmark: vbench
6
+ config_file: config/sample/10s_vbench.json
7
+
8
+ # GPU configuration
9
+ gpus: "4,5,7"
10
+
11
+ # VBench dataset configuration
12
+ vbench_prompt_dir: /path/to/vbench/prompts
13
+
14
+ # Dimension configuration (specify the current dimension to process)
15
+ dimension: overall_consistency # Options: subject_consistency, scene, object_class, multiple_objects, color, spatial_relationship, temporal_style, human_action, temporal_flickering, appearance_style
16
+
17
+ # Output path configuration
18
+ base_save_path: /path/to/output/vbench
19
+
20
+ # Reuse strategy configuration
21
+ reuse_strategy: all
22
+ rel_l1_thresh: 0.01
23
+ warmup_steps: 5
24
+
25
+ # Log configuration
26
+ log: false
FlowCache/FlowCache4MAGI-1-dev-V1/yaml_config/single_run/config.yaml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ rel_l1_thresh: 0.015
2
+ warmup_steps: 5
3
+ discard_nearly_clean_chunk: true
4
+
5
+ compress_kv_cache: true
6
+ total_cache_chunk_nums: 5
7
+ compress_strategy: token
8
+ mix_lambda: 0.07
9
+ query_granularity: frame
10
+ score_weighting_method: no_weight
11
+ power: 3
12
+
13
+ log: true
14
+ print_peak_memory: true
15
+ debug: false
FlowCache/FlowCache4MAGI-1-dev-V2/__pycache__/sample_video.cpython-312.pyc ADDED
Binary file (19.7 kB). View file
 
FlowCache/FlowCache4MAGI-1-dev-V2/config/sample/physicsiq.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_config": {
3
+ "model_name": "videodit_ardf",
4
+ "num_layers": 34,
5
+ "hidden_size": 3072,
6
+ "ffn_hidden_size": 12288,
7
+ "num_attention_heads": 24,
8
+ "num_query_groups": 8,
9
+ "kv_channels": 128,
10
+ "layernorm_epsilon": 1e-06,
11
+ "apply_layernorm_1p": true,
12
+ "x_rescale_factor": 1,
13
+ "half_channel_vae": false,
14
+ "params_dtype": "torch.bfloat16",
15
+ "patch_size": 2,
16
+ "t_patch_size": 1,
17
+ "in_channels": 16,
18
+ "out_channels": 16,
19
+ "cond_hidden_ratio": 0.25,
20
+ "caption_channels": 4096,
21
+ "caption_max_length": 800,
22
+ "xattn_cond_hidden_ratio": 1.0,
23
+ "cond_gating_ratio": 1.0,
24
+ "gated_linear_unit": false
25
+ },
26
+ "runtime_config": {
27
+ "cfg_number": 1,
28
+ "cfg_t_range": [
29
+ 0.0,
30
+ 0.0217,
31
+ 0.1,
32
+ 0.3,
33
+ 0.999
34
+ ],
35
+ "prev_chunk_scales": [
36
+ 1.5,
37
+ 1.5,
38
+ 1.5,
39
+ 1.0,
40
+ 1.0
41
+ ],
42
+ "text_scales": [
43
+ 7.5,
44
+ 7.5,
45
+ 7.5,
46
+ 0.0,
47
+ 0.0
48
+ ],
49
+ "noise2clean_kvrange": [],
50
+ "clean_chunk_kvrange": 1,
51
+ "clean_t": 0.9999,
52
+ "seed": 1234,
53
+ "num_frames": 120,
54
+ "video_size_h": 720,
55
+ "video_size_w": 1280,
56
+ "num_steps": 64,
57
+ "window_size": 4,
58
+ "fps": 24,
59
+ "chunk_width": 6,
60
+ "load": "./downloads/4.5B_distill",
61
+ "t5_pretrained": "./downloads/t5_pretrained",
62
+ "t5_device": "cuda",
63
+ "vae_pretrained": "./downloads/vae",
64
+ "scale_factor": 0.18215,
65
+ "temporal_downsample_factor": 4
66
+ },
67
+ "engine_config": {
68
+ "distributed_backend": "nccl",
69
+ "distributed_timeout_minutes": 15,
70
+ "pp_size": 1,
71
+ "cp_size": 1,
72
+ "cp_strategy": "none",
73
+ "ulysses_overlap_degree": 1,
74
+ "fp8_quant": false,
75
+ "distill_nearly_clean_chunk_threshold": 0.3,
76
+ "shortcut_mode": "8,16,16",
77
+ "distill": true,
78
+ "kv_offload": true,
79
+ "enable_cuda_graph": false
80
+ }
81
+ }
FlowCache/FlowCache4MAGI-1-dev-V2/config/sample/vbench.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_config": {
3
+ "model_name": "videodit_ardf",
4
+ "num_layers": 34,
5
+ "hidden_size": 3072,
6
+ "ffn_hidden_size": 12288,
7
+ "num_attention_heads": 24,
8
+ "num_query_groups": 8,
9
+ "kv_channels": 128,
10
+ "layernorm_epsilon": 1e-06,
11
+ "apply_layernorm_1p": true,
12
+ "x_rescale_factor": 1,
13
+ "half_channel_vae": false,
14
+ "params_dtype": "torch.bfloat16",
15
+ "patch_size": 2,
16
+ "t_patch_size": 1,
17
+ "in_channels": 16,
18
+ "out_channels": 16,
19
+ "cond_hidden_ratio": 0.25,
20
+ "caption_channels": 4096,
21
+ "caption_max_length": 800,
22
+ "xattn_cond_hidden_ratio": 1.0,
23
+ "cond_gating_ratio": 1.0,
24
+ "gated_linear_unit": false
25
+ },
26
+ "runtime_config": {
27
+ "cfg_number": 1,
28
+ "cfg_t_range": [
29
+ 0.0,
30
+ 0.0217,
31
+ 0.1,
32
+ 0.3,
33
+ 0.999
34
+ ],
35
+ "prev_chunk_scales": [
36
+ 1.5,
37
+ 1.5,
38
+ 1.5,
39
+ 1.0,
40
+ 1.0
41
+ ],
42
+ "text_scales": [
43
+ 7.5,
44
+ 7.5,
45
+ 7.5,
46
+ 0.0,
47
+ 0.0
48
+ ],
49
+ "noise2clean_kvrange": [],
50
+ "clean_chunk_kvrange": 1,
51
+ "clean_t": 0.9999,
52
+ "seed": 1234,
53
+ "num_frames": 240,
54
+ "video_size_h": 720,
55
+ "video_size_w": 720,
56
+ "num_steps": 16,
57
+ "window_size": 4,
58
+ "fps": 24,
59
+ "chunk_width": 6,
60
+ "load": "./downloads/4.5B_distill",
61
+ "t5_pretrained": "./downloads/t5_pretrained",
62
+ "t5_device": "cuda",
63
+ "vae_pretrained": "./downloads/vae",
64
+ "scale_factor": 0.18215,
65
+ "temporal_downsample_factor": 4
66
+ },
67
+ "engine_config": {
68
+ "distributed_backend": "nccl",
69
+ "distributed_timeout_minutes": 15,
70
+ "pp_size": 1,
71
+ "cp_size": 1,
72
+ "cp_strategy": "none",
73
+ "ulysses_overlap_degree": 1,
74
+ "fp8_quant": false,
75
+ "distill_nearly_clean_chunk_threshold": 0.3,
76
+ "shortcut_mode": "8,16,16",
77
+ "distill": true,
78
+ "kv_offload": true,
79
+ "enable_cuda_graph": false
80
+ }
81
+ }
FlowCache/FlowCache4MAGI-1-dev-V2/config/single_run/flowcache_t2v.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_config": {
3
+ "model_name": "videodit_ardf",
4
+ "num_layers": 34,
5
+ "hidden_size": 3072,
6
+ "ffn_hidden_size": 12288,
7
+ "num_attention_heads": 24,
8
+ "num_query_groups": 8,
9
+ "kv_channels": 128,
10
+ "layernorm_epsilon": 1e-06,
11
+ "apply_layernorm_1p": true,
12
+ "x_rescale_factor": 1,
13
+ "half_channel_vae": false,
14
+ "params_dtype": "torch.bfloat16",
15
+ "patch_size": 2,
16
+ "t_patch_size": 1,
17
+ "in_channels": 16,
18
+ "out_channels": 16,
19
+ "cond_hidden_ratio": 0.25,
20
+ "caption_channels": 4096,
21
+ "caption_max_length": 800,
22
+ "xattn_cond_hidden_ratio": 1.0,
23
+ "cond_gating_ratio": 1.0,
24
+ "gated_linear_unit": false
25
+ },
26
+ "runtime_config": {
27
+ "cfg_number": 1,
28
+ "cfg_t_range": [
29
+ 0.0,
30
+ 0.0217,
31
+ 0.1,
32
+ 0.3,
33
+ 0.999
34
+ ],
35
+ "prev_chunk_scales": [
36
+ 1.5,
37
+ 1.5,
38
+ 1.5,
39
+ 1.0,
40
+ 1.0
41
+ ],
42
+ "text_scales": [
43
+ 7.5,
44
+ 7.5,
45
+ 7.5,
46
+ 0.0,
47
+ 0.0
48
+ ],
49
+ "noise2clean_kvrange": [],
50
+ "clean_chunk_kvrange": 1,
51
+ "clean_t": 0.9999,
52
+ "seed": 1234,
53
+ "num_frames": 240,
54
+ "video_size_h": 720,
55
+ "video_size_w": 720,
56
+ "num_steps": 64,
57
+ "window_size": 4,
58
+ "fps": 24,
59
+ "chunk_width": 6,
60
+ "load": "./downloads/4.5B_distill",
61
+ "t5_pretrained": "./downloads/t5_pretrained",
62
+ "t5_device": "cuda",
63
+ "vae_pretrained": "./downloads/vae",
64
+ "scale_factor": 0.18215,
65
+ "temporal_downsample_factor": 4
66
+ },
67
+ "engine_config": {
68
+ "distributed_backend": "nccl",
69
+ "distributed_timeout_minutes": 15,
70
+ "pp_size": 1,
71
+ "cp_size": 1,
72
+ "cp_strategy": "none",
73
+ "ulysses_overlap_degree": 1,
74
+ "fp8_quant": false,
75
+ "distill_nearly_clean_chunk_threshold": 0.3,
76
+ "shortcut_mode": "8,16,16",
77
+ "distill": true,
78
+ "kv_offload": false,
79
+ "enable_cuda_graph": false
80
+ }
81
+ }
FlowCache/FlowCache4MAGI-1-dev-V2/config/single_run/flowcache_v2v.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_config": {
3
+ "model_name": "videodit_ardf",
4
+ "num_layers": 34,
5
+ "hidden_size": 3072,
6
+ "ffn_hidden_size": 12288,
7
+ "num_attention_heads": 24,
8
+ "num_query_groups": 8,
9
+ "kv_channels": 128,
10
+ "layernorm_epsilon": 1e-06,
11
+ "apply_layernorm_1p": true,
12
+ "x_rescale_factor": 1,
13
+ "half_channel_vae": false,
14
+ "params_dtype": "torch.bfloat16",
15
+ "patch_size": 2,
16
+ "t_patch_size": 1,
17
+ "in_channels": 16,
18
+ "out_channels": 16,
19
+ "cond_hidden_ratio": 0.25,
20
+ "caption_channels": 4096,
21
+ "caption_max_length": 800,
22
+ "xattn_cond_hidden_ratio": 1.0,
23
+ "cond_gating_ratio": 1.0,
24
+ "gated_linear_unit": false
25
+ },
26
+ "runtime_config": {
27
+ "cfg_number": 1,
28
+ "cfg_t_range": [
29
+ 0.0,
30
+ 0.0217,
31
+ 0.1,
32
+ 0.3,
33
+ 0.999
34
+ ],
35
+ "prev_chunk_scales": [
36
+ 1.5,
37
+ 1.5,
38
+ 1.5,
39
+ 1.0,
40
+ 1.0
41
+ ],
42
+ "text_scales": [
43
+ 7.5,
44
+ 7.5,
45
+ 7.5,
46
+ 0.0,
47
+ 0.0
48
+ ],
49
+ "noise2clean_kvrange": [
50
+ 5,
51
+ 4,
52
+ 3,
53
+ 2
54
+ ],
55
+ "clean_chunk_kvrange": 1,
56
+ "clean_t": 0.9999,
57
+ "seed": 1234,
58
+ "num_frames": 120,
59
+ "video_size_h": 720,
60
+ "video_size_w": 1280,
61
+ "num_steps": 8,
62
+ "window_size": 4,
63
+ "fps": 24,
64
+ "chunk_width": 6,
65
+ "load": "./downloads/4.5B_distill",
66
+ "t5_pretrained": "./downloads/t5_pretrained",
67
+ "t5_device": "cuda",
68
+ "vae_pretrained": "./downloads/vae",
69
+ "scale_factor": 0.18215,
70
+ "temporal_downsample_factor": 4
71
+ },
72
+ "engine_config": {
73
+ "distributed_backend": "nccl",
74
+ "distributed_timeout_minutes": 15,
75
+ "pp_size": 1,
76
+ "cp_size": 1,
77
+ "cp_strategy": "none",
78
+ "ulysses_overlap_degree": 1,
79
+ "fp8_quant": false,
80
+ "distill_nearly_clean_chunk_threshold": 0.3,
81
+ "shortcut_mode": "8,16,16",
82
+ "distill": true,
83
+ "kv_offload": false,
84
+ "enable_cuda_graph": false
85
+ }
86
+ }
FlowCache/FlowCache4MAGI-1-dev-V2/downloads/_hf_raw/ckpt/magi/4.5B_base/inference_weight/model.safetensors.index.json ADDED
@@ -0,0 +1,905 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 8961059904
4
+ },
5
+ "weight_map": {
6
+ "final_linear.linear.weight": "model-00001-of-00002.safetensors",
7
+ "rope.bands": "model-00001-of-00002.safetensors",
8
+ "t_embedder.mlp.0.bias": "model-00001-of-00002.safetensors",
9
+ "t_embedder.mlp.0.weight": "model-00001-of-00002.safetensors",
10
+ "t_embedder.mlp.2.bias": "model-00001-of-00002.safetensors",
11
+ "t_embedder.mlp.2.weight": "model-00001-of-00002.safetensors",
12
+ "videodit_blocks.final_layernorm.bias": "model-00001-of-00002.safetensors",
13
+ "videodit_blocks.final_layernorm.weight": "model-00001-of-00002.safetensors",
14
+ "videodit_blocks.layers.0.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
15
+ "videodit_blocks.layers.0.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
16
+ "videodit_blocks.layers.0.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
17
+ "videodit_blocks.layers.0.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
18
+ "videodit_blocks.layers.0.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
19
+ "videodit_blocks.layers.0.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
20
+ "videodit_blocks.layers.0.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
21
+ "videodit_blocks.layers.0.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
22
+ "videodit_blocks.layers.0.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
23
+ "videodit_blocks.layers.0.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
24
+ "videodit_blocks.layers.0.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
25
+ "videodit_blocks.layers.0.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
26
+ "videodit_blocks.layers.0.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
27
+ "videodit_blocks.layers.0.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
28
+ "videodit_blocks.layers.0.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
29
+ "videodit_blocks.layers.0.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
30
+ "videodit_blocks.layers.0.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
31
+ "videodit_blocks.layers.0.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
32
+ "videodit_blocks.layers.0.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
33
+ "videodit_blocks.layers.0.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
34
+ "videodit_blocks.layers.0.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
35
+ "videodit_blocks.layers.0.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
36
+ "videodit_blocks.layers.0.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
37
+ "videodit_blocks.layers.0.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
38
+ "videodit_blocks.layers.0.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
39
+ "videodit_blocks.layers.0.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
40
+ "videodit_blocks.layers.1.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
41
+ "videodit_blocks.layers.1.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
42
+ "videodit_blocks.layers.1.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
43
+ "videodit_blocks.layers.1.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
44
+ "videodit_blocks.layers.1.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
45
+ "videodit_blocks.layers.1.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
46
+ "videodit_blocks.layers.1.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
47
+ "videodit_blocks.layers.1.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
48
+ "videodit_blocks.layers.1.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
49
+ "videodit_blocks.layers.1.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
50
+ "videodit_blocks.layers.1.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
51
+ "videodit_blocks.layers.1.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
52
+ "videodit_blocks.layers.1.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
53
+ "videodit_blocks.layers.1.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
54
+ "videodit_blocks.layers.1.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
55
+ "videodit_blocks.layers.1.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
56
+ "videodit_blocks.layers.1.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
57
+ "videodit_blocks.layers.1.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
58
+ "videodit_blocks.layers.1.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
59
+ "videodit_blocks.layers.1.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
60
+ "videodit_blocks.layers.1.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
61
+ "videodit_blocks.layers.1.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
62
+ "videodit_blocks.layers.1.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
63
+ "videodit_blocks.layers.1.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
64
+ "videodit_blocks.layers.1.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
65
+ "videodit_blocks.layers.1.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
66
+ "videodit_blocks.layers.10.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
67
+ "videodit_blocks.layers.10.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
68
+ "videodit_blocks.layers.10.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
69
+ "videodit_blocks.layers.10.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
70
+ "videodit_blocks.layers.10.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
71
+ "videodit_blocks.layers.10.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
72
+ "videodit_blocks.layers.10.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
73
+ "videodit_blocks.layers.10.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
74
+ "videodit_blocks.layers.10.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
75
+ "videodit_blocks.layers.10.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
76
+ "videodit_blocks.layers.10.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
77
+ "videodit_blocks.layers.10.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
78
+ "videodit_blocks.layers.10.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
79
+ "videodit_blocks.layers.10.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
80
+ "videodit_blocks.layers.10.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
81
+ "videodit_blocks.layers.10.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
82
+ "videodit_blocks.layers.10.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
83
+ "videodit_blocks.layers.10.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
84
+ "videodit_blocks.layers.10.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
85
+ "videodit_blocks.layers.10.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
86
+ "videodit_blocks.layers.10.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
87
+ "videodit_blocks.layers.10.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
88
+ "videodit_blocks.layers.10.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
89
+ "videodit_blocks.layers.10.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
90
+ "videodit_blocks.layers.10.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
91
+ "videodit_blocks.layers.10.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
92
+ "videodit_blocks.layers.11.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
93
+ "videodit_blocks.layers.11.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
94
+ "videodit_blocks.layers.11.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
95
+ "videodit_blocks.layers.11.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
96
+ "videodit_blocks.layers.11.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
97
+ "videodit_blocks.layers.11.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
98
+ "videodit_blocks.layers.11.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
99
+ "videodit_blocks.layers.11.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
100
+ "videodit_blocks.layers.11.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
101
+ "videodit_blocks.layers.11.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
102
+ "videodit_blocks.layers.11.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
103
+ "videodit_blocks.layers.11.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
104
+ "videodit_blocks.layers.11.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
105
+ "videodit_blocks.layers.11.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
106
+ "videodit_blocks.layers.11.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
107
+ "videodit_blocks.layers.11.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
108
+ "videodit_blocks.layers.11.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
109
+ "videodit_blocks.layers.11.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
110
+ "videodit_blocks.layers.11.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
111
+ "videodit_blocks.layers.11.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
112
+ "videodit_blocks.layers.11.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
113
+ "videodit_blocks.layers.11.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
114
+ "videodit_blocks.layers.11.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
115
+ "videodit_blocks.layers.11.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
116
+ "videodit_blocks.layers.11.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
117
+ "videodit_blocks.layers.11.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
118
+ "videodit_blocks.layers.12.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
119
+ "videodit_blocks.layers.12.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
120
+ "videodit_blocks.layers.12.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
121
+ "videodit_blocks.layers.12.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
122
+ "videodit_blocks.layers.12.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
123
+ "videodit_blocks.layers.12.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
124
+ "videodit_blocks.layers.12.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
125
+ "videodit_blocks.layers.12.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
126
+ "videodit_blocks.layers.12.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
127
+ "videodit_blocks.layers.12.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
128
+ "videodit_blocks.layers.12.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
129
+ "videodit_blocks.layers.12.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
130
+ "videodit_blocks.layers.12.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
131
+ "videodit_blocks.layers.12.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
132
+ "videodit_blocks.layers.12.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
133
+ "videodit_blocks.layers.12.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
134
+ "videodit_blocks.layers.12.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
135
+ "videodit_blocks.layers.12.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
136
+ "videodit_blocks.layers.12.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
137
+ "videodit_blocks.layers.12.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
138
+ "videodit_blocks.layers.12.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
139
+ "videodit_blocks.layers.12.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
140
+ "videodit_blocks.layers.12.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
141
+ "videodit_blocks.layers.12.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
142
+ "videodit_blocks.layers.12.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
143
+ "videodit_blocks.layers.12.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
144
+ "videodit_blocks.layers.13.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
145
+ "videodit_blocks.layers.13.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
146
+ "videodit_blocks.layers.13.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
147
+ "videodit_blocks.layers.13.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
148
+ "videodit_blocks.layers.13.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
149
+ "videodit_blocks.layers.13.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
150
+ "videodit_blocks.layers.13.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
151
+ "videodit_blocks.layers.13.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
152
+ "videodit_blocks.layers.13.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
153
+ "videodit_blocks.layers.13.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
154
+ "videodit_blocks.layers.13.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
155
+ "videodit_blocks.layers.13.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
156
+ "videodit_blocks.layers.13.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
157
+ "videodit_blocks.layers.13.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
158
+ "videodit_blocks.layers.13.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
159
+ "videodit_blocks.layers.13.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
160
+ "videodit_blocks.layers.13.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
161
+ "videodit_blocks.layers.13.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
162
+ "videodit_blocks.layers.13.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
163
+ "videodit_blocks.layers.13.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
164
+ "videodit_blocks.layers.13.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
165
+ "videodit_blocks.layers.13.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
166
+ "videodit_blocks.layers.13.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
167
+ "videodit_blocks.layers.13.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
168
+ "videodit_blocks.layers.13.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
169
+ "videodit_blocks.layers.13.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
170
+ "videodit_blocks.layers.14.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
171
+ "videodit_blocks.layers.14.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
172
+ "videodit_blocks.layers.14.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
173
+ "videodit_blocks.layers.14.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
174
+ "videodit_blocks.layers.14.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
175
+ "videodit_blocks.layers.14.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
176
+ "videodit_blocks.layers.14.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
177
+ "videodit_blocks.layers.14.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
178
+ "videodit_blocks.layers.14.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
179
+ "videodit_blocks.layers.14.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
180
+ "videodit_blocks.layers.14.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
181
+ "videodit_blocks.layers.14.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
182
+ "videodit_blocks.layers.14.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
183
+ "videodit_blocks.layers.14.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
184
+ "videodit_blocks.layers.14.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
185
+ "videodit_blocks.layers.14.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
186
+ "videodit_blocks.layers.14.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
187
+ "videodit_blocks.layers.14.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
188
+ "videodit_blocks.layers.14.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
189
+ "videodit_blocks.layers.14.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
190
+ "videodit_blocks.layers.14.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
191
+ "videodit_blocks.layers.14.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
192
+ "videodit_blocks.layers.14.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
193
+ "videodit_blocks.layers.14.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
194
+ "videodit_blocks.layers.14.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
195
+ "videodit_blocks.layers.14.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
196
+ "videodit_blocks.layers.15.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
197
+ "videodit_blocks.layers.15.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
198
+ "videodit_blocks.layers.15.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
199
+ "videodit_blocks.layers.15.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
200
+ "videodit_blocks.layers.15.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
201
+ "videodit_blocks.layers.15.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
202
+ "videodit_blocks.layers.15.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
203
+ "videodit_blocks.layers.15.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
204
+ "videodit_blocks.layers.15.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
205
+ "videodit_blocks.layers.15.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
206
+ "videodit_blocks.layers.15.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
207
+ "videodit_blocks.layers.15.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
208
+ "videodit_blocks.layers.15.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
209
+ "videodit_blocks.layers.15.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
210
+ "videodit_blocks.layers.15.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
211
+ "videodit_blocks.layers.15.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
212
+ "videodit_blocks.layers.15.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
213
+ "videodit_blocks.layers.15.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
214
+ "videodit_blocks.layers.15.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
215
+ "videodit_blocks.layers.15.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
216
+ "videodit_blocks.layers.15.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
217
+ "videodit_blocks.layers.15.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
218
+ "videodit_blocks.layers.15.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
219
+ "videodit_blocks.layers.15.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
220
+ "videodit_blocks.layers.15.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
221
+ "videodit_blocks.layers.15.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
222
+ "videodit_blocks.layers.16.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
223
+ "videodit_blocks.layers.16.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
224
+ "videodit_blocks.layers.16.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
225
+ "videodit_blocks.layers.16.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
226
+ "videodit_blocks.layers.16.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
227
+ "videodit_blocks.layers.16.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
228
+ "videodit_blocks.layers.16.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
229
+ "videodit_blocks.layers.16.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
230
+ "videodit_blocks.layers.16.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
231
+ "videodit_blocks.layers.16.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
232
+ "videodit_blocks.layers.16.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
233
+ "videodit_blocks.layers.16.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
234
+ "videodit_blocks.layers.16.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
235
+ "videodit_blocks.layers.16.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
236
+ "videodit_blocks.layers.16.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
237
+ "videodit_blocks.layers.16.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
238
+ "videodit_blocks.layers.16.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
239
+ "videodit_blocks.layers.16.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
240
+ "videodit_blocks.layers.16.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
241
+ "videodit_blocks.layers.16.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
242
+ "videodit_blocks.layers.16.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
243
+ "videodit_blocks.layers.16.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
244
+ "videodit_blocks.layers.16.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
245
+ "videodit_blocks.layers.16.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
246
+ "videodit_blocks.layers.16.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
247
+ "videodit_blocks.layers.16.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
248
+ "videodit_blocks.layers.17.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
249
+ "videodit_blocks.layers.17.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
250
+ "videodit_blocks.layers.17.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
251
+ "videodit_blocks.layers.17.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
252
+ "videodit_blocks.layers.17.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
253
+ "videodit_blocks.layers.17.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
254
+ "videodit_blocks.layers.17.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
255
+ "videodit_blocks.layers.17.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
256
+ "videodit_blocks.layers.17.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
257
+ "videodit_blocks.layers.17.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
258
+ "videodit_blocks.layers.17.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
259
+ "videodit_blocks.layers.17.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
260
+ "videodit_blocks.layers.17.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
261
+ "videodit_blocks.layers.17.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
262
+ "videodit_blocks.layers.17.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
263
+ "videodit_blocks.layers.17.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
264
+ "videodit_blocks.layers.17.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
265
+ "videodit_blocks.layers.17.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
266
+ "videodit_blocks.layers.17.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
267
+ "videodit_blocks.layers.17.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
268
+ "videodit_blocks.layers.17.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
269
+ "videodit_blocks.layers.17.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
270
+ "videodit_blocks.layers.17.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
271
+ "videodit_blocks.layers.17.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
272
+ "videodit_blocks.layers.17.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
273
+ "videodit_blocks.layers.17.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
274
+ "videodit_blocks.layers.18.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
275
+ "videodit_blocks.layers.18.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
276
+ "videodit_blocks.layers.18.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
277
+ "videodit_blocks.layers.18.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
278
+ "videodit_blocks.layers.18.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
279
+ "videodit_blocks.layers.18.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
280
+ "videodit_blocks.layers.18.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
281
+ "videodit_blocks.layers.18.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
282
+ "videodit_blocks.layers.18.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
283
+ "videodit_blocks.layers.18.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
284
+ "videodit_blocks.layers.18.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
285
+ "videodit_blocks.layers.18.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
286
+ "videodit_blocks.layers.18.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
287
+ "videodit_blocks.layers.18.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
288
+ "videodit_blocks.layers.18.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
289
+ "videodit_blocks.layers.18.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
290
+ "videodit_blocks.layers.18.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
291
+ "videodit_blocks.layers.18.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
292
+ "videodit_blocks.layers.18.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
293
+ "videodit_blocks.layers.18.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
294
+ "videodit_blocks.layers.18.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
295
+ "videodit_blocks.layers.18.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
296
+ "videodit_blocks.layers.18.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
297
+ "videodit_blocks.layers.18.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
298
+ "videodit_blocks.layers.18.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
299
+ "videodit_blocks.layers.18.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
300
+ "videodit_blocks.layers.19.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
301
+ "videodit_blocks.layers.19.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
302
+ "videodit_blocks.layers.19.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
303
+ "videodit_blocks.layers.19.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
304
+ "videodit_blocks.layers.19.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
305
+ "videodit_blocks.layers.19.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
306
+ "videodit_blocks.layers.19.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
307
+ "videodit_blocks.layers.19.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
308
+ "videodit_blocks.layers.19.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
309
+ "videodit_blocks.layers.19.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
310
+ "videodit_blocks.layers.19.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
311
+ "videodit_blocks.layers.19.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
312
+ "videodit_blocks.layers.19.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
313
+ "videodit_blocks.layers.19.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
314
+ "videodit_blocks.layers.19.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
315
+ "videodit_blocks.layers.19.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
316
+ "videodit_blocks.layers.19.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
317
+ "videodit_blocks.layers.19.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
318
+ "videodit_blocks.layers.19.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
319
+ "videodit_blocks.layers.19.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
320
+ "videodit_blocks.layers.19.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
321
+ "videodit_blocks.layers.19.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
322
+ "videodit_blocks.layers.19.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
323
+ "videodit_blocks.layers.19.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
324
+ "videodit_blocks.layers.19.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
325
+ "videodit_blocks.layers.19.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
326
+ "videodit_blocks.layers.2.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
327
+ "videodit_blocks.layers.2.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
328
+ "videodit_blocks.layers.2.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
329
+ "videodit_blocks.layers.2.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
330
+ "videodit_blocks.layers.2.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
331
+ "videodit_blocks.layers.2.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
332
+ "videodit_blocks.layers.2.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
333
+ "videodit_blocks.layers.2.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
334
+ "videodit_blocks.layers.2.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
335
+ "videodit_blocks.layers.2.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
336
+ "videodit_blocks.layers.2.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
337
+ "videodit_blocks.layers.2.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
338
+ "videodit_blocks.layers.2.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
339
+ "videodit_blocks.layers.2.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
340
+ "videodit_blocks.layers.2.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
341
+ "videodit_blocks.layers.2.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
342
+ "videodit_blocks.layers.2.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
343
+ "videodit_blocks.layers.2.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
344
+ "videodit_blocks.layers.2.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
345
+ "videodit_blocks.layers.2.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
346
+ "videodit_blocks.layers.2.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
347
+ "videodit_blocks.layers.2.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
348
+ "videodit_blocks.layers.2.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
349
+ "videodit_blocks.layers.2.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
350
+ "videodit_blocks.layers.2.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
351
+ "videodit_blocks.layers.2.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
352
+ "videodit_blocks.layers.20.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
353
+ "videodit_blocks.layers.20.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
354
+ "videodit_blocks.layers.20.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
355
+ "videodit_blocks.layers.20.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
356
+ "videodit_blocks.layers.20.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
357
+ "videodit_blocks.layers.20.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
358
+ "videodit_blocks.layers.20.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
359
+ "videodit_blocks.layers.20.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
360
+ "videodit_blocks.layers.20.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
361
+ "videodit_blocks.layers.20.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
362
+ "videodit_blocks.layers.20.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
363
+ "videodit_blocks.layers.20.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
364
+ "videodit_blocks.layers.20.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
365
+ "videodit_blocks.layers.20.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
366
+ "videodit_blocks.layers.20.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
367
+ "videodit_blocks.layers.20.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
368
+ "videodit_blocks.layers.20.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
369
+ "videodit_blocks.layers.20.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
370
+ "videodit_blocks.layers.20.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
371
+ "videodit_blocks.layers.20.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
372
+ "videodit_blocks.layers.20.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
373
+ "videodit_blocks.layers.20.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
374
+ "videodit_blocks.layers.20.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
375
+ "videodit_blocks.layers.20.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
376
+ "videodit_blocks.layers.20.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
377
+ "videodit_blocks.layers.20.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
378
+ "videodit_blocks.layers.21.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
379
+ "videodit_blocks.layers.21.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
380
+ "videodit_blocks.layers.21.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
381
+ "videodit_blocks.layers.21.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
382
+ "videodit_blocks.layers.21.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
383
+ "videodit_blocks.layers.21.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
384
+ "videodit_blocks.layers.21.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
385
+ "videodit_blocks.layers.21.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
386
+ "videodit_blocks.layers.21.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
387
+ "videodit_blocks.layers.21.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
388
+ "videodit_blocks.layers.21.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
389
+ "videodit_blocks.layers.21.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
390
+ "videodit_blocks.layers.21.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
391
+ "videodit_blocks.layers.21.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
392
+ "videodit_blocks.layers.21.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
393
+ "videodit_blocks.layers.21.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
394
+ "videodit_blocks.layers.21.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
395
+ "videodit_blocks.layers.21.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
396
+ "videodit_blocks.layers.21.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
397
+ "videodit_blocks.layers.21.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
398
+ "videodit_blocks.layers.21.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
399
+ "videodit_blocks.layers.21.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
400
+ "videodit_blocks.layers.21.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
401
+ "videodit_blocks.layers.21.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
402
+ "videodit_blocks.layers.21.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
403
+ "videodit_blocks.layers.21.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
404
+ "videodit_blocks.layers.22.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
405
+ "videodit_blocks.layers.22.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
406
+ "videodit_blocks.layers.22.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
407
+ "videodit_blocks.layers.22.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
408
+ "videodit_blocks.layers.22.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
409
+ "videodit_blocks.layers.22.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
410
+ "videodit_blocks.layers.22.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
411
+ "videodit_blocks.layers.22.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
412
+ "videodit_blocks.layers.22.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
413
+ "videodit_blocks.layers.22.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
414
+ "videodit_blocks.layers.22.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
415
+ "videodit_blocks.layers.22.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
416
+ "videodit_blocks.layers.22.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
417
+ "videodit_blocks.layers.22.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
418
+ "videodit_blocks.layers.22.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
419
+ "videodit_blocks.layers.22.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
420
+ "videodit_blocks.layers.22.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
421
+ "videodit_blocks.layers.22.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
422
+ "videodit_blocks.layers.22.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
423
+ "videodit_blocks.layers.22.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
424
+ "videodit_blocks.layers.22.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
425
+ "videodit_blocks.layers.22.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
426
+ "videodit_blocks.layers.22.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
427
+ "videodit_blocks.layers.22.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
428
+ "videodit_blocks.layers.22.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
429
+ "videodit_blocks.layers.22.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
430
+ "videodit_blocks.layers.23.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
431
+ "videodit_blocks.layers.23.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
432
+ "videodit_blocks.layers.23.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
433
+ "videodit_blocks.layers.23.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
434
+ "videodit_blocks.layers.23.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
435
+ "videodit_blocks.layers.23.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
436
+ "videodit_blocks.layers.23.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
437
+ "videodit_blocks.layers.23.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
438
+ "videodit_blocks.layers.23.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
439
+ "videodit_blocks.layers.23.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
440
+ "videodit_blocks.layers.23.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
441
+ "videodit_blocks.layers.23.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
442
+ "videodit_blocks.layers.23.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
443
+ "videodit_blocks.layers.23.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
444
+ "videodit_blocks.layers.23.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
445
+ "videodit_blocks.layers.23.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
446
+ "videodit_blocks.layers.23.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
447
+ "videodit_blocks.layers.23.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
448
+ "videodit_blocks.layers.23.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
449
+ "videodit_blocks.layers.23.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
450
+ "videodit_blocks.layers.23.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
451
+ "videodit_blocks.layers.23.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
452
+ "videodit_blocks.layers.23.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
453
+ "videodit_blocks.layers.23.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
454
+ "videodit_blocks.layers.23.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
455
+ "videodit_blocks.layers.23.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
456
+ "videodit_blocks.layers.24.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
457
+ "videodit_blocks.layers.24.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
458
+ "videodit_blocks.layers.24.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
459
+ "videodit_blocks.layers.24.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
460
+ "videodit_blocks.layers.24.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
461
+ "videodit_blocks.layers.24.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
462
+ "videodit_blocks.layers.24.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
463
+ "videodit_blocks.layers.24.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
464
+ "videodit_blocks.layers.24.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
465
+ "videodit_blocks.layers.24.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
466
+ "videodit_blocks.layers.24.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
467
+ "videodit_blocks.layers.24.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
468
+ "videodit_blocks.layers.24.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
469
+ "videodit_blocks.layers.24.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
470
+ "videodit_blocks.layers.24.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
471
+ "videodit_blocks.layers.24.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
472
+ "videodit_blocks.layers.24.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
473
+ "videodit_blocks.layers.24.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
474
+ "videodit_blocks.layers.24.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
475
+ "videodit_blocks.layers.24.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
476
+ "videodit_blocks.layers.24.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
477
+ "videodit_blocks.layers.24.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
478
+ "videodit_blocks.layers.24.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
479
+ "videodit_blocks.layers.24.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
480
+ "videodit_blocks.layers.24.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
481
+ "videodit_blocks.layers.24.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
482
+ "videodit_blocks.layers.25.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
483
+ "videodit_blocks.layers.25.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
484
+ "videodit_blocks.layers.25.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
485
+ "videodit_blocks.layers.25.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
486
+ "videodit_blocks.layers.25.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
487
+ "videodit_blocks.layers.25.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
488
+ "videodit_blocks.layers.25.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
489
+ "videodit_blocks.layers.25.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
490
+ "videodit_blocks.layers.25.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
491
+ "videodit_blocks.layers.25.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
492
+ "videodit_blocks.layers.25.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
493
+ "videodit_blocks.layers.25.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
494
+ "videodit_blocks.layers.25.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
495
+ "videodit_blocks.layers.25.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
496
+ "videodit_blocks.layers.25.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
497
+ "videodit_blocks.layers.25.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
498
+ "videodit_blocks.layers.25.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
499
+ "videodit_blocks.layers.25.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
500
+ "videodit_blocks.layers.25.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
501
+ "videodit_blocks.layers.25.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
502
+ "videodit_blocks.layers.25.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
503
+ "videodit_blocks.layers.25.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
504
+ "videodit_blocks.layers.25.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
505
+ "videodit_blocks.layers.25.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
506
+ "videodit_blocks.layers.25.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
507
+ "videodit_blocks.layers.25.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
508
+ "videodit_blocks.layers.26.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
509
+ "videodit_blocks.layers.26.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
510
+ "videodit_blocks.layers.26.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
511
+ "videodit_blocks.layers.26.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
512
+ "videodit_blocks.layers.26.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
513
+ "videodit_blocks.layers.26.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
514
+ "videodit_blocks.layers.26.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
515
+ "videodit_blocks.layers.26.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
516
+ "videodit_blocks.layers.26.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
517
+ "videodit_blocks.layers.26.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
518
+ "videodit_blocks.layers.26.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
519
+ "videodit_blocks.layers.26.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
520
+ "videodit_blocks.layers.26.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
521
+ "videodit_blocks.layers.26.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
522
+ "videodit_blocks.layers.26.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
523
+ "videodit_blocks.layers.26.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
524
+ "videodit_blocks.layers.26.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
525
+ "videodit_blocks.layers.26.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
526
+ "videodit_blocks.layers.26.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
527
+ "videodit_blocks.layers.26.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
528
+ "videodit_blocks.layers.26.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
529
+ "videodit_blocks.layers.26.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
530
+ "videodit_blocks.layers.26.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
531
+ "videodit_blocks.layers.26.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
532
+ "videodit_blocks.layers.26.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
533
+ "videodit_blocks.layers.26.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
534
+ "videodit_blocks.layers.27.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
535
+ "videodit_blocks.layers.27.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
536
+ "videodit_blocks.layers.27.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
537
+ "videodit_blocks.layers.27.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
538
+ "videodit_blocks.layers.27.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
539
+ "videodit_blocks.layers.27.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
540
+ "videodit_blocks.layers.27.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
541
+ "videodit_blocks.layers.27.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
542
+ "videodit_blocks.layers.27.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
543
+ "videodit_blocks.layers.27.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
544
+ "videodit_blocks.layers.27.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
545
+ "videodit_blocks.layers.27.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
546
+ "videodit_blocks.layers.27.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
547
+ "videodit_blocks.layers.27.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
548
+ "videodit_blocks.layers.27.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
549
+ "videodit_blocks.layers.27.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
550
+ "videodit_blocks.layers.27.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
551
+ "videodit_blocks.layers.27.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
552
+ "videodit_blocks.layers.27.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
553
+ "videodit_blocks.layers.27.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
554
+ "videodit_blocks.layers.27.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
555
+ "videodit_blocks.layers.27.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
556
+ "videodit_blocks.layers.27.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
557
+ "videodit_blocks.layers.27.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
558
+ "videodit_blocks.layers.27.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
559
+ "videodit_blocks.layers.27.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
560
+ "videodit_blocks.layers.28.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
561
+ "videodit_blocks.layers.28.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
562
+ "videodit_blocks.layers.28.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
563
+ "videodit_blocks.layers.28.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
564
+ "videodit_blocks.layers.28.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
565
+ "videodit_blocks.layers.28.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
566
+ "videodit_blocks.layers.28.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
567
+ "videodit_blocks.layers.28.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
568
+ "videodit_blocks.layers.28.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
569
+ "videodit_blocks.layers.28.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
570
+ "videodit_blocks.layers.28.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
571
+ "videodit_blocks.layers.28.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
572
+ "videodit_blocks.layers.28.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
573
+ "videodit_blocks.layers.28.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
574
+ "videodit_blocks.layers.28.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
575
+ "videodit_blocks.layers.28.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
576
+ "videodit_blocks.layers.28.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
577
+ "videodit_blocks.layers.28.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
578
+ "videodit_blocks.layers.28.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
579
+ "videodit_blocks.layers.28.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
580
+ "videodit_blocks.layers.28.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
581
+ "videodit_blocks.layers.28.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
582
+ "videodit_blocks.layers.28.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
583
+ "videodit_blocks.layers.28.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
584
+ "videodit_blocks.layers.28.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
585
+ "videodit_blocks.layers.28.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
586
+ "videodit_blocks.layers.29.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
587
+ "videodit_blocks.layers.29.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
588
+ "videodit_blocks.layers.29.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
589
+ "videodit_blocks.layers.29.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
590
+ "videodit_blocks.layers.29.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
591
+ "videodit_blocks.layers.29.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
592
+ "videodit_blocks.layers.29.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
593
+ "videodit_blocks.layers.29.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
594
+ "videodit_blocks.layers.29.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
595
+ "videodit_blocks.layers.29.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
596
+ "videodit_blocks.layers.29.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
597
+ "videodit_blocks.layers.29.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
598
+ "videodit_blocks.layers.29.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
599
+ "videodit_blocks.layers.29.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
600
+ "videodit_blocks.layers.29.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
601
+ "videodit_blocks.layers.29.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
602
+ "videodit_blocks.layers.29.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
603
+ "videodit_blocks.layers.29.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
604
+ "videodit_blocks.layers.29.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
605
+ "videodit_blocks.layers.29.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
606
+ "videodit_blocks.layers.29.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
607
+ "videodit_blocks.layers.29.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
608
+ "videodit_blocks.layers.29.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
609
+ "videodit_blocks.layers.29.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
610
+ "videodit_blocks.layers.29.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
611
+ "videodit_blocks.layers.29.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
612
+ "videodit_blocks.layers.3.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
613
+ "videodit_blocks.layers.3.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
614
+ "videodit_blocks.layers.3.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
615
+ "videodit_blocks.layers.3.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
616
+ "videodit_blocks.layers.3.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
617
+ "videodit_blocks.layers.3.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
618
+ "videodit_blocks.layers.3.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
619
+ "videodit_blocks.layers.3.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
620
+ "videodit_blocks.layers.3.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
621
+ "videodit_blocks.layers.3.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
622
+ "videodit_blocks.layers.3.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
623
+ "videodit_blocks.layers.3.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
624
+ "videodit_blocks.layers.3.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
625
+ "videodit_blocks.layers.3.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
626
+ "videodit_blocks.layers.3.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
627
+ "videodit_blocks.layers.3.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
628
+ "videodit_blocks.layers.3.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
629
+ "videodit_blocks.layers.3.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
630
+ "videodit_blocks.layers.3.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
631
+ "videodit_blocks.layers.3.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
632
+ "videodit_blocks.layers.3.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
633
+ "videodit_blocks.layers.3.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
634
+ "videodit_blocks.layers.3.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
635
+ "videodit_blocks.layers.3.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
636
+ "videodit_blocks.layers.3.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
637
+ "videodit_blocks.layers.3.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
638
+ "videodit_blocks.layers.30.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
639
+ "videodit_blocks.layers.30.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
640
+ "videodit_blocks.layers.30.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
641
+ "videodit_blocks.layers.30.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
642
+ "videodit_blocks.layers.30.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
643
+ "videodit_blocks.layers.30.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
644
+ "videodit_blocks.layers.30.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
645
+ "videodit_blocks.layers.30.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
646
+ "videodit_blocks.layers.30.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
647
+ "videodit_blocks.layers.30.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
648
+ "videodit_blocks.layers.30.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
649
+ "videodit_blocks.layers.30.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
650
+ "videodit_blocks.layers.30.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
651
+ "videodit_blocks.layers.30.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
652
+ "videodit_blocks.layers.30.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
653
+ "videodit_blocks.layers.30.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
654
+ "videodit_blocks.layers.30.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
655
+ "videodit_blocks.layers.30.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
656
+ "videodit_blocks.layers.30.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
657
+ "videodit_blocks.layers.30.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
658
+ "videodit_blocks.layers.30.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
659
+ "videodit_blocks.layers.30.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
660
+ "videodit_blocks.layers.30.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
661
+ "videodit_blocks.layers.30.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
662
+ "videodit_blocks.layers.30.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
663
+ "videodit_blocks.layers.30.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
664
+ "videodit_blocks.layers.31.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
665
+ "videodit_blocks.layers.31.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
666
+ "videodit_blocks.layers.31.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
667
+ "videodit_blocks.layers.31.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
668
+ "videodit_blocks.layers.31.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
669
+ "videodit_blocks.layers.31.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
670
+ "videodit_blocks.layers.31.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
671
+ "videodit_blocks.layers.31.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
672
+ "videodit_blocks.layers.31.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
673
+ "videodit_blocks.layers.31.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
674
+ "videodit_blocks.layers.31.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
675
+ "videodit_blocks.layers.31.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
676
+ "videodit_blocks.layers.31.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
677
+ "videodit_blocks.layers.31.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
678
+ "videodit_blocks.layers.31.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
679
+ "videodit_blocks.layers.31.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
680
+ "videodit_blocks.layers.31.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
681
+ "videodit_blocks.layers.31.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
682
+ "videodit_blocks.layers.31.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
683
+ "videodit_blocks.layers.31.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
684
+ "videodit_blocks.layers.31.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
685
+ "videodit_blocks.layers.31.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
686
+ "videodit_blocks.layers.31.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
687
+ "videodit_blocks.layers.31.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
688
+ "videodit_blocks.layers.31.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
689
+ "videodit_blocks.layers.31.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
690
+ "videodit_blocks.layers.32.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
691
+ "videodit_blocks.layers.32.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
692
+ "videodit_blocks.layers.32.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
693
+ "videodit_blocks.layers.32.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
694
+ "videodit_blocks.layers.32.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
695
+ "videodit_blocks.layers.32.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
696
+ "videodit_blocks.layers.32.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
697
+ "videodit_blocks.layers.32.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
698
+ "videodit_blocks.layers.32.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
699
+ "videodit_blocks.layers.32.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
700
+ "videodit_blocks.layers.32.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
701
+ "videodit_blocks.layers.32.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
702
+ "videodit_blocks.layers.32.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
703
+ "videodit_blocks.layers.32.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
704
+ "videodit_blocks.layers.32.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
705
+ "videodit_blocks.layers.32.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
706
+ "videodit_blocks.layers.32.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
707
+ "videodit_blocks.layers.32.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
708
+ "videodit_blocks.layers.32.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
709
+ "videodit_blocks.layers.32.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
710
+ "videodit_blocks.layers.32.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
711
+ "videodit_blocks.layers.32.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
712
+ "videodit_blocks.layers.32.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
713
+ "videodit_blocks.layers.32.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
714
+ "videodit_blocks.layers.32.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
715
+ "videodit_blocks.layers.32.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
716
+ "videodit_blocks.layers.33.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
717
+ "videodit_blocks.layers.33.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
718
+ "videodit_blocks.layers.33.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
719
+ "videodit_blocks.layers.33.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
720
+ "videodit_blocks.layers.33.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
721
+ "videodit_blocks.layers.33.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
722
+ "videodit_blocks.layers.33.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
723
+ "videodit_blocks.layers.33.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
724
+ "videodit_blocks.layers.33.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
725
+ "videodit_blocks.layers.33.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
726
+ "videodit_blocks.layers.33.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
727
+ "videodit_blocks.layers.33.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
728
+ "videodit_blocks.layers.33.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
729
+ "videodit_blocks.layers.33.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
730
+ "videodit_blocks.layers.33.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
731
+ "videodit_blocks.layers.33.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
732
+ "videodit_blocks.layers.33.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
733
+ "videodit_blocks.layers.33.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
734
+ "videodit_blocks.layers.33.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
735
+ "videodit_blocks.layers.33.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
736
+ "videodit_blocks.layers.33.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
737
+ "videodit_blocks.layers.33.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
738
+ "videodit_blocks.layers.33.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
739
+ "videodit_blocks.layers.33.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
740
+ "videodit_blocks.layers.33.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
741
+ "videodit_blocks.layers.33.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
742
+ "videodit_blocks.layers.4.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
743
+ "videodit_blocks.layers.4.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
744
+ "videodit_blocks.layers.4.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
745
+ "videodit_blocks.layers.4.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
746
+ "videodit_blocks.layers.4.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
747
+ "videodit_blocks.layers.4.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
748
+ "videodit_blocks.layers.4.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
749
+ "videodit_blocks.layers.4.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
750
+ "videodit_blocks.layers.4.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
751
+ "videodit_blocks.layers.4.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
752
+ "videodit_blocks.layers.4.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
753
+ "videodit_blocks.layers.4.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
754
+ "videodit_blocks.layers.4.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
755
+ "videodit_blocks.layers.4.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
756
+ "videodit_blocks.layers.4.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
757
+ "videodit_blocks.layers.4.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
758
+ "videodit_blocks.layers.4.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
759
+ "videodit_blocks.layers.4.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
760
+ "videodit_blocks.layers.4.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
761
+ "videodit_blocks.layers.4.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
762
+ "videodit_blocks.layers.4.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
763
+ "videodit_blocks.layers.4.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
764
+ "videodit_blocks.layers.4.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
765
+ "videodit_blocks.layers.4.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
766
+ "videodit_blocks.layers.4.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
767
+ "videodit_blocks.layers.4.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
768
+ "videodit_blocks.layers.5.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
769
+ "videodit_blocks.layers.5.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
770
+ "videodit_blocks.layers.5.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
771
+ "videodit_blocks.layers.5.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
772
+ "videodit_blocks.layers.5.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
773
+ "videodit_blocks.layers.5.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
774
+ "videodit_blocks.layers.5.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
775
+ "videodit_blocks.layers.5.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
776
+ "videodit_blocks.layers.5.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
777
+ "videodit_blocks.layers.5.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
778
+ "videodit_blocks.layers.5.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
779
+ "videodit_blocks.layers.5.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
780
+ "videodit_blocks.layers.5.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
781
+ "videodit_blocks.layers.5.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
782
+ "videodit_blocks.layers.5.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
783
+ "videodit_blocks.layers.5.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
784
+ "videodit_blocks.layers.5.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
785
+ "videodit_blocks.layers.5.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
786
+ "videodit_blocks.layers.5.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
787
+ "videodit_blocks.layers.5.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
788
+ "videodit_blocks.layers.5.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
789
+ "videodit_blocks.layers.5.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
790
+ "videodit_blocks.layers.5.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
791
+ "videodit_blocks.layers.5.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
792
+ "videodit_blocks.layers.5.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
793
+ "videodit_blocks.layers.5.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
794
+ "videodit_blocks.layers.6.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
795
+ "videodit_blocks.layers.6.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
796
+ "videodit_blocks.layers.6.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
797
+ "videodit_blocks.layers.6.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
798
+ "videodit_blocks.layers.6.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
799
+ "videodit_blocks.layers.6.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
800
+ "videodit_blocks.layers.6.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
801
+ "videodit_blocks.layers.6.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
802
+ "videodit_blocks.layers.6.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
803
+ "videodit_blocks.layers.6.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
804
+ "videodit_blocks.layers.6.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
805
+ "videodit_blocks.layers.6.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
806
+ "videodit_blocks.layers.6.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
807
+ "videodit_blocks.layers.6.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
808
+ "videodit_blocks.layers.6.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
809
+ "videodit_blocks.layers.6.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
810
+ "videodit_blocks.layers.6.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
811
+ "videodit_blocks.layers.6.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
812
+ "videodit_blocks.layers.6.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
813
+ "videodit_blocks.layers.6.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
814
+ "videodit_blocks.layers.6.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
815
+ "videodit_blocks.layers.6.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
816
+ "videodit_blocks.layers.6.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
817
+ "videodit_blocks.layers.6.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
818
+ "videodit_blocks.layers.6.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
819
+ "videodit_blocks.layers.6.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
820
+ "videodit_blocks.layers.7.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
821
+ "videodit_blocks.layers.7.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
822
+ "videodit_blocks.layers.7.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
823
+ "videodit_blocks.layers.7.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
824
+ "videodit_blocks.layers.7.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
825
+ "videodit_blocks.layers.7.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
826
+ "videodit_blocks.layers.7.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
827
+ "videodit_blocks.layers.7.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
828
+ "videodit_blocks.layers.7.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
829
+ "videodit_blocks.layers.7.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
830
+ "videodit_blocks.layers.7.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
831
+ "videodit_blocks.layers.7.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
832
+ "videodit_blocks.layers.7.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
833
+ "videodit_blocks.layers.7.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
834
+ "videodit_blocks.layers.7.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
835
+ "videodit_blocks.layers.7.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
836
+ "videodit_blocks.layers.7.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
837
+ "videodit_blocks.layers.7.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
838
+ "videodit_blocks.layers.7.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
839
+ "videodit_blocks.layers.7.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
840
+ "videodit_blocks.layers.7.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
841
+ "videodit_blocks.layers.7.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
842
+ "videodit_blocks.layers.7.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
843
+ "videodit_blocks.layers.7.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
844
+ "videodit_blocks.layers.7.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
845
+ "videodit_blocks.layers.7.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
846
+ "videodit_blocks.layers.8.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
847
+ "videodit_blocks.layers.8.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
848
+ "videodit_blocks.layers.8.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
849
+ "videodit_blocks.layers.8.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
850
+ "videodit_blocks.layers.8.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
851
+ "videodit_blocks.layers.8.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
852
+ "videodit_blocks.layers.8.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
853
+ "videodit_blocks.layers.8.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
854
+ "videodit_blocks.layers.8.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
855
+ "videodit_blocks.layers.8.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
856
+ "videodit_blocks.layers.8.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
857
+ "videodit_blocks.layers.8.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
858
+ "videodit_blocks.layers.8.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
859
+ "videodit_blocks.layers.8.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
860
+ "videodit_blocks.layers.8.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
861
+ "videodit_blocks.layers.8.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
862
+ "videodit_blocks.layers.8.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
863
+ "videodit_blocks.layers.8.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
864
+ "videodit_blocks.layers.8.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
865
+ "videodit_blocks.layers.8.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
866
+ "videodit_blocks.layers.8.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
867
+ "videodit_blocks.layers.8.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
868
+ "videodit_blocks.layers.8.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
869
+ "videodit_blocks.layers.8.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
870
+ "videodit_blocks.layers.8.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
871
+ "videodit_blocks.layers.8.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
872
+ "videodit_blocks.layers.9.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
873
+ "videodit_blocks.layers.9.ada_modulate_layer.proj.0.weight": "model-00001-of-00002.safetensors",
874
+ "videodit_blocks.layers.9.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
875
+ "videodit_blocks.layers.9.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
876
+ "videodit_blocks.layers.9.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
877
+ "videodit_blocks.layers.9.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
878
+ "videodit_blocks.layers.9.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
879
+ "videodit_blocks.layers.9.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
880
+ "videodit_blocks.layers.9.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
881
+ "videodit_blocks.layers.9.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
882
+ "videodit_blocks.layers.9.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
883
+ "videodit_blocks.layers.9.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
884
+ "videodit_blocks.layers.9.self_attention.linear_kv_xattn.weight": "model-00001-of-00002.safetensors",
885
+ "videodit_blocks.layers.9.self_attention.linear_proj.weight": "model-00001-of-00002.safetensors",
886
+ "videodit_blocks.layers.9.self_attention.linear_qkv.k.weight": "model-00002-of-00002.safetensors",
887
+ "videodit_blocks.layers.9.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
888
+ "videodit_blocks.layers.9.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
889
+ "videodit_blocks.layers.9.self_attention.linear_qkv.q.weight": "model-00002-of-00002.safetensors",
890
+ "videodit_blocks.layers.9.self_attention.linear_qkv.qx.weight": "model-00002-of-00002.safetensors",
891
+ "videodit_blocks.layers.9.self_attention.linear_qkv.v.weight": "model-00002-of-00002.safetensors",
892
+ "videodit_blocks.layers.9.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
893
+ "videodit_blocks.layers.9.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
894
+ "videodit_blocks.layers.9.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
895
+ "videodit_blocks.layers.9.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
896
+ "videodit_blocks.layers.9.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
897
+ "videodit_blocks.layers.9.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
898
+ "x_embedder.weight": "model-00001-of-00002.safetensors",
899
+ "y_embedder.null_caption_embedding": "model-00001-of-00002.safetensors",
900
+ "y_embedder.y_proj_adaln.0.bias": "model-00001-of-00002.safetensors",
901
+ "y_embedder.y_proj_adaln.0.weight": "model-00001-of-00002.safetensors",
902
+ "y_embedder.y_proj_xattn.0.bias": "model-00001-of-00002.safetensors",
903
+ "y_embedder.y_proj_xattn.0.weight": "model-00001-of-00002.safetensors"
904
+ }
905
+ }
FlowCache/FlowCache4MAGI-1-dev-V2/downloads/_hf_raw/ckpt/magi/4.5B_distill/inference_weight.distill/model.safetensors.index.json ADDED
@@ -0,0 +1,905 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 8961059904
4
+ },
5
+ "weight_map": {
6
+ "final_linear.linear.weight": "model-00001-of-00002.safetensors",
7
+ "rope.bands": "model-00001-of-00002.safetensors",
8
+ "t_embedder.mlp.0.bias": "model-00001-of-00002.safetensors",
9
+ "t_embedder.mlp.0.weight": "model-00001-of-00002.safetensors",
10
+ "t_embedder.mlp.2.bias": "model-00001-of-00002.safetensors",
11
+ "t_embedder.mlp.2.weight": "model-00001-of-00002.safetensors",
12
+ "videodit_blocks.final_layernorm.bias": "model-00001-of-00002.safetensors",
13
+ "videodit_blocks.final_layernorm.weight": "model-00001-of-00002.safetensors",
14
+ "videodit_blocks.layers.0.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
15
+ "videodit_blocks.layers.0.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
16
+ "videodit_blocks.layers.0.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
17
+ "videodit_blocks.layers.0.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
18
+ "videodit_blocks.layers.0.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
19
+ "videodit_blocks.layers.0.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
20
+ "videodit_blocks.layers.0.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
21
+ "videodit_blocks.layers.0.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
22
+ "videodit_blocks.layers.0.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
23
+ "videodit_blocks.layers.0.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
24
+ "videodit_blocks.layers.0.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
25
+ "videodit_blocks.layers.0.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
26
+ "videodit_blocks.layers.0.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
27
+ "videodit_blocks.layers.0.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
28
+ "videodit_blocks.layers.0.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
29
+ "videodit_blocks.layers.0.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
30
+ "videodit_blocks.layers.0.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
31
+ "videodit_blocks.layers.0.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
32
+ "videodit_blocks.layers.0.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
33
+ "videodit_blocks.layers.0.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
34
+ "videodit_blocks.layers.0.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
35
+ "videodit_blocks.layers.0.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
36
+ "videodit_blocks.layers.0.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
37
+ "videodit_blocks.layers.0.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
38
+ "videodit_blocks.layers.0.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
39
+ "videodit_blocks.layers.0.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
40
+ "videodit_blocks.layers.1.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
41
+ "videodit_blocks.layers.1.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
42
+ "videodit_blocks.layers.1.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
43
+ "videodit_blocks.layers.1.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
44
+ "videodit_blocks.layers.1.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
45
+ "videodit_blocks.layers.1.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
46
+ "videodit_blocks.layers.1.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
47
+ "videodit_blocks.layers.1.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
48
+ "videodit_blocks.layers.1.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
49
+ "videodit_blocks.layers.1.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
50
+ "videodit_blocks.layers.1.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
51
+ "videodit_blocks.layers.1.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
52
+ "videodit_blocks.layers.1.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
53
+ "videodit_blocks.layers.1.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
54
+ "videodit_blocks.layers.1.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
55
+ "videodit_blocks.layers.1.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
56
+ "videodit_blocks.layers.1.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
57
+ "videodit_blocks.layers.1.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
58
+ "videodit_blocks.layers.1.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
59
+ "videodit_blocks.layers.1.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
60
+ "videodit_blocks.layers.1.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
61
+ "videodit_blocks.layers.1.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
62
+ "videodit_blocks.layers.1.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
63
+ "videodit_blocks.layers.1.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
64
+ "videodit_blocks.layers.1.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
65
+ "videodit_blocks.layers.1.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
66
+ "videodit_blocks.layers.10.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
67
+ "videodit_blocks.layers.10.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
68
+ "videodit_blocks.layers.10.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
69
+ "videodit_blocks.layers.10.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
70
+ "videodit_blocks.layers.10.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
71
+ "videodit_blocks.layers.10.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
72
+ "videodit_blocks.layers.10.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
73
+ "videodit_blocks.layers.10.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
74
+ "videodit_blocks.layers.10.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
75
+ "videodit_blocks.layers.10.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
76
+ "videodit_blocks.layers.10.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
77
+ "videodit_blocks.layers.10.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
78
+ "videodit_blocks.layers.10.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
79
+ "videodit_blocks.layers.10.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
80
+ "videodit_blocks.layers.10.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
81
+ "videodit_blocks.layers.10.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
82
+ "videodit_blocks.layers.10.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
83
+ "videodit_blocks.layers.10.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
84
+ "videodit_blocks.layers.10.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
85
+ "videodit_blocks.layers.10.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
86
+ "videodit_blocks.layers.10.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
87
+ "videodit_blocks.layers.10.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
88
+ "videodit_blocks.layers.10.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
89
+ "videodit_blocks.layers.10.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
90
+ "videodit_blocks.layers.10.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
91
+ "videodit_blocks.layers.10.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
92
+ "videodit_blocks.layers.11.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
93
+ "videodit_blocks.layers.11.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
94
+ "videodit_blocks.layers.11.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
95
+ "videodit_blocks.layers.11.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
96
+ "videodit_blocks.layers.11.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
97
+ "videodit_blocks.layers.11.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
98
+ "videodit_blocks.layers.11.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
99
+ "videodit_blocks.layers.11.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
100
+ "videodit_blocks.layers.11.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
101
+ "videodit_blocks.layers.11.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
102
+ "videodit_blocks.layers.11.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
103
+ "videodit_blocks.layers.11.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
104
+ "videodit_blocks.layers.11.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
105
+ "videodit_blocks.layers.11.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
106
+ "videodit_blocks.layers.11.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
107
+ "videodit_blocks.layers.11.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
108
+ "videodit_blocks.layers.11.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
109
+ "videodit_blocks.layers.11.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
110
+ "videodit_blocks.layers.11.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
111
+ "videodit_blocks.layers.11.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
112
+ "videodit_blocks.layers.11.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
113
+ "videodit_blocks.layers.11.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
114
+ "videodit_blocks.layers.11.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
115
+ "videodit_blocks.layers.11.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
116
+ "videodit_blocks.layers.11.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
117
+ "videodit_blocks.layers.11.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
118
+ "videodit_blocks.layers.12.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
119
+ "videodit_blocks.layers.12.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
120
+ "videodit_blocks.layers.12.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
121
+ "videodit_blocks.layers.12.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
122
+ "videodit_blocks.layers.12.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
123
+ "videodit_blocks.layers.12.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
124
+ "videodit_blocks.layers.12.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
125
+ "videodit_blocks.layers.12.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
126
+ "videodit_blocks.layers.12.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
127
+ "videodit_blocks.layers.12.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
128
+ "videodit_blocks.layers.12.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
129
+ "videodit_blocks.layers.12.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
130
+ "videodit_blocks.layers.12.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
131
+ "videodit_blocks.layers.12.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
132
+ "videodit_blocks.layers.12.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
133
+ "videodit_blocks.layers.12.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
134
+ "videodit_blocks.layers.12.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
135
+ "videodit_blocks.layers.12.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
136
+ "videodit_blocks.layers.12.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
137
+ "videodit_blocks.layers.12.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
138
+ "videodit_blocks.layers.12.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
139
+ "videodit_blocks.layers.12.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
140
+ "videodit_blocks.layers.12.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
141
+ "videodit_blocks.layers.12.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
142
+ "videodit_blocks.layers.12.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
143
+ "videodit_blocks.layers.12.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
144
+ "videodit_blocks.layers.13.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
145
+ "videodit_blocks.layers.13.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
146
+ "videodit_blocks.layers.13.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
147
+ "videodit_blocks.layers.13.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
148
+ "videodit_blocks.layers.13.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
149
+ "videodit_blocks.layers.13.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
150
+ "videodit_blocks.layers.13.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
151
+ "videodit_blocks.layers.13.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
152
+ "videodit_blocks.layers.13.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
153
+ "videodit_blocks.layers.13.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
154
+ "videodit_blocks.layers.13.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
155
+ "videodit_blocks.layers.13.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
156
+ "videodit_blocks.layers.13.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
157
+ "videodit_blocks.layers.13.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
158
+ "videodit_blocks.layers.13.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
159
+ "videodit_blocks.layers.13.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
160
+ "videodit_blocks.layers.13.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
161
+ "videodit_blocks.layers.13.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
162
+ "videodit_blocks.layers.13.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
163
+ "videodit_blocks.layers.13.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
164
+ "videodit_blocks.layers.13.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
165
+ "videodit_blocks.layers.13.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
166
+ "videodit_blocks.layers.13.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
167
+ "videodit_blocks.layers.13.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
168
+ "videodit_blocks.layers.13.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
169
+ "videodit_blocks.layers.13.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
170
+ "videodit_blocks.layers.14.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
171
+ "videodit_blocks.layers.14.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
172
+ "videodit_blocks.layers.14.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
173
+ "videodit_blocks.layers.14.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
174
+ "videodit_blocks.layers.14.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
175
+ "videodit_blocks.layers.14.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
176
+ "videodit_blocks.layers.14.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
177
+ "videodit_blocks.layers.14.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
178
+ "videodit_blocks.layers.14.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
179
+ "videodit_blocks.layers.14.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
180
+ "videodit_blocks.layers.14.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
181
+ "videodit_blocks.layers.14.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
182
+ "videodit_blocks.layers.14.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
183
+ "videodit_blocks.layers.14.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
184
+ "videodit_blocks.layers.14.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
185
+ "videodit_blocks.layers.14.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
186
+ "videodit_blocks.layers.14.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
187
+ "videodit_blocks.layers.14.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
188
+ "videodit_blocks.layers.14.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
189
+ "videodit_blocks.layers.14.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
190
+ "videodit_blocks.layers.14.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
191
+ "videodit_blocks.layers.14.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
192
+ "videodit_blocks.layers.14.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
193
+ "videodit_blocks.layers.14.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
194
+ "videodit_blocks.layers.14.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
195
+ "videodit_blocks.layers.14.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
196
+ "videodit_blocks.layers.15.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
197
+ "videodit_blocks.layers.15.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
198
+ "videodit_blocks.layers.15.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
199
+ "videodit_blocks.layers.15.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
200
+ "videodit_blocks.layers.15.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
201
+ "videodit_blocks.layers.15.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
202
+ "videodit_blocks.layers.15.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
203
+ "videodit_blocks.layers.15.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
204
+ "videodit_blocks.layers.15.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
205
+ "videodit_blocks.layers.15.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
206
+ "videodit_blocks.layers.15.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
207
+ "videodit_blocks.layers.15.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
208
+ "videodit_blocks.layers.15.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
209
+ "videodit_blocks.layers.15.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
210
+ "videodit_blocks.layers.15.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
211
+ "videodit_blocks.layers.15.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
212
+ "videodit_blocks.layers.15.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
213
+ "videodit_blocks.layers.15.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
214
+ "videodit_blocks.layers.15.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
215
+ "videodit_blocks.layers.15.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
216
+ "videodit_blocks.layers.15.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
217
+ "videodit_blocks.layers.15.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
218
+ "videodit_blocks.layers.15.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
219
+ "videodit_blocks.layers.15.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
220
+ "videodit_blocks.layers.15.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
221
+ "videodit_blocks.layers.15.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
222
+ "videodit_blocks.layers.16.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
223
+ "videodit_blocks.layers.16.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
224
+ "videodit_blocks.layers.16.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
225
+ "videodit_blocks.layers.16.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
226
+ "videodit_blocks.layers.16.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
227
+ "videodit_blocks.layers.16.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
228
+ "videodit_blocks.layers.16.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
229
+ "videodit_blocks.layers.16.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
230
+ "videodit_blocks.layers.16.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
231
+ "videodit_blocks.layers.16.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
232
+ "videodit_blocks.layers.16.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
233
+ "videodit_blocks.layers.16.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
234
+ "videodit_blocks.layers.16.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
235
+ "videodit_blocks.layers.16.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
236
+ "videodit_blocks.layers.16.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
237
+ "videodit_blocks.layers.16.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
238
+ "videodit_blocks.layers.16.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
239
+ "videodit_blocks.layers.16.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
240
+ "videodit_blocks.layers.16.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
241
+ "videodit_blocks.layers.16.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
242
+ "videodit_blocks.layers.16.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
243
+ "videodit_blocks.layers.16.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
244
+ "videodit_blocks.layers.16.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
245
+ "videodit_blocks.layers.16.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
246
+ "videodit_blocks.layers.16.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
247
+ "videodit_blocks.layers.16.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
248
+ "videodit_blocks.layers.17.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
249
+ "videodit_blocks.layers.17.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
250
+ "videodit_blocks.layers.17.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
251
+ "videodit_blocks.layers.17.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
252
+ "videodit_blocks.layers.17.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
253
+ "videodit_blocks.layers.17.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
254
+ "videodit_blocks.layers.17.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
255
+ "videodit_blocks.layers.17.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
256
+ "videodit_blocks.layers.17.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
257
+ "videodit_blocks.layers.17.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
258
+ "videodit_blocks.layers.17.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
259
+ "videodit_blocks.layers.17.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
260
+ "videodit_blocks.layers.17.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
261
+ "videodit_blocks.layers.17.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
262
+ "videodit_blocks.layers.17.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
263
+ "videodit_blocks.layers.17.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
264
+ "videodit_blocks.layers.17.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
265
+ "videodit_blocks.layers.17.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
266
+ "videodit_blocks.layers.17.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
267
+ "videodit_blocks.layers.17.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
268
+ "videodit_blocks.layers.17.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
269
+ "videodit_blocks.layers.17.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
270
+ "videodit_blocks.layers.17.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
271
+ "videodit_blocks.layers.17.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
272
+ "videodit_blocks.layers.17.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
273
+ "videodit_blocks.layers.17.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
274
+ "videodit_blocks.layers.18.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
275
+ "videodit_blocks.layers.18.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
276
+ "videodit_blocks.layers.18.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
277
+ "videodit_blocks.layers.18.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
278
+ "videodit_blocks.layers.18.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
279
+ "videodit_blocks.layers.18.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
280
+ "videodit_blocks.layers.18.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
281
+ "videodit_blocks.layers.18.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
282
+ "videodit_blocks.layers.18.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
283
+ "videodit_blocks.layers.18.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
284
+ "videodit_blocks.layers.18.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
285
+ "videodit_blocks.layers.18.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
286
+ "videodit_blocks.layers.18.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
287
+ "videodit_blocks.layers.18.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
288
+ "videodit_blocks.layers.18.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
289
+ "videodit_blocks.layers.18.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
290
+ "videodit_blocks.layers.18.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
291
+ "videodit_blocks.layers.18.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
292
+ "videodit_blocks.layers.18.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
293
+ "videodit_blocks.layers.18.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
294
+ "videodit_blocks.layers.18.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
295
+ "videodit_blocks.layers.18.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
296
+ "videodit_blocks.layers.18.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
297
+ "videodit_blocks.layers.18.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
298
+ "videodit_blocks.layers.18.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
299
+ "videodit_blocks.layers.18.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
300
+ "videodit_blocks.layers.19.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
301
+ "videodit_blocks.layers.19.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
302
+ "videodit_blocks.layers.19.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
303
+ "videodit_blocks.layers.19.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
304
+ "videodit_blocks.layers.19.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
305
+ "videodit_blocks.layers.19.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
306
+ "videodit_blocks.layers.19.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
307
+ "videodit_blocks.layers.19.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
308
+ "videodit_blocks.layers.19.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
309
+ "videodit_blocks.layers.19.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
310
+ "videodit_blocks.layers.19.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
311
+ "videodit_blocks.layers.19.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
312
+ "videodit_blocks.layers.19.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
313
+ "videodit_blocks.layers.19.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
314
+ "videodit_blocks.layers.19.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
315
+ "videodit_blocks.layers.19.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
316
+ "videodit_blocks.layers.19.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
317
+ "videodit_blocks.layers.19.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
318
+ "videodit_blocks.layers.19.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
319
+ "videodit_blocks.layers.19.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
320
+ "videodit_blocks.layers.19.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
321
+ "videodit_blocks.layers.19.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
322
+ "videodit_blocks.layers.19.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
323
+ "videodit_blocks.layers.19.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
324
+ "videodit_blocks.layers.19.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
325
+ "videodit_blocks.layers.19.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
326
+ "videodit_blocks.layers.2.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
327
+ "videodit_blocks.layers.2.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
328
+ "videodit_blocks.layers.2.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
329
+ "videodit_blocks.layers.2.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
330
+ "videodit_blocks.layers.2.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
331
+ "videodit_blocks.layers.2.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
332
+ "videodit_blocks.layers.2.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
333
+ "videodit_blocks.layers.2.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
334
+ "videodit_blocks.layers.2.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
335
+ "videodit_blocks.layers.2.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
336
+ "videodit_blocks.layers.2.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
337
+ "videodit_blocks.layers.2.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
338
+ "videodit_blocks.layers.2.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
339
+ "videodit_blocks.layers.2.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
340
+ "videodit_blocks.layers.2.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
341
+ "videodit_blocks.layers.2.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
342
+ "videodit_blocks.layers.2.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
343
+ "videodit_blocks.layers.2.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
344
+ "videodit_blocks.layers.2.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
345
+ "videodit_blocks.layers.2.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
346
+ "videodit_blocks.layers.2.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
347
+ "videodit_blocks.layers.2.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
348
+ "videodit_blocks.layers.2.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
349
+ "videodit_blocks.layers.2.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
350
+ "videodit_blocks.layers.2.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
351
+ "videodit_blocks.layers.2.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
352
+ "videodit_blocks.layers.20.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
353
+ "videodit_blocks.layers.20.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
354
+ "videodit_blocks.layers.20.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
355
+ "videodit_blocks.layers.20.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
356
+ "videodit_blocks.layers.20.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
357
+ "videodit_blocks.layers.20.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
358
+ "videodit_blocks.layers.20.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
359
+ "videodit_blocks.layers.20.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
360
+ "videodit_blocks.layers.20.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
361
+ "videodit_blocks.layers.20.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
362
+ "videodit_blocks.layers.20.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
363
+ "videodit_blocks.layers.20.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
364
+ "videodit_blocks.layers.20.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
365
+ "videodit_blocks.layers.20.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
366
+ "videodit_blocks.layers.20.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
367
+ "videodit_blocks.layers.20.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
368
+ "videodit_blocks.layers.20.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
369
+ "videodit_blocks.layers.20.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
370
+ "videodit_blocks.layers.20.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
371
+ "videodit_blocks.layers.20.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
372
+ "videodit_blocks.layers.20.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
373
+ "videodit_blocks.layers.20.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
374
+ "videodit_blocks.layers.20.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
375
+ "videodit_blocks.layers.20.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
376
+ "videodit_blocks.layers.20.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
377
+ "videodit_blocks.layers.20.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
378
+ "videodit_blocks.layers.21.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
379
+ "videodit_blocks.layers.21.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
380
+ "videodit_blocks.layers.21.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
381
+ "videodit_blocks.layers.21.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
382
+ "videodit_blocks.layers.21.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
383
+ "videodit_blocks.layers.21.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
384
+ "videodit_blocks.layers.21.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
385
+ "videodit_blocks.layers.21.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
386
+ "videodit_blocks.layers.21.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
387
+ "videodit_blocks.layers.21.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
388
+ "videodit_blocks.layers.21.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
389
+ "videodit_blocks.layers.21.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
390
+ "videodit_blocks.layers.21.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
391
+ "videodit_blocks.layers.21.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
392
+ "videodit_blocks.layers.21.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
393
+ "videodit_blocks.layers.21.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
394
+ "videodit_blocks.layers.21.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
395
+ "videodit_blocks.layers.21.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
396
+ "videodit_blocks.layers.21.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
397
+ "videodit_blocks.layers.21.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
398
+ "videodit_blocks.layers.21.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
399
+ "videodit_blocks.layers.21.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
400
+ "videodit_blocks.layers.21.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
401
+ "videodit_blocks.layers.21.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
402
+ "videodit_blocks.layers.21.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
403
+ "videodit_blocks.layers.21.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
404
+ "videodit_blocks.layers.22.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
405
+ "videodit_blocks.layers.22.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
406
+ "videodit_blocks.layers.22.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
407
+ "videodit_blocks.layers.22.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
408
+ "videodit_blocks.layers.22.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
409
+ "videodit_blocks.layers.22.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
410
+ "videodit_blocks.layers.22.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
411
+ "videodit_blocks.layers.22.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
412
+ "videodit_blocks.layers.22.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
413
+ "videodit_blocks.layers.22.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
414
+ "videodit_blocks.layers.22.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
415
+ "videodit_blocks.layers.22.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
416
+ "videodit_blocks.layers.22.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
417
+ "videodit_blocks.layers.22.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
418
+ "videodit_blocks.layers.22.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
419
+ "videodit_blocks.layers.22.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
420
+ "videodit_blocks.layers.22.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
421
+ "videodit_blocks.layers.22.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
422
+ "videodit_blocks.layers.22.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
423
+ "videodit_blocks.layers.22.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
424
+ "videodit_blocks.layers.22.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
425
+ "videodit_blocks.layers.22.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
426
+ "videodit_blocks.layers.22.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
427
+ "videodit_blocks.layers.22.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
428
+ "videodit_blocks.layers.22.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
429
+ "videodit_blocks.layers.22.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
430
+ "videodit_blocks.layers.23.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
431
+ "videodit_blocks.layers.23.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
432
+ "videodit_blocks.layers.23.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
433
+ "videodit_blocks.layers.23.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
434
+ "videodit_blocks.layers.23.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
435
+ "videodit_blocks.layers.23.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
436
+ "videodit_blocks.layers.23.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
437
+ "videodit_blocks.layers.23.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
438
+ "videodit_blocks.layers.23.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
439
+ "videodit_blocks.layers.23.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
440
+ "videodit_blocks.layers.23.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
441
+ "videodit_blocks.layers.23.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
442
+ "videodit_blocks.layers.23.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
443
+ "videodit_blocks.layers.23.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
444
+ "videodit_blocks.layers.23.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
445
+ "videodit_blocks.layers.23.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
446
+ "videodit_blocks.layers.23.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
447
+ "videodit_blocks.layers.23.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
448
+ "videodit_blocks.layers.23.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
449
+ "videodit_blocks.layers.23.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
450
+ "videodit_blocks.layers.23.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
451
+ "videodit_blocks.layers.23.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
452
+ "videodit_blocks.layers.23.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
453
+ "videodit_blocks.layers.23.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
454
+ "videodit_blocks.layers.23.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
455
+ "videodit_blocks.layers.23.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
456
+ "videodit_blocks.layers.24.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
457
+ "videodit_blocks.layers.24.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
458
+ "videodit_blocks.layers.24.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
459
+ "videodit_blocks.layers.24.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
460
+ "videodit_blocks.layers.24.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
461
+ "videodit_blocks.layers.24.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
462
+ "videodit_blocks.layers.24.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
463
+ "videodit_blocks.layers.24.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
464
+ "videodit_blocks.layers.24.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
465
+ "videodit_blocks.layers.24.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
466
+ "videodit_blocks.layers.24.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
467
+ "videodit_blocks.layers.24.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
468
+ "videodit_blocks.layers.24.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
469
+ "videodit_blocks.layers.24.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
470
+ "videodit_blocks.layers.24.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
471
+ "videodit_blocks.layers.24.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
472
+ "videodit_blocks.layers.24.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
473
+ "videodit_blocks.layers.24.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
474
+ "videodit_blocks.layers.24.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
475
+ "videodit_blocks.layers.24.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
476
+ "videodit_blocks.layers.24.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
477
+ "videodit_blocks.layers.24.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
478
+ "videodit_blocks.layers.24.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
479
+ "videodit_blocks.layers.24.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
480
+ "videodit_blocks.layers.24.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
481
+ "videodit_blocks.layers.24.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
482
+ "videodit_blocks.layers.25.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
483
+ "videodit_blocks.layers.25.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
484
+ "videodit_blocks.layers.25.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
485
+ "videodit_blocks.layers.25.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
486
+ "videodit_blocks.layers.25.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
487
+ "videodit_blocks.layers.25.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
488
+ "videodit_blocks.layers.25.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
489
+ "videodit_blocks.layers.25.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
490
+ "videodit_blocks.layers.25.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
491
+ "videodit_blocks.layers.25.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
492
+ "videodit_blocks.layers.25.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
493
+ "videodit_blocks.layers.25.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
494
+ "videodit_blocks.layers.25.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
495
+ "videodit_blocks.layers.25.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
496
+ "videodit_blocks.layers.25.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
497
+ "videodit_blocks.layers.25.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
498
+ "videodit_blocks.layers.25.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
499
+ "videodit_blocks.layers.25.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
500
+ "videodit_blocks.layers.25.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
501
+ "videodit_blocks.layers.25.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
502
+ "videodit_blocks.layers.25.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
503
+ "videodit_blocks.layers.25.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
504
+ "videodit_blocks.layers.25.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
505
+ "videodit_blocks.layers.25.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
506
+ "videodit_blocks.layers.25.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
507
+ "videodit_blocks.layers.25.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
508
+ "videodit_blocks.layers.26.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
509
+ "videodit_blocks.layers.26.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
510
+ "videodit_blocks.layers.26.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
511
+ "videodit_blocks.layers.26.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
512
+ "videodit_blocks.layers.26.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
513
+ "videodit_blocks.layers.26.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
514
+ "videodit_blocks.layers.26.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
515
+ "videodit_blocks.layers.26.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
516
+ "videodit_blocks.layers.26.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
517
+ "videodit_blocks.layers.26.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
518
+ "videodit_blocks.layers.26.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
519
+ "videodit_blocks.layers.26.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
520
+ "videodit_blocks.layers.26.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
521
+ "videodit_blocks.layers.26.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
522
+ "videodit_blocks.layers.26.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
523
+ "videodit_blocks.layers.26.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
524
+ "videodit_blocks.layers.26.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
525
+ "videodit_blocks.layers.26.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
526
+ "videodit_blocks.layers.26.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
527
+ "videodit_blocks.layers.26.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
528
+ "videodit_blocks.layers.26.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
529
+ "videodit_blocks.layers.26.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
530
+ "videodit_blocks.layers.26.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
531
+ "videodit_blocks.layers.26.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
532
+ "videodit_blocks.layers.26.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
533
+ "videodit_blocks.layers.26.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
534
+ "videodit_blocks.layers.27.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
535
+ "videodit_blocks.layers.27.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
536
+ "videodit_blocks.layers.27.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
537
+ "videodit_blocks.layers.27.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
538
+ "videodit_blocks.layers.27.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
539
+ "videodit_blocks.layers.27.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
540
+ "videodit_blocks.layers.27.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
541
+ "videodit_blocks.layers.27.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
542
+ "videodit_blocks.layers.27.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
543
+ "videodit_blocks.layers.27.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
544
+ "videodit_blocks.layers.27.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
545
+ "videodit_blocks.layers.27.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
546
+ "videodit_blocks.layers.27.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
547
+ "videodit_blocks.layers.27.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
548
+ "videodit_blocks.layers.27.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
549
+ "videodit_blocks.layers.27.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
550
+ "videodit_blocks.layers.27.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
551
+ "videodit_blocks.layers.27.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
552
+ "videodit_blocks.layers.27.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
553
+ "videodit_blocks.layers.27.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
554
+ "videodit_blocks.layers.27.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
555
+ "videodit_blocks.layers.27.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
556
+ "videodit_blocks.layers.27.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
557
+ "videodit_blocks.layers.27.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
558
+ "videodit_blocks.layers.27.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
559
+ "videodit_blocks.layers.27.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
560
+ "videodit_blocks.layers.28.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
561
+ "videodit_blocks.layers.28.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
562
+ "videodit_blocks.layers.28.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
563
+ "videodit_blocks.layers.28.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
564
+ "videodit_blocks.layers.28.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
565
+ "videodit_blocks.layers.28.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
566
+ "videodit_blocks.layers.28.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
567
+ "videodit_blocks.layers.28.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
568
+ "videodit_blocks.layers.28.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
569
+ "videodit_blocks.layers.28.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
570
+ "videodit_blocks.layers.28.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
571
+ "videodit_blocks.layers.28.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
572
+ "videodit_blocks.layers.28.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
573
+ "videodit_blocks.layers.28.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
574
+ "videodit_blocks.layers.28.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
575
+ "videodit_blocks.layers.28.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
576
+ "videodit_blocks.layers.28.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
577
+ "videodit_blocks.layers.28.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
578
+ "videodit_blocks.layers.28.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
579
+ "videodit_blocks.layers.28.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
580
+ "videodit_blocks.layers.28.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
581
+ "videodit_blocks.layers.28.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
582
+ "videodit_blocks.layers.28.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
583
+ "videodit_blocks.layers.28.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
584
+ "videodit_blocks.layers.28.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
585
+ "videodit_blocks.layers.28.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
586
+ "videodit_blocks.layers.29.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
587
+ "videodit_blocks.layers.29.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
588
+ "videodit_blocks.layers.29.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
589
+ "videodit_blocks.layers.29.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
590
+ "videodit_blocks.layers.29.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
591
+ "videodit_blocks.layers.29.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
592
+ "videodit_blocks.layers.29.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
593
+ "videodit_blocks.layers.29.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
594
+ "videodit_blocks.layers.29.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
595
+ "videodit_blocks.layers.29.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
596
+ "videodit_blocks.layers.29.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
597
+ "videodit_blocks.layers.29.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
598
+ "videodit_blocks.layers.29.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
599
+ "videodit_blocks.layers.29.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
600
+ "videodit_blocks.layers.29.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
601
+ "videodit_blocks.layers.29.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
602
+ "videodit_blocks.layers.29.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
603
+ "videodit_blocks.layers.29.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
604
+ "videodit_blocks.layers.29.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
605
+ "videodit_blocks.layers.29.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
606
+ "videodit_blocks.layers.29.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
607
+ "videodit_blocks.layers.29.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
608
+ "videodit_blocks.layers.29.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
609
+ "videodit_blocks.layers.29.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
610
+ "videodit_blocks.layers.29.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
611
+ "videodit_blocks.layers.29.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
612
+ "videodit_blocks.layers.3.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
613
+ "videodit_blocks.layers.3.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
614
+ "videodit_blocks.layers.3.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
615
+ "videodit_blocks.layers.3.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
616
+ "videodit_blocks.layers.3.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
617
+ "videodit_blocks.layers.3.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
618
+ "videodit_blocks.layers.3.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
619
+ "videodit_blocks.layers.3.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
620
+ "videodit_blocks.layers.3.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
621
+ "videodit_blocks.layers.3.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
622
+ "videodit_blocks.layers.3.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
623
+ "videodit_blocks.layers.3.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
624
+ "videodit_blocks.layers.3.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
625
+ "videodit_blocks.layers.3.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
626
+ "videodit_blocks.layers.3.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
627
+ "videodit_blocks.layers.3.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
628
+ "videodit_blocks.layers.3.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
629
+ "videodit_blocks.layers.3.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
630
+ "videodit_blocks.layers.3.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
631
+ "videodit_blocks.layers.3.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
632
+ "videodit_blocks.layers.3.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
633
+ "videodit_blocks.layers.3.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
634
+ "videodit_blocks.layers.3.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
635
+ "videodit_blocks.layers.3.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
636
+ "videodit_blocks.layers.3.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
637
+ "videodit_blocks.layers.3.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
638
+ "videodit_blocks.layers.30.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
639
+ "videodit_blocks.layers.30.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
640
+ "videodit_blocks.layers.30.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
641
+ "videodit_blocks.layers.30.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
642
+ "videodit_blocks.layers.30.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
643
+ "videodit_blocks.layers.30.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
644
+ "videodit_blocks.layers.30.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
645
+ "videodit_blocks.layers.30.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
646
+ "videodit_blocks.layers.30.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
647
+ "videodit_blocks.layers.30.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
648
+ "videodit_blocks.layers.30.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
649
+ "videodit_blocks.layers.30.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
650
+ "videodit_blocks.layers.30.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
651
+ "videodit_blocks.layers.30.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
652
+ "videodit_blocks.layers.30.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
653
+ "videodit_blocks.layers.30.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
654
+ "videodit_blocks.layers.30.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
655
+ "videodit_blocks.layers.30.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
656
+ "videodit_blocks.layers.30.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
657
+ "videodit_blocks.layers.30.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
658
+ "videodit_blocks.layers.30.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
659
+ "videodit_blocks.layers.30.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
660
+ "videodit_blocks.layers.30.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
661
+ "videodit_blocks.layers.30.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
662
+ "videodit_blocks.layers.30.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
663
+ "videodit_blocks.layers.30.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
664
+ "videodit_blocks.layers.31.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
665
+ "videodit_blocks.layers.31.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
666
+ "videodit_blocks.layers.31.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
667
+ "videodit_blocks.layers.31.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
668
+ "videodit_blocks.layers.31.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
669
+ "videodit_blocks.layers.31.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
670
+ "videodit_blocks.layers.31.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
671
+ "videodit_blocks.layers.31.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
672
+ "videodit_blocks.layers.31.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
673
+ "videodit_blocks.layers.31.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
674
+ "videodit_blocks.layers.31.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
675
+ "videodit_blocks.layers.31.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
676
+ "videodit_blocks.layers.31.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
677
+ "videodit_blocks.layers.31.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
678
+ "videodit_blocks.layers.31.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
679
+ "videodit_blocks.layers.31.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
680
+ "videodit_blocks.layers.31.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
681
+ "videodit_blocks.layers.31.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
682
+ "videodit_blocks.layers.31.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
683
+ "videodit_blocks.layers.31.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
684
+ "videodit_blocks.layers.31.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
685
+ "videodit_blocks.layers.31.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
686
+ "videodit_blocks.layers.31.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
687
+ "videodit_blocks.layers.31.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
688
+ "videodit_blocks.layers.31.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
689
+ "videodit_blocks.layers.31.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
690
+ "videodit_blocks.layers.32.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
691
+ "videodit_blocks.layers.32.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
692
+ "videodit_blocks.layers.32.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
693
+ "videodit_blocks.layers.32.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
694
+ "videodit_blocks.layers.32.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
695
+ "videodit_blocks.layers.32.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
696
+ "videodit_blocks.layers.32.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
697
+ "videodit_blocks.layers.32.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
698
+ "videodit_blocks.layers.32.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
699
+ "videodit_blocks.layers.32.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
700
+ "videodit_blocks.layers.32.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
701
+ "videodit_blocks.layers.32.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
702
+ "videodit_blocks.layers.32.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
703
+ "videodit_blocks.layers.32.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
704
+ "videodit_blocks.layers.32.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
705
+ "videodit_blocks.layers.32.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
706
+ "videodit_blocks.layers.32.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
707
+ "videodit_blocks.layers.32.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
708
+ "videodit_blocks.layers.32.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
709
+ "videodit_blocks.layers.32.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
710
+ "videodit_blocks.layers.32.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
711
+ "videodit_blocks.layers.32.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
712
+ "videodit_blocks.layers.32.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
713
+ "videodit_blocks.layers.32.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
714
+ "videodit_blocks.layers.32.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
715
+ "videodit_blocks.layers.32.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
716
+ "videodit_blocks.layers.33.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
717
+ "videodit_blocks.layers.33.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
718
+ "videodit_blocks.layers.33.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
719
+ "videodit_blocks.layers.33.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
720
+ "videodit_blocks.layers.33.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
721
+ "videodit_blocks.layers.33.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
722
+ "videodit_blocks.layers.33.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
723
+ "videodit_blocks.layers.33.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
724
+ "videodit_blocks.layers.33.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
725
+ "videodit_blocks.layers.33.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
726
+ "videodit_blocks.layers.33.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
727
+ "videodit_blocks.layers.33.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
728
+ "videodit_blocks.layers.33.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
729
+ "videodit_blocks.layers.33.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
730
+ "videodit_blocks.layers.33.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
731
+ "videodit_blocks.layers.33.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
732
+ "videodit_blocks.layers.33.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
733
+ "videodit_blocks.layers.33.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
734
+ "videodit_blocks.layers.33.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
735
+ "videodit_blocks.layers.33.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
736
+ "videodit_blocks.layers.33.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
737
+ "videodit_blocks.layers.33.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
738
+ "videodit_blocks.layers.33.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
739
+ "videodit_blocks.layers.33.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
740
+ "videodit_blocks.layers.33.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
741
+ "videodit_blocks.layers.33.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
742
+ "videodit_blocks.layers.4.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
743
+ "videodit_blocks.layers.4.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
744
+ "videodit_blocks.layers.4.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
745
+ "videodit_blocks.layers.4.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
746
+ "videodit_blocks.layers.4.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
747
+ "videodit_blocks.layers.4.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
748
+ "videodit_blocks.layers.4.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
749
+ "videodit_blocks.layers.4.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
750
+ "videodit_blocks.layers.4.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
751
+ "videodit_blocks.layers.4.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
752
+ "videodit_blocks.layers.4.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
753
+ "videodit_blocks.layers.4.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
754
+ "videodit_blocks.layers.4.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
755
+ "videodit_blocks.layers.4.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
756
+ "videodit_blocks.layers.4.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
757
+ "videodit_blocks.layers.4.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
758
+ "videodit_blocks.layers.4.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
759
+ "videodit_blocks.layers.4.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
760
+ "videodit_blocks.layers.4.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
761
+ "videodit_blocks.layers.4.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
762
+ "videodit_blocks.layers.4.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
763
+ "videodit_blocks.layers.4.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
764
+ "videodit_blocks.layers.4.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
765
+ "videodit_blocks.layers.4.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
766
+ "videodit_blocks.layers.4.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
767
+ "videodit_blocks.layers.4.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
768
+ "videodit_blocks.layers.5.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
769
+ "videodit_blocks.layers.5.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
770
+ "videodit_blocks.layers.5.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
771
+ "videodit_blocks.layers.5.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
772
+ "videodit_blocks.layers.5.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
773
+ "videodit_blocks.layers.5.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
774
+ "videodit_blocks.layers.5.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
775
+ "videodit_blocks.layers.5.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
776
+ "videodit_blocks.layers.5.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
777
+ "videodit_blocks.layers.5.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
778
+ "videodit_blocks.layers.5.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
779
+ "videodit_blocks.layers.5.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
780
+ "videodit_blocks.layers.5.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
781
+ "videodit_blocks.layers.5.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
782
+ "videodit_blocks.layers.5.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
783
+ "videodit_blocks.layers.5.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
784
+ "videodit_blocks.layers.5.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
785
+ "videodit_blocks.layers.5.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
786
+ "videodit_blocks.layers.5.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
787
+ "videodit_blocks.layers.5.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
788
+ "videodit_blocks.layers.5.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
789
+ "videodit_blocks.layers.5.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
790
+ "videodit_blocks.layers.5.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
791
+ "videodit_blocks.layers.5.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
792
+ "videodit_blocks.layers.5.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
793
+ "videodit_blocks.layers.5.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
794
+ "videodit_blocks.layers.6.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
795
+ "videodit_blocks.layers.6.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
796
+ "videodit_blocks.layers.6.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
797
+ "videodit_blocks.layers.6.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
798
+ "videodit_blocks.layers.6.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
799
+ "videodit_blocks.layers.6.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
800
+ "videodit_blocks.layers.6.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
801
+ "videodit_blocks.layers.6.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
802
+ "videodit_blocks.layers.6.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
803
+ "videodit_blocks.layers.6.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
804
+ "videodit_blocks.layers.6.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
805
+ "videodit_blocks.layers.6.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
806
+ "videodit_blocks.layers.6.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
807
+ "videodit_blocks.layers.6.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
808
+ "videodit_blocks.layers.6.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
809
+ "videodit_blocks.layers.6.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
810
+ "videodit_blocks.layers.6.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
811
+ "videodit_blocks.layers.6.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
812
+ "videodit_blocks.layers.6.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
813
+ "videodit_blocks.layers.6.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
814
+ "videodit_blocks.layers.6.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
815
+ "videodit_blocks.layers.6.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
816
+ "videodit_blocks.layers.6.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
817
+ "videodit_blocks.layers.6.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
818
+ "videodit_blocks.layers.6.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
819
+ "videodit_blocks.layers.6.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
820
+ "videodit_blocks.layers.7.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
821
+ "videodit_blocks.layers.7.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
822
+ "videodit_blocks.layers.7.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
823
+ "videodit_blocks.layers.7.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
824
+ "videodit_blocks.layers.7.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
825
+ "videodit_blocks.layers.7.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
826
+ "videodit_blocks.layers.7.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
827
+ "videodit_blocks.layers.7.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
828
+ "videodit_blocks.layers.7.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
829
+ "videodit_blocks.layers.7.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
830
+ "videodit_blocks.layers.7.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
831
+ "videodit_blocks.layers.7.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
832
+ "videodit_blocks.layers.7.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
833
+ "videodit_blocks.layers.7.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
834
+ "videodit_blocks.layers.7.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
835
+ "videodit_blocks.layers.7.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
836
+ "videodit_blocks.layers.7.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
837
+ "videodit_blocks.layers.7.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
838
+ "videodit_blocks.layers.7.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
839
+ "videodit_blocks.layers.7.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
840
+ "videodit_blocks.layers.7.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
841
+ "videodit_blocks.layers.7.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
842
+ "videodit_blocks.layers.7.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
843
+ "videodit_blocks.layers.7.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
844
+ "videodit_blocks.layers.7.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
845
+ "videodit_blocks.layers.7.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
846
+ "videodit_blocks.layers.8.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
847
+ "videodit_blocks.layers.8.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
848
+ "videodit_blocks.layers.8.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
849
+ "videodit_blocks.layers.8.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
850
+ "videodit_blocks.layers.8.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
851
+ "videodit_blocks.layers.8.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
852
+ "videodit_blocks.layers.8.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
853
+ "videodit_blocks.layers.8.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
854
+ "videodit_blocks.layers.8.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
855
+ "videodit_blocks.layers.8.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
856
+ "videodit_blocks.layers.8.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
857
+ "videodit_blocks.layers.8.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
858
+ "videodit_blocks.layers.8.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
859
+ "videodit_blocks.layers.8.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
860
+ "videodit_blocks.layers.8.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
861
+ "videodit_blocks.layers.8.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
862
+ "videodit_blocks.layers.8.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
863
+ "videodit_blocks.layers.8.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
864
+ "videodit_blocks.layers.8.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
865
+ "videodit_blocks.layers.8.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
866
+ "videodit_blocks.layers.8.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
867
+ "videodit_blocks.layers.8.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
868
+ "videodit_blocks.layers.8.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
869
+ "videodit_blocks.layers.8.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
870
+ "videodit_blocks.layers.8.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
871
+ "videodit_blocks.layers.8.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
872
+ "videodit_blocks.layers.9.ada_modulate_layer.proj.0.bias": "model-00002-of-00002.safetensors",
873
+ "videodit_blocks.layers.9.ada_modulate_layer.proj.0.weight": "model-00002-of-00002.safetensors",
874
+ "videodit_blocks.layers.9.mlp.layer_norm.bias": "model-00002-of-00002.safetensors",
875
+ "videodit_blocks.layers.9.mlp.layer_norm.weight": "model-00002-of-00002.safetensors",
876
+ "videodit_blocks.layers.9.mlp.linear_fc1.weight": "model-00001-of-00002.safetensors",
877
+ "videodit_blocks.layers.9.mlp.linear_fc2.weight": "model-00002-of-00002.safetensors",
878
+ "videodit_blocks.layers.9.mlp_post_norm.bias": "model-00002-of-00002.safetensors",
879
+ "videodit_blocks.layers.9.mlp_post_norm.weight": "model-00002-of-00002.safetensors",
880
+ "videodit_blocks.layers.9.self_attention.k_layernorm.bias": "model-00002-of-00002.safetensors",
881
+ "videodit_blocks.layers.9.self_attention.k_layernorm.weight": "model-00002-of-00002.safetensors",
882
+ "videodit_blocks.layers.9.self_attention.k_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
883
+ "videodit_blocks.layers.9.self_attention.k_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
884
+ "videodit_blocks.layers.9.self_attention.linear_kv_xattn.weight": "model-00002-of-00002.safetensors",
885
+ "videodit_blocks.layers.9.self_attention.linear_proj.weight": "model-00002-of-00002.safetensors",
886
+ "videodit_blocks.layers.9.self_attention.linear_qkv.k.weight": "model-00001-of-00002.safetensors",
887
+ "videodit_blocks.layers.9.self_attention.linear_qkv.layer_norm.bias": "model-00002-of-00002.safetensors",
888
+ "videodit_blocks.layers.9.self_attention.linear_qkv.layer_norm.weight": "model-00002-of-00002.safetensors",
889
+ "videodit_blocks.layers.9.self_attention.linear_qkv.q.weight": "model-00001-of-00002.safetensors",
890
+ "videodit_blocks.layers.9.self_attention.linear_qkv.qx.weight": "model-00001-of-00002.safetensors",
891
+ "videodit_blocks.layers.9.self_attention.linear_qkv.v.weight": "model-00001-of-00002.safetensors",
892
+ "videodit_blocks.layers.9.self_attention.q_layernorm.bias": "model-00002-of-00002.safetensors",
893
+ "videodit_blocks.layers.9.self_attention.q_layernorm.weight": "model-00002-of-00002.safetensors",
894
+ "videodit_blocks.layers.9.self_attention.q_layernorm_xattn.bias": "model-00002-of-00002.safetensors",
895
+ "videodit_blocks.layers.9.self_attention.q_layernorm_xattn.weight": "model-00002-of-00002.safetensors",
896
+ "videodit_blocks.layers.9.self_attn_post_norm.bias": "model-00002-of-00002.safetensors",
897
+ "videodit_blocks.layers.9.self_attn_post_norm.weight": "model-00002-of-00002.safetensors",
898
+ "x_embedder.weight": "model-00001-of-00002.safetensors",
899
+ "y_embedder.null_caption_embedding": "model-00001-of-00002.safetensors",
900
+ "y_embedder.y_proj_adaln.0.bias": "model-00001-of-00002.safetensors",
901
+ "y_embedder.y_proj_adaln.0.weight": "model-00001-of-00002.safetensors",
902
+ "y_embedder.y_proj_xattn.0.bias": "model-00001-of-00002.safetensors",
903
+ "y_embedder.y_proj_xattn.0.weight": "model-00001-of-00002.safetensors"
904
+ }
905
+ }
FlowCache/FlowCache4MAGI-1-dev-V2/downloads/_hf_raw/ckpt/t5/t5-v1_1-xxl/config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/t5-v1_1-xxl",
3
+ "architectures": [
4
+ "T5EncoderModel"
5
+ ],
6
+ "d_ff": 10240,
7
+ "d_kv": 64,
8
+ "d_model": 4096,
9
+ "decoder_start_token_id": 0,
10
+ "dense_act_fn": "gelu_new",
11
+ "dropout_rate": 0.1,
12
+ "eos_token_id": 1,
13
+ "feed_forward_proj": "gated-gelu",
14
+ "initializer_factor": 1.0,
15
+ "is_encoder_decoder": true,
16
+ "is_gated_act": true,
17
+ "layer_norm_epsilon": 1e-06,
18
+ "model_type": "t5",
19
+ "num_decoder_layers": 24,
20
+ "num_heads": 64,
21
+ "num_layers": 24,
22
+ "output_past": true,
23
+ "pad_token_id": 0,
24
+ "relative_attention_max_distance": 128,
25
+ "relative_attention_num_buckets": 32,
26
+ "tie_word_embeddings": false,
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.21.1",
29
+ "use_cache": true,
30
+ "vocab_size": 32128
31
+ }
FlowCache/FlowCache4MAGI-1-dev-V2/downloads/_hf_raw/ckpt/t5/t5-v1_1-xxl/pytorch_model.bin.index.json ADDED
@@ -0,0 +1,227 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 19575627776
4
+ },
5
+ "weight_map": {
6
+ "encoder.block.0.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
7
+ "encoder.block.0.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
8
+ "encoder.block.0.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
9
+ "encoder.block.0.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00001-of-00002.bin",
10
+ "encoder.block.0.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
11
+ "encoder.block.0.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
12
+ "encoder.block.0.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
13
+ "encoder.block.0.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
14
+ "encoder.block.0.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
15
+ "encoder.block.0.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
16
+ "encoder.block.1.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
17
+ "encoder.block.1.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
18
+ "encoder.block.1.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
19
+ "encoder.block.1.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
20
+ "encoder.block.1.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
21
+ "encoder.block.1.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
22
+ "encoder.block.1.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
23
+ "encoder.block.1.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
24
+ "encoder.block.1.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
25
+ "encoder.block.10.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
26
+ "encoder.block.10.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
27
+ "encoder.block.10.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
28
+ "encoder.block.10.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
29
+ "encoder.block.10.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
30
+ "encoder.block.10.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
31
+ "encoder.block.10.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
32
+ "encoder.block.10.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
33
+ "encoder.block.10.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
34
+ "encoder.block.11.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
35
+ "encoder.block.11.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
36
+ "encoder.block.11.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
37
+ "encoder.block.11.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
38
+ "encoder.block.11.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
39
+ "encoder.block.11.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
40
+ "encoder.block.11.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
41
+ "encoder.block.11.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
42
+ "encoder.block.11.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
43
+ "encoder.block.12.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
44
+ "encoder.block.12.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
45
+ "encoder.block.12.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
46
+ "encoder.block.12.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
47
+ "encoder.block.12.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
48
+ "encoder.block.12.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
49
+ "encoder.block.12.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
50
+ "encoder.block.12.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
51
+ "encoder.block.12.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
52
+ "encoder.block.13.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
53
+ "encoder.block.13.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
54
+ "encoder.block.13.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
55
+ "encoder.block.13.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
56
+ "encoder.block.13.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
57
+ "encoder.block.13.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
58
+ "encoder.block.13.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
59
+ "encoder.block.13.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
60
+ "encoder.block.13.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
61
+ "encoder.block.14.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
62
+ "encoder.block.14.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
63
+ "encoder.block.14.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
64
+ "encoder.block.14.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
65
+ "encoder.block.14.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
66
+ "encoder.block.14.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
67
+ "encoder.block.14.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
68
+ "encoder.block.14.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
69
+ "encoder.block.14.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
70
+ "encoder.block.15.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
71
+ "encoder.block.15.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
72
+ "encoder.block.15.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
73
+ "encoder.block.15.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
74
+ "encoder.block.15.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
75
+ "encoder.block.15.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
76
+ "encoder.block.15.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
77
+ "encoder.block.15.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
78
+ "encoder.block.15.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
79
+ "encoder.block.16.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
80
+ "encoder.block.16.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
81
+ "encoder.block.16.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
82
+ "encoder.block.16.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
83
+ "encoder.block.16.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
84
+ "encoder.block.16.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
85
+ "encoder.block.16.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
86
+ "encoder.block.16.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
87
+ "encoder.block.16.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
88
+ "encoder.block.17.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
89
+ "encoder.block.17.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
90
+ "encoder.block.17.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
91
+ "encoder.block.17.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
92
+ "encoder.block.17.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
93
+ "encoder.block.17.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
94
+ "encoder.block.17.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
95
+ "encoder.block.17.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
96
+ "encoder.block.17.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
97
+ "encoder.block.18.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
98
+ "encoder.block.18.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
99
+ "encoder.block.18.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
100
+ "encoder.block.18.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
101
+ "encoder.block.18.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
102
+ "encoder.block.18.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
103
+ "encoder.block.18.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
104
+ "encoder.block.18.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
105
+ "encoder.block.18.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
106
+ "encoder.block.19.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
107
+ "encoder.block.19.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
108
+ "encoder.block.19.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
109
+ "encoder.block.19.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
110
+ "encoder.block.19.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
111
+ "encoder.block.19.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
112
+ "encoder.block.19.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
113
+ "encoder.block.19.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
114
+ "encoder.block.19.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
115
+ "encoder.block.2.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
116
+ "encoder.block.2.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
117
+ "encoder.block.2.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
118
+ "encoder.block.2.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
119
+ "encoder.block.2.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
120
+ "encoder.block.2.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
121
+ "encoder.block.2.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
122
+ "encoder.block.2.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
123
+ "encoder.block.2.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
124
+ "encoder.block.20.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
125
+ "encoder.block.20.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
126
+ "encoder.block.20.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
127
+ "encoder.block.20.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
128
+ "encoder.block.20.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
129
+ "encoder.block.20.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
130
+ "encoder.block.20.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
131
+ "encoder.block.20.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
132
+ "encoder.block.20.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
133
+ "encoder.block.21.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
134
+ "encoder.block.21.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
135
+ "encoder.block.21.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
136
+ "encoder.block.21.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
137
+ "encoder.block.21.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
138
+ "encoder.block.21.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
139
+ "encoder.block.21.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
140
+ "encoder.block.21.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
141
+ "encoder.block.21.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
142
+ "encoder.block.22.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
143
+ "encoder.block.22.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
144
+ "encoder.block.22.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
145
+ "encoder.block.22.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
146
+ "encoder.block.22.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
147
+ "encoder.block.22.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
148
+ "encoder.block.22.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
149
+ "encoder.block.22.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
150
+ "encoder.block.22.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
151
+ "encoder.block.23.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
152
+ "encoder.block.23.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
153
+ "encoder.block.23.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
154
+ "encoder.block.23.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
155
+ "encoder.block.23.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
156
+ "encoder.block.23.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
157
+ "encoder.block.23.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
158
+ "encoder.block.23.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
159
+ "encoder.block.23.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
160
+ "encoder.block.3.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
161
+ "encoder.block.3.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
162
+ "encoder.block.3.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
163
+ "encoder.block.3.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
164
+ "encoder.block.3.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
165
+ "encoder.block.3.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
166
+ "encoder.block.3.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
167
+ "encoder.block.3.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
168
+ "encoder.block.3.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
169
+ "encoder.block.4.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
170
+ "encoder.block.4.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
171
+ "encoder.block.4.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
172
+ "encoder.block.4.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
173
+ "encoder.block.4.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
174
+ "encoder.block.4.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
175
+ "encoder.block.4.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
176
+ "encoder.block.4.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
177
+ "encoder.block.4.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
178
+ "encoder.block.5.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
179
+ "encoder.block.5.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
180
+ "encoder.block.5.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
181
+ "encoder.block.5.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
182
+ "encoder.block.5.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
183
+ "encoder.block.5.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
184
+ "encoder.block.5.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
185
+ "encoder.block.5.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
186
+ "encoder.block.5.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
187
+ "encoder.block.6.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
188
+ "encoder.block.6.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
189
+ "encoder.block.6.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
190
+ "encoder.block.6.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
191
+ "encoder.block.6.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
192
+ "encoder.block.6.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
193
+ "encoder.block.6.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
194
+ "encoder.block.6.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
195
+ "encoder.block.6.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
196
+ "encoder.block.7.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
197
+ "encoder.block.7.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
198
+ "encoder.block.7.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
199
+ "encoder.block.7.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
200
+ "encoder.block.7.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
201
+ "encoder.block.7.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
202
+ "encoder.block.7.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
203
+ "encoder.block.7.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
204
+ "encoder.block.7.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
205
+ "encoder.block.8.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
206
+ "encoder.block.8.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
207
+ "encoder.block.8.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
208
+ "encoder.block.8.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
209
+ "encoder.block.8.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
210
+ "encoder.block.8.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
211
+ "encoder.block.8.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
212
+ "encoder.block.8.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
213
+ "encoder.block.8.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
214
+ "encoder.block.9.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
215
+ "encoder.block.9.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
216
+ "encoder.block.9.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
217
+ "encoder.block.9.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
218
+ "encoder.block.9.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
219
+ "encoder.block.9.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
220
+ "encoder.block.9.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
221
+ "encoder.block.9.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
222
+ "encoder.block.9.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
223
+ "encoder.embed_tokens.weight": "pytorch_model-00001-of-00002.bin",
224
+ "encoder.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
225
+ "shared.weight": "pytorch_model-00001-of-00002.bin"
226
+ }
227
+ }
FlowCache/FlowCache4MAGI-1-dev-V2/downloads/_hf_raw/ckpt/t5/t5-v1_1-xxl/special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "additional_special_tokens": ["<extra_id_0>", "<extra_id_1>", "<extra_id_2>", "<extra_id_3>", "<extra_id_4>", "<extra_id_5>", "<extra_id_6>", "<extra_id_7>", "<extra_id_8>", "<extra_id_9>", "<extra_id_10>", "<extra_id_11>", "<extra_id_12>", "<extra_id_13>", "<extra_id_14>", "<extra_id_15>", "<extra_id_16>", "<extra_id_17>", "<extra_id_18>", "<extra_id_19>", "<extra_id_20>", "<extra_id_21>", "<extra_id_22>", "<extra_id_23>", "<extra_id_24>", "<extra_id_25>", "<extra_id_26>", "<extra_id_27>", "<extra_id_28>", "<extra_id_29>", "<extra_id_30>", "<extra_id_31>", "<extra_id_32>", "<extra_id_33>", "<extra_id_34>", "<extra_id_35>", "<extra_id_36>", "<extra_id_37>", "<extra_id_38>", "<extra_id_39>", "<extra_id_40>", "<extra_id_41>", "<extra_id_42>", "<extra_id_43>", "<extra_id_44>", "<extra_id_45>", "<extra_id_46>", "<extra_id_47>", "<extra_id_48>", "<extra_id_49>", "<extra_id_50>", "<extra_id_51>", "<extra_id_52>", "<extra_id_53>", "<extra_id_54>", "<extra_id_55>", "<extra_id_56>", "<extra_id_57>", "<extra_id_58>", "<extra_id_59>", "<extra_id_60>", "<extra_id_61>", "<extra_id_62>", "<extra_id_63>", "<extra_id_64>", "<extra_id_65>", "<extra_id_66>", "<extra_id_67>", "<extra_id_68>", "<extra_id_69>", "<extra_id_70>", "<extra_id_71>", "<extra_id_72>", "<extra_id_73>", "<extra_id_74>", "<extra_id_75>", "<extra_id_76>", "<extra_id_77>", "<extra_id_78>", "<extra_id_79>", "<extra_id_80>", "<extra_id_81>", "<extra_id_82>", "<extra_id_83>", "<extra_id_84>", "<extra_id_85>", "<extra_id_86>", "<extra_id_87>", "<extra_id_88>", "<extra_id_89>", "<extra_id_90>", "<extra_id_91>", "<extra_id_92>", "<extra_id_93>", "<extra_id_94>", "<extra_id_95>", "<extra_id_96>", "<extra_id_97>", "<extra_id_98>", "<extra_id_99>"]}
FlowCache/FlowCache4MAGI-1-dev-V2/downloads/_hf_raw/ckpt/t5/t5-v1_1-xxl/tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "extra_ids": 100, "additional_special_tokens": ["<extra_id_0>", "<extra_id_1>", "<extra_id_2>", "<extra_id_3>", "<extra_id_4>", "<extra_id_5>", "<extra_id_6>", "<extra_id_7>", "<extra_id_8>", "<extra_id_9>", "<extra_id_10>", "<extra_id_11>", "<extra_id_12>", "<extra_id_13>", "<extra_id_14>", "<extra_id_15>", "<extra_id_16>", "<extra_id_17>", "<extra_id_18>", "<extra_id_19>", "<extra_id_20>", "<extra_id_21>", "<extra_id_22>", "<extra_id_23>", "<extra_id_24>", "<extra_id_25>", "<extra_id_26>", "<extra_id_27>", "<extra_id_28>", "<extra_id_29>", "<extra_id_30>", "<extra_id_31>", "<extra_id_32>", "<extra_id_33>", "<extra_id_34>", "<extra_id_35>", "<extra_id_36>", "<extra_id_37>", "<extra_id_38>", "<extra_id_39>", "<extra_id_40>", "<extra_id_41>", "<extra_id_42>", "<extra_id_43>", "<extra_id_44>", "<extra_id_45>", "<extra_id_46>", "<extra_id_47>", "<extra_id_48>", "<extra_id_49>", "<extra_id_50>", "<extra_id_51>", "<extra_id_52>", "<extra_id_53>", "<extra_id_54>", "<extra_id_55>", "<extra_id_56>", "<extra_id_57>", "<extra_id_58>", "<extra_id_59>", "<extra_id_60>", "<extra_id_61>", "<extra_id_62>", "<extra_id_63>", "<extra_id_64>", "<extra_id_65>", "<extra_id_66>", "<extra_id_67>", "<extra_id_68>", "<extra_id_69>", "<extra_id_70>", "<extra_id_71>", "<extra_id_72>", "<extra_id_73>", "<extra_id_74>", "<extra_id_75>", "<extra_id_76>", "<extra_id_77>", "<extra_id_78>", "<extra_id_79>", "<extra_id_80>", "<extra_id_81>", "<extra_id_82>", "<extra_id_83>", "<extra_id_84>", "<extra_id_85>", "<extra_id_86>", "<extra_id_87>", "<extra_id_88>", "<extra_id_89>", "<extra_id_90>", "<extra_id_91>", "<extra_id_92>", "<extra_id_93>", "<extra_id_94>", "<extra_id_95>", "<extra_id_96>", "<extra_id_97>", "<extra_id_98>", "<extra_id_99>"], "model_max_length": 512, "name_or_path": "t5-small"}
FlowCache/FlowCache4MAGI-1-dev-V2/downloads/_hf_raw/ckpt/vae/config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ViTVAE",
3
+ "_diffusers_version": "0.28.2",
4
+ "ddconfig": {
5
+ "conv_last_layer": true,
6
+ "depth": 24,
7
+ "double_z": true,
8
+ "embed_dim": 1024,
9
+ "in_chans": 3,
10
+ "ln_in_attn": true,
11
+ "mlp_ratio": 4,
12
+ "norm_code": false,
13
+ "num_heads": 16,
14
+ "patch_length": 4,
15
+ "patch_size": 8,
16
+ "qkv_bias": true,
17
+ "video_length": 16,
18
+ "video_size": 256,
19
+ "z_chans": 16
20
+ },
21
+ "model_type": "vit"
22
+ }
FlowCache/FlowCache4MAGI-1-dev-V2/downloads/vbench/prompts_per_dimension/appearance_style.txt ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ A beautiful coastal beach in spring, waves lapping on sand, Van Gogh style
2
+ A beautiful coastal beach in spring, waves lapping on sand, oil painting
3
+ A beautiful coastal beach in spring, waves lapping on sand by Hokusai, in the style of Ukiyo
4
+ A beautiful coastal beach in spring, waves lapping on sand, black and white
5
+ A beautiful coastal beach in spring, waves lapping on sand, pixel art
6
+ A beautiful coastal beach in spring, waves lapping on sand, in cyberpunk style
7
+ A beautiful coastal beach in spring, waves lapping on sand, animated style
8
+ A beautiful coastal beach in spring, waves lapping on sand, watercolor painting
9
+ A beautiful coastal beach in spring, waves lapping on sand, surrealism style
10
+ The bund Shanghai, Van Gogh style
11
+ The bund Shanghai, oil painting
12
+ The bund Shanghai by Hokusai, in the style of Ukiyo
13
+ The bund Shanghai, black and white
14
+ The bund Shanghai, pixel art
15
+ The bund Shanghai, in cyberpunk style
16
+ The bund Shanghai, animated style
17
+ The bund Shanghai, watercolor painting
18
+ The bund Shanghai, surrealism style
19
+ a shark is swimming in the ocean, Van Gogh style
20
+ a shark is swimming in the ocean, oil painting
21
+ a shark is swimming in the ocean by Hokusai, in the style of Ukiyo
22
+ a shark is swimming in the ocean, black and white
23
+ a shark is swimming in the ocean, pixel art
24
+ a shark is swimming in the ocean, in cyberpunk style
25
+ a shark is swimming in the ocean, animated style
26
+ a shark is swimming in the ocean, watercolor painting
27
+ a shark is swimming in the ocean, surrealism style
28
+ A panda drinking coffee in a cafe in Paris, Van Gogh style
29
+ A panda drinking coffee in a cafe in Paris, oil painting
30
+ A panda drinking coffee in a cafe in Paris by Hokusai, in the style of Ukiyo
31
+ A panda drinking coffee in a cafe in Paris, black and white
32
+ A panda drinking coffee in a cafe in Paris, pixel art
33
+ A panda drinking coffee in a cafe in Paris, in cyberpunk style
34
+ A panda drinking coffee in a cafe in Paris, animated style
35
+ A panda drinking coffee in a cafe in Paris, watercolor painting
36
+ A panda drinking coffee in a cafe in Paris, surrealism style
37
+ A cute happy Corgi playing in park, sunset, Van Gogh style
38
+ A cute happy Corgi playing in park, sunset, oil painting
39
+ A cute happy Corgi playing in park, sunset by Hokusai, in the style of Ukiyo
40
+ A cute happy Corgi playing in park, sunset, black and white
41
+ A cute happy Corgi playing in park, sunset, pixel art
42
+ A cute happy Corgi playing in park, sunset, in cyberpunk style
43
+ A cute happy Corgi playing in park, sunset, animated style
44
+ A cute happy Corgi playing in park, sunset, watercolor painting
45
+ A cute happy Corgi playing in park, sunset, surrealism style
46
+ Gwen Stacy reading a book, Van Gogh style
47
+ Gwen Stacy reading a book, oil painting
48
+ Gwen Stacy reading a book by Hokusai, in the style of Ukiyo
49
+ Gwen Stacy reading a book, black and white
50
+ Gwen Stacy reading a book, pixel art
51
+ Gwen Stacy reading a book, in cyberpunk style
52
+ Gwen Stacy reading a book, animated style
53
+ Gwen Stacy reading a book, watercolor painting
54
+ Gwen Stacy reading a book, surrealism style
55
+ A boat sailing leisurely along the Seine River with the Eiffel Tower in background, Van Gogh style
56
+ A boat sailing leisurely along the Seine River with the Eiffel Tower in background, oil painting
57
+ A boat sailing leisurely along the Seine River with the Eiffel Tower in background by Hokusai, in the style of Ukiyo
58
+ A boat sailing leisurely along the Seine River with the Eiffel Tower in background, black and white
59
+ A boat sailing leisurely along the Seine River with the Eiffel Tower in background, pixel art
60
+ A boat sailing leisurely along the Seine River with the Eiffel Tower in background, in cyberpunk style
61
+ A boat sailing leisurely along the Seine River with the Eiffel Tower in background, animated style
62
+ A boat sailing leisurely along the Seine River with the Eiffel Tower in background, watercolor painting
63
+ A boat sailing leisurely along the Seine River with the Eiffel Tower in background, surrealism style
64
+ A couple in formal evening wear going home get caught in a heavy downpour with umbrellas, Van Gogh style
65
+ A couple in formal evening wear going home get caught in a heavy downpour with umbrellas, oil painting
66
+ A couple in formal evening wear going home get caught in a heavy downpour with umbrellas by Hokusai, in the style of Ukiyo
67
+ A couple in formal evening wear going home get caught in a heavy downpour with umbrellas, black and white
68
+ A couple in formal evening wear going home get caught in a heavy downpour with umbrellas, pixel art
69
+ A couple in formal evening wear going home get caught in a heavy downpour with umbrellas, in cyberpunk style
70
+ A couple in formal evening wear going home get caught in a heavy downpour with umbrellas, animated style
71
+ A couple in formal evening wear going home get caught in a heavy downpour with umbrellas, watercolor painting
72
+ A couple in formal evening wear going home get caught in a heavy downpour with umbrellas, surrealism style
73
+ An astronaut flying in space, Van Gogh style
74
+ An astronaut flying in space, oil painting
75
+ An astronaut flying in space by Hokusai, in the style of Ukiyo
76
+ An astronaut flying in space, black and white
77
+ An astronaut flying in space, pixel art
78
+ An astronaut flying in space, in cyberpunk style
79
+ An astronaut flying in space, animated style
80
+ An astronaut flying in space, watercolor painting
81
+ An astronaut flying in space, surrealism style
82
+ Snow rocky mountains peaks canyon. snow blanketed rocky mountains surround and shadow deep canyons. the canyons twist and bend through the high elevated mountain peaks, Van Gogh style
83
+ Snow rocky mountains peaks canyon. snow blanketed rocky mountains surround and shadow deep canyons. the canyons twist and bend through the high elevated mountain peaks, oil painting
84
+ Snow rocky mountains peaks canyon. snow blanketed rocky mountains surround and shadow deep canyons. the canyons twist and bend through the high elevated mountain peaks by Hokusai, in the style of Ukiyo
85
+ Snow rocky mountains peaks canyon. snow blanketed rocky mountains surround and shadow deep canyons. the canyons twist and bend through the high elevated mountain peaks, black and white
86
+ Snow rocky mountains peaks canyon. snow blanketed rocky mountains surround and shadow deep canyons. the canyons twist and bend through the high elevated mountain peaks, pixel art
87
+ Snow rocky mountains peaks canyon. snow blanketed rocky mountains surround and shadow deep canyons. the canyons twist and bend through the high elevated mountain peaks, in cyberpunk style
88
+ Snow rocky mountains peaks canyon. snow blanketed rocky mountains surround and shadow deep canyons. the canyons twist and bend through the high elevated mountain peaks, animated style
89
+ Snow rocky mountains peaks canyon. snow blanketed rocky mountains surround and shadow deep canyons. the canyons twist and bend through the high elevated mountain peaks, watercolor painting
90
+ Snow rocky mountains peaks canyon. snow blanketed rocky mountains surround and shadow deep canyons. the canyons twist and bend through the high elevated mountain peaks, surrealism style
FlowCache/FlowCache4MAGI-1-dev-V2/downloads/vbench/prompts_per_dimension/color.txt ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ a red bicycle
2
+ a green bicycle
3
+ a blue bicycle
4
+ a yellow bicycle
5
+ an orange bicycle
6
+ a purple bicycle
7
+ a pink bicycle
8
+ a black bicycle
9
+ a white bicycle
10
+ a red car
11
+ a green car
12
+ a blue car
13
+ a yellow car
14
+ an orange car
15
+ a purple car
16
+ a pink car
17
+ a black car
18
+ a white car
19
+ a red bird
20
+ a green bird
21
+ a blue bird
22
+ a yellow bird
23
+ an orange bird
24
+ a purple bird
25
+ a pink bird
26
+ a black bird
27
+ a white bird
28
+ a black cat
29
+ a white cat
30
+ an orange cat
31
+ a yellow cat
32
+ a red umbrella
33
+ a green umbrella
34
+ a blue umbrella
35
+ a yellow umbrella
36
+ an orange umbrella
37
+ a purple umbrella
38
+ a pink umbrella
39
+ a black umbrella
40
+ a white umbrella
41
+ a red suitcase
42
+ a green suitcase
43
+ a blue suitcase
44
+ a yellow suitcase
45
+ an orange suitcase
46
+ a purple suitcase
47
+ a pink suitcase
48
+ a black suitcase
49
+ a white suitcase
50
+ a red bowl
51
+ a green bowl
52
+ a blue bowl
53
+ a yellow bowl
54
+ an orange bowl
55
+ a purple bowl
56
+ a pink bowl
57
+ a black bowl
58
+ a white bowl
59
+ a red chair
60
+ a green chair
61
+ a blue chair
62
+ a yellow chair
63
+ an orange chair
64
+ a purple chair
65
+ a pink chair
66
+ a black chair
67
+ a white chair
68
+ a red clock
69
+ a green clock
70
+ a blue clock
71
+ a yellow clock
72
+ an orange clock
73
+ a purple clock
74
+ a pink clock
75
+ a black clock
76
+ a white clock
77
+ a red vase
78
+ a green vase
79
+ a blue vase
80
+ a yellow vase
81
+ an orange vase
82
+ a purple vase
83
+ a pink vase
84
+ a black vase
85
+ a white vase
FlowCache/FlowCache4MAGI-1-dev-V2/downloads/vbench/prompts_per_dimension/human_action.txt ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ A person is riding a bike
2
+ A person is marching
3
+ A person is roller skating
4
+ A person is tasting beer
5
+ A person is clapping
6
+ A person is drawing
7
+ A person is petting animal (not cat)
8
+ A person is eating watermelon
9
+ A person is playing harp
10
+ A person is wrestling
11
+ A person is riding scooter
12
+ A person is sweeping floor
13
+ A person is skateboarding
14
+ A person is dunking basketball
15
+ A person is playing flute
16
+ A person is stretching leg
17
+ A person is tying tie
18
+ A person is skydiving
19
+ A person is shooting goal (soccer)
20
+ A person is playing piano
21
+ A person is finger snapping
22
+ A person is canoeing or kayaking
23
+ A person is laughing
24
+ A person is digging
25
+ A person is clay pottery making
26
+ A person is shooting basketball
27
+ A person is bending back
28
+ A person is shaking hands
29
+ A person is bandaging
30
+ A person is push up
31
+ A person is catching or throwing frisbee
32
+ A person is playing trumpet
33
+ A person is flying kite
34
+ A person is filling eyebrows
35
+ A person is shuffling cards
36
+ A person is folding clothes
37
+ A person is smoking
38
+ A person is tai chi
39
+ A person is squat
40
+ A person is playing controller
41
+ A person is throwing axe
42
+ A person is giving or receiving award
43
+ A person is air drumming
44
+ A person is taking a shower
45
+ A person is planting trees
46
+ A person is sharpening knives
47
+ A person is robot dancing
48
+ A person is rock climbing
49
+ A person is hula hooping
50
+ A person is writing
51
+ A person is bungee jumping
52
+ A person is pushing cart
53
+ A person is cleaning windows
54
+ A person is cutting watermelon
55
+ A person is cheerleading
56
+ A person is washing hands
57
+ A person is ironing
58
+ A person is cutting nails
59
+ A person is hugging
60
+ A person is trimming or shaving beard
61
+ A person is jogging
62
+ A person is making bed
63
+ A person is washing dishes
64
+ A person is grooming dog
65
+ A person is doing laundry
66
+ A person is knitting
67
+ A person is reading book
68
+ A person is baby waking up
69
+ A person is massaging legs
70
+ A person is brushing teeth
71
+ A person is crawling baby
72
+ A person is motorcycling
73
+ A person is driving car
74
+ A person is sticking tongue out
75
+ A person is shaking head
76
+ A person is sword fighting
77
+ A person is doing aerobics
78
+ A person is strumming guitar
79
+ A person is riding or walking with horse
80
+ A person is archery
81
+ A person is catching or throwing baseball
82
+ A person is playing chess
83
+ A person is rock scissors paper
84
+ A person is using computer
85
+ A person is arranging flowers
86
+ A person is bending metal
87
+ A person is ice skating
88
+ A person is climbing a rope
89
+ A person is crying
90
+ A person is dancing ballet
91
+ A person is getting a haircut
92
+ A person is running on treadmill
93
+ A person is kissing
94
+ A person is counting money
95
+ A person is barbequing
96
+ A person is peeling apples
97
+ A person is milking cow
98
+ A person is shining shoes
99
+ A person is making snowman
100
+ A person is sailing
FlowCache/FlowCache4MAGI-1-dev-V2/downloads/vbench/prompts_per_dimension/multiple_objects.txt ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ a bird and a cat
2
+ a cat and a dog
3
+ a dog and a horse
4
+ a horse and a sheep
5
+ a sheep and a cow
6
+ a cow and an elephant
7
+ an elephant and a bear
8
+ a bear and a zebra
9
+ a zebra and a giraffe
10
+ a giraffe and a bird
11
+ a chair and a couch
12
+ a couch and a potted plant
13
+ a potted plant and a tv
14
+ a tv and a laptop
15
+ a laptop and a remote
16
+ a remote and a keyboard
17
+ a keyboard and a cell phone
18
+ a cell phone and a book
19
+ a book and a clock
20
+ a clock and a backpack
21
+ a backpack and an umbrella
22
+ an umbrella and a handbag
23
+ a handbag and a tie
24
+ a tie and a suitcase
25
+ a suitcase and a vase
26
+ a vase and scissors
27
+ scissors and a teddy bear
28
+ a teddy bear and a frisbee
29
+ a frisbee and skis
30
+ skis and a snowboard
31
+ a snowboard and a sports ball
32
+ a sports ball and a kite
33
+ a kite and a baseball bat
34
+ a baseball bat and a baseball glove
35
+ a baseball glove and a skateboard
36
+ a skateboard and a surfboard
37
+ a surfboard and a tennis racket
38
+ a tennis racket and a bottle
39
+ a bottle and a chair
40
+ an airplane and a train
41
+ a train and a boat
42
+ a boat and an airplane
43
+ a bicycle and a car
44
+ a car and a motorcycle
45
+ a motorcycle and a bus
46
+ a bus and a traffic light
47
+ a traffic light and a fire hydrant
48
+ a fire hydrant and a stop sign
49
+ a stop sign and a parking meter
50
+ a parking meter and a truck
51
+ a truck and a bicycle
52
+ a toilet and a hair drier
53
+ a hair drier and a toothbrush
54
+ a toothbrush and a sink
55
+ a sink and a toilet
56
+ a wine glass and a chair
57
+ a cup and a couch
58
+ a fork and a potted plant
59
+ a knife and a tv
60
+ a spoon and a laptop
61
+ a bowl and a remote
62
+ a banana and a keyboard
63
+ an apple and a cell phone
64
+ a sandwich and a book
65
+ an orange and a clock
66
+ broccoli and a backpack
67
+ a carrot and an umbrella
68
+ a hot dog and a handbag
69
+ a pizza and a tie
70
+ a donut and a suitcase
71
+ a cake and a vase
72
+ an oven and scissors
73
+ a toaster and a teddy bear
74
+ a microwave and a frisbee
75
+ a refrigerator and skis
76
+ a bicycle and an airplane
77
+ a car and a train
78
+ a motorcycle and a boat
79
+ a person and a toilet
80
+ a person and a hair drier
81
+ a person and a toothbrush
82
+ a person and a sink
FlowCache/FlowCache4MAGI-1-dev-V2/downloads/vbench/prompts_per_dimension/object_class.txt ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ a person
2
+ a bicycle
3
+ a car
4
+ a motorcycle
5
+ an airplane
6
+ a bus
7
+ a train
8
+ a truck
9
+ a boat
10
+ a traffic light
11
+ a fire hydrant
12
+ a stop sign
13
+ a parking meter
14
+ a bench
15
+ a bird
16
+ a cat
17
+ a dog
18
+ a horse
19
+ a sheep
20
+ a cow
21
+ an elephant
22
+ a bear
23
+ a zebra
24
+ a giraffe
25
+ a backpack
26
+ an umbrella
27
+ a handbag
28
+ a tie
29
+ a suitcase
30
+ a frisbee
31
+ skis
32
+ a snowboard
33
+ a sports ball
34
+ a kite
35
+ a baseball bat
36
+ a baseball glove
37
+ a skateboard
38
+ a surfboard
39
+ a tennis racket
40
+ a bottle
41
+ a wine glass
42
+ a cup
43
+ a fork
44
+ a knife
45
+ a spoon
46
+ a bowl
47
+ a banana
48
+ an apple
49
+ a sandwich
50
+ an orange
51
+ broccoli
52
+ a carrot
53
+ a hot dog
54
+ a pizza
55
+ a donut
56
+ a cake
57
+ a chair
58
+ a couch
59
+ a potted plant
60
+ a bed
61
+ a dining table
62
+ a toilet
63
+ a tv
64
+ a laptop
65
+ a remote
66
+ a keyboard
67
+ a cell phone
68
+ a microwave
69
+ an oven
70
+ a toaster
71
+ a sink
72
+ a refrigerator
73
+ a book
74
+ a clock
75
+ a vase
76
+ scissors
77
+ a teddy bear
78
+ a hair drier
79
+ a toothbrush
FlowCache/FlowCache4MAGI-1-dev-V2/downloads/vbench/prompts_per_dimension/overall_consistency.txt ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Close up of grapes on a rotating table.
2
+ Turtle swimming in ocean.
3
+ A storm trooper vacuuming the beach.
4
+ A panda standing on a surfboard in the ocean in sunset.
5
+ An astronaut feeding ducks on a sunny afternoon, reflection from the water.
6
+ Two pandas discussing an academic paper.
7
+ Sunset time lapse at the beach with moving clouds and colors in the sky.
8
+ A fat rabbit wearing a purple robe walking through a fantasy landscape.
9
+ A koala bear playing piano in the forest.
10
+ An astronaut flying in space.
11
+ Fireworks.
12
+ An animated painting of fluffy white clouds moving in sky.
13
+ Flying through fantasy landscapes.
14
+ A bigfoot walking in the snowstorm.
15
+ A squirrel eating a burger.
16
+ A cat wearing sunglasses and working as a lifeguard at a pool.
17
+ Snow rocky mountains peaks canyon. snow blanketed rocky mountains surround and shadow deep canyons. the canyons twist and bend through the high elevated mountain peaks.
18
+ Splash of turquoise water in extreme slow motion, alpha channel included.
19
+ an ice cream is melting on the table.
20
+ a drone flying over a snowy forest.
21
+ a shark is swimming in the ocean.
22
+ Aerial panoramic video from a drone of a fantasy land.
23
+ a teddy bear is swimming in the ocean.
24
+ time lapse of sunrise on mars.
25
+ golden fish swimming in the ocean.
26
+ An artist brush painting on a canvas close up.
27
+ A drone view of celebration with Christmas tree and fireworks, starry sky - background.
28
+ happy dog wearing a yellow turtleneck, studio, portrait, facing camera, dark background
29
+ Origami dancers in white paper, 3D render, on white background, studio shot, dancing modern dance.
30
+ Campfire at night in a snowy forest with starry sky in the background.
31
+ a fantasy landscape
32
+ A 3D model of a 1800s victorian house.
33
+ this is how I do makeup in the morning.
34
+ A raccoon that looks like a turtle, digital art.
35
+ Robot dancing in Times Square.
36
+ Busy freeway at night.
37
+ Balloon full of water exploding in extreme slow motion.
38
+ An astronaut is riding a horse in the space in a photorealistic style.
39
+ Macro slo-mo. Slow motion cropped closeup of roasted coffee beans falling into an empty bowl.
40
+ Sewing machine, old sewing machine working.
41
+ Motion colour drop in water, ink swirling in water, colourful ink in water, abstraction fancy dream cloud of ink.
42
+ Few big purple plums rotating on the turntable. water drops appear on the skin during rotation. isolated on the white background. close-up. macro.
43
+ Vampire makeup face of beautiful girl, red contact lenses.
44
+ Ashtray full of butts on table, smoke flowing on black background, close-up
45
+ Pacific coast, carmel by the sea ocean and waves.
46
+ A teddy bear is playing drum kit in NYC Times Square.
47
+ A corgi is playing drum kit.
48
+ An Iron man is playing the electronic guitar, high electronic guitar.
49
+ A raccoon is playing the electronic guitar.
50
+ A boat sailing leisurely along the Seine River with the Eiffel Tower in background by Vincent van Gogh
51
+ A corgi's head depicted as an explosion of a nebula
52
+ A fantasy landscape
53
+ A future where humans have achieved teleportation technology
54
+ A jellyfish floating through the ocean, with bioluminescent tentacles
55
+ A Mars rover moving on Mars
56
+ A panda drinking coffee in a cafe in Paris
57
+ A space shuttle launching into orbit, with flames and smoke billowing out from the engines
58
+ A steam train moving on a mountainside
59
+ A super cool giant robot in Cyberpunk Beijing
60
+ A tropical beach at sunrise, with palm trees and crystal-clear water in the foreground
61
+ Cinematic shot of Van Gogh's selfie, Van Gogh style
62
+ Gwen Stacy reading a book
63
+ Iron Man flying in the sky
64
+ The bund Shanghai, oil painting
65
+ Yoda playing guitar on the stage
66
+ A beautiful coastal beach in spring, waves lapping on sand by Hokusai, in the style of Ukiyo
67
+ A beautiful coastal beach in spring, waves lapping on sand by Vincent van Gogh
68
+ A boat sailing leisurely along the Seine River with the Eiffel Tower in background
69
+ A car moving slowly on an empty street, rainy evening
70
+ A cat eating food out of a bowl
71
+ A cat wearing sunglasses at a pool
72
+ A confused panda in calculus class
73
+ A cute fluffy panda eating Chinese food in a restaurant
74
+ A cute happy Corgi playing in park, sunset
75
+ A cute raccoon playing guitar in a boat on the ocean
76
+ A happy fuzzy panda playing guitar nearby a campfire, snow mountain in the background
77
+ A lightning striking atop of eiffel tower, dark clouds in the sky
78
+ A modern art museum, with colorful paintings
79
+ A panda cooking in the kitchen
80
+ A panda playing on a swing set
81
+ A polar bear is playing guitar
82
+ A raccoon dressed in suit playing the trumpet, stage background
83
+ A robot DJ is playing the turntable, in heavy raining futuristic tokyo rooftop cyberpunk night, sci-fi, fantasy
84
+ A shark swimming in clear Caribbean ocean
85
+ A super robot protecting city
86
+ A teddy bear washing the dishes
87
+ An epic tornado attacking above a glowing city at night, the tornado is made of smoke
88
+ An oil painting of a couple in formal evening wear going home get caught in a heavy downpour with umbrellas
89
+ Clown fish swimming through the coral reef
90
+ Hyper-realistic spaceship landing on Mars
91
+ The bund Shanghai, vibrant color
92
+ Vincent van Gogh is painting in the room
93
+ Yellow flowers swing in the wind
FlowCache/FlowCache4MAGI-1-dev-V2/downloads/vbench/prompts_per_dimension/scene.txt ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ alley
2
+ amusement park
3
+ aquarium
4
+ arch
5
+ art gallery
6
+ bathroom
7
+ bakery shop
8
+ ballroom
9
+ bar
10
+ barn
11
+ basement
12
+ beach
13
+ bedroom
14
+ bridge
15
+ botanical garden
16
+ cafeteria
17
+ campsite
18
+ campus
19
+ carrousel
20
+ castle
21
+ cemetery
22
+ classroom
23
+ cliff
24
+ crosswalk
25
+ construction site
26
+ corridor
27
+ courtyard
28
+ desert
29
+ downtown
30
+ driveway
31
+ farm
32
+ food court
33
+ football field
34
+ forest road
35
+ fountain
36
+ gas station
37
+ glacier
38
+ golf course
39
+ indoor gymnasium
40
+ harbor
41
+ highway
42
+ hospital
43
+ house
44
+ iceberg
45
+ industrial area
46
+ jail cell
47
+ junkyard
48
+ kitchen
49
+ indoor library
50
+ lighthouse
51
+ laboratory
52
+ mansion
53
+ marsh
54
+ mountain
55
+ indoor movie theater
56
+ indoor museum
57
+ music studio
58
+ nursery
59
+ ocean
60
+ office
61
+ palace
62
+ parking lot
63
+ pharmacy
64
+ phone booth
65
+ raceway
66
+ restaurant
67
+ river
68
+ science museum
69
+ shower
70
+ ski slope
71
+ sky
72
+ skyscraper
73
+ baseball stadium
74
+ staircase
75
+ street
76
+ supermarket
77
+ indoor swimming pool
78
+ tower
79
+ outdoor track
80
+ train railway
81
+ train station platform
82
+ underwater coral reef
83
+ valley
84
+ volcano
85
+ waterfall
86
+ windmill
FlowCache/FlowCache4MAGI-1-dev-V2/downloads/vbench/prompts_per_dimension/spatial_relationship.txt ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ a bicycle on the left of a car, front view
2
+ a car on the right of a motorcycle, front view
3
+ a motorcycle on the left of a bus, front view
4
+ a bus on the right of a traffic light, front view
5
+ a traffic light on the left of a fire hydrant, front view
6
+ a fire hydrant on the right of a stop sign, front view
7
+ a stop sign on the left of a parking meter, front view
8
+ a parking meter on the right of a bench, front view
9
+ a bench on the left of a truck, front view
10
+ a truck on the right of a bicycle, front view
11
+ a bird on the left of a cat, front view
12
+ a cat on the right of a dog, front view
13
+ a dog on the left of a horse, front view
14
+ a horse on the right of a sheep, front view
15
+ a sheep on the left of a cow, front view
16
+ a cow on the right of an elephant, front view
17
+ an elephant on the left of a bear, front view
18
+ a bear on the right of a zebra, front view
19
+ a zebra on the left of a giraffe, front view
20
+ a giraffe on the right of a bird, front view
21
+ a bottle on the left of a wine glass, front view
22
+ a wine glass on the right of a cup, front view
23
+ a cup on the left of a fork, front view
24
+ a fork on the right of a knife, front view
25
+ a knife on the left of a spoon, front view
26
+ a spoon on the right of a bowl, front view
27
+ a bowl on the left of a bottle, front view
28
+ a potted plant on the left of a remote, front view
29
+ a remote on the right of a clock, front view
30
+ a clock on the left of a vase, front view
31
+ a vase on the right of scissors, front view
32
+ scissors on the left of a teddy bear, front view
33
+ a teddy bear on the right of a potted plant, front view
34
+ a frisbee on the left of a sports ball, front view
35
+ a sports ball on the right of a baseball bat, front view
36
+ a baseball bat on the left of a baseball glove, front view
37
+ a baseball glove on the right of a tennis racket, front view
38
+ a tennis racket on the left of a frisbee, front view
39
+ a toilet on the left of a hair drier, front view
40
+ a hair drier on the right of a toothbrush, front view
41
+ a toothbrush on the left of a sink, front view
42
+ a sink on the right of a toilet, front view
43
+ a chair on the left of a couch, front view
44
+ a couch on the right of a bed, front view
45
+ a bed on the left of a tv, front view
46
+ a tv on the right of a dining table, front view
47
+ a dining table on the left of a chair, front view
48
+ an airplane on the left of a train, front view
49
+ a train on the right of a boat, front view
50
+ a boat on the left of an airplane, front view
51
+ an oven on the top of a toaster, front view
52
+ an oven on the bottom of a toaster, front view
53
+ a toaster on the top of a microwave, front view
54
+ a toaster on the bottom of a microwave, front view
55
+ a microwave on the top of an oven, front view
56
+ a microwave on the bottom of an oven, front view
57
+ a banana on the top of an apple, front view
58
+ a banana on the bottom of an apple, front view
59
+ an apple on the top of a sandwich, front view
60
+ an apple on the bottom of a sandwich, front view
61
+ a sandwich on the top of an orange, front view
62
+ a sandwich on the bottom of an orange, front view
63
+ an orange on the top of a carrot, front view
64
+ an orange on the bottom of a carrot, front view
65
+ a carrot on the top of a hot dog, front view
66
+ a carrot on the bottom of a hot dog, front view
67
+ a hot dog on the top of a pizza, front view
68
+ a hot dog on the bottom of a pizza, front view
69
+ a pizza on the top of a donut, front view
70
+ a pizza on the bottom of a donut, front view
71
+ a donut on the top of broccoli, front view
72
+ a donut on the bottom of broccoli, front view
73
+ broccoli on the top of a banana, front view
74
+ broccoli on the bottom of a banana, front view
75
+ skis on the top of a snowboard, front view
76
+ skis on the bottom of a snowboard, front view
77
+ a snowboard on the top of a kite, front view
78
+ a snowboard on the bottom of a kite, front view
79
+ a kite on the top of a skateboard, front view
80
+ a kite on the bottom of a skateboard, front view
81
+ a skateboard on the top of a surfboard, front view
82
+ a skateboard on the bottom of a surfboard, front view
83
+ a surfboard on the top of skis, front view
84
+ a surfboard on the bottom of skis, front view
FlowCache/FlowCache4MAGI-1-dev-V2/downloads/vbench/prompts_per_dimension/subject_consistency.txt ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ a person swimming in ocean
2
+ a person giving a presentation to a room full of colleagues
3
+ a person washing the dishes
4
+ a person eating a burger
5
+ a person walking in the snowstorm
6
+ a person drinking coffee in a cafe
7
+ a person playing guitar
8
+ a bicycle leaning against a tree
9
+ a bicycle gliding through a snowy field
10
+ a bicycle slowing down to stop
11
+ a bicycle accelerating to gain speed
12
+ a car stuck in traffic during rush hour
13
+ a car turning a corner
14
+ a car slowing down to stop
15
+ a car accelerating to gain speed
16
+ a motorcycle cruising along a coastal highway
17
+ a motorcycle turning a corner
18
+ a motorcycle slowing down to stop
19
+ a motorcycle gliding through a snowy field
20
+ a motorcycle accelerating to gain speed
21
+ an airplane soaring through a clear blue sky
22
+ an airplane taking off
23
+ an airplane landing smoothly on a runway
24
+ an airplane accelerating to gain speed
25
+ a bus turning a corner
26
+ a bus stuck in traffic during rush hour
27
+ a bus accelerating to gain speed
28
+ a train speeding down the tracks
29
+ a train crossing over a tall bridge
30
+ a train accelerating to gain speed
31
+ a truck turning a corner
32
+ a truck anchored in a tranquil bay
33
+ a truck stuck in traffic during rush hour
34
+ a truck slowing down to stop
35
+ a truck accelerating to gain speed
36
+ a boat sailing smoothly on a calm lake
37
+ a boat slowing down to stop
38
+ a boat accelerating to gain speed
39
+ a bird soaring gracefully in the sky
40
+ a bird building a nest from twigs and leaves
41
+ a bird flying over a snowy forest
42
+ a cat grooming itself meticulously with its tongue
43
+ a cat playing in park
44
+ a cat drinking water
45
+ a cat running happily
46
+ a dog enjoying a peaceful walk
47
+ a dog playing in park
48
+ a dog drinking water
49
+ a dog running happily
50
+ a horse bending down to drink water from a river
51
+ a horse galloping across an open field
52
+ a horse taking a peaceful walk
53
+ a horse running to join a herd of its kind
54
+ a sheep bending down to drink water from a river
55
+ a sheep taking a peaceful walk
56
+ a sheep running to join a herd of its kind
57
+ a cow bending down to drink water from a river
58
+ a cow chewing cud while resting in a tranquil barn
59
+ a cow running to join a herd of its kind
60
+ an elephant spraying itself with water using its trunk to cool down
61
+ an elephant taking a peaceful walk
62
+ an elephant running to join a herd of its kind
63
+ a bear catching a salmon in its powerful jaws
64
+ a bear sniffing the air for scents of food
65
+ a bear climbing a tree
66
+ a bear hunting for prey
67
+ a zebra bending down to drink water from a river
68
+ a zebra running to join a herd of its kind
69
+ a zebra taking a peaceful walk
70
+ a giraffe bending down to drink water from a river
71
+ a giraffe taking a peaceful walk
72
+ a giraffe running to join a herd of its kind
FlowCache/FlowCache4MAGI-1-dev-V2/downloads/vbench/prompts_per_dimension/temporal_flickering.txt ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ In a still frame, a stop sign
2
+ a toilet, frozen in time
3
+ a laptop, frozen in time
4
+ A tranquil tableau of alley
5
+ A tranquil tableau of bar
6
+ A tranquil tableau of barn
7
+ A tranquil tableau of bathroom
8
+ A tranquil tableau of bedroom
9
+ A tranquil tableau of cliff
10
+ In a still frame, courtyard
11
+ In a still frame, gas station
12
+ A tranquil tableau of house
13
+ indoor gymnasium, frozen in time
14
+ A tranquil tableau of indoor library
15
+ A tranquil tableau of kitchen
16
+ A tranquil tableau of palace
17
+ In a still frame, parking lot
18
+ In a still frame, phone booth
19
+ A tranquil tableau of restaurant
20
+ A tranquil tableau of tower
21
+ A tranquil tableau of a bowl
22
+ A tranquil tableau of an apple
23
+ A tranquil tableau of a bench
24
+ A tranquil tableau of a bed
25
+ A tranquil tableau of a chair
26
+ A tranquil tableau of a cup
27
+ A tranquil tableau of a dining table
28
+ In a still frame, a pear
29
+ A tranquil tableau of a bunch of grapes
30
+ A tranquil tableau of a bowl on the kitchen counter
31
+ A tranquil tableau of a beautiful, handcrafted ceramic bowl
32
+ A tranquil tableau of an antique bowl
33
+ A tranquil tableau of an exquisite mahogany dining table
34
+ A tranquil tableau of a wooden bench in the park
35
+ A tranquil tableau of a beautiful wrought-iron bench surrounded by blooming flowers
36
+ In a still frame, a park bench with a view of the lake
37
+ A tranquil tableau of a vintage rocking chair was placed on the porch
38
+ A tranquil tableau of the jail cell was small and dimly lit, with cold, steel bars
39
+ A tranquil tableau of the phone booth was tucked away in a quiet alley
40
+ a dilapidated phone booth stood as a relic of a bygone era on the sidewalk, frozen in time
41
+ A tranquil tableau of the old red barn stood weathered and iconic against the backdrop of the countryside
42
+ A tranquil tableau of a picturesque barn was painted a warm shade of red and nestled in a picturesque meadow
43
+ In a still frame, within the desolate desert, an oasis unfolded, characterized by the stoic presence of palm trees and a motionless, glassy pool of water
44
+ In a still frame, the Parthenon's majestic Doric columns stand in serene solitude atop the Acropolis, framed by the tranquil Athenian landscape
45
+ In a still frame, the Temple of Hephaestus, with its timeless Doric grace, stands stoically against the backdrop of a quiet Athens
46
+ In a still frame, the ornate Victorian streetlamp stands solemnly, adorned with intricate ironwork and stained glass panels
47
+ A tranquil tableau of the Stonehenge presented itself as an enigmatic puzzle, each colossal stone meticulously placed against the backdrop of tranquility
48
+ In a still frame, in the vast desert, an oasis nestled among dunes, featuring tall palm trees and an air of serenity
49
+ static view on a desert scene with an oasis, palm trees, and a clear, calm pool of water
50
+ A tranquil tableau of an ornate Victorian streetlamp standing on a cobblestone street corner, illuminating the empty night
51
+ A tranquil tableau of a tranquil lakeside cabin nestled among tall pines, its reflection mirrored perfectly in the calm water
52
+ In a still frame, a vintage gas lantern, adorned with intricate details, gracing a historic cobblestone square
53
+ In a still frame, a tranquil Japanese tea ceremony room, with tatami mats, a delicate tea set, and a bonsai tree in the corner
54
+ A tranquil tableau of the Parthenon stands resolute in its classical elegance, a timeless symbol of Athens' cultural legacy
55
+ A tranquil tableau of in the heart of Plaka, the neoclassical architecture of the old city harmonizes with the ancient ruins
56
+ A tranquil tableau of in the desolate beauty of the American Southwest, Chaco Canyon's ancient ruins whispered tales of an enigmatic civilization that once thrived amidst the arid landscapes
57
+ A tranquil tableau of at the edge of the Arabian Desert, the ancient city of Petra beckoned with its enigmatic rock-carved façades
58
+ In a still frame, amidst the cobblestone streets, an Art Nouveau lamppost stood tall
59
+ A tranquil tableau of in the quaint village square, a traditional wrought-iron streetlamp featured delicate filigree patterns and amber-hued glass panels
60
+ A tranquil tableau of the lampposts were adorned with Art Deco motifs, their geometric shapes and frosted glass creating a sense of vintage glamour
61
+ In a still frame, in the picturesque square, a Gothic-style lamppost adorned with intricate stone carvings added a touch of medieval charm to the setting
62
+ In a still frame, in the heart of the old city, a row of ornate lantern-style streetlamps bathed the narrow alleyway in a warm, welcoming light
63
+ A tranquil tableau of in the heart of the Utah desert, a massive sandstone arch spanned the horizon
64
+ A tranquil tableau of in the Arizona desert, a massive stone bridge arched across a rugged canyon
65
+ A tranquil tableau of in the corner of the minimalist tea room, a bonsai tree added a touch of nature's beauty to the otherwise simple and elegant space
66
+ In a still frame, amidst the hushed ambiance of the traditional tea room, a meticulously arranged tea set awaited, with porcelain cups, a bamboo whisk
67
+ In a still frame, nestled in the Zen garden, a rustic teahouse featured tatami seating and a traditional charcoal brazier
68
+ A tranquil tableau of a country estate's library featured elegant wooden shelves
69
+ A tranquil tableau of beneath the shade of a solitary oak tree, an old wooden park bench sat patiently
70
+ A tranquil tableau of beside a tranquil pond, a weeping willow tree draped its branches gracefully over the water's surface, creating a serene tableau of reflection and calm
71
+ A tranquil tableau of in the Zen garden, a perfectly raked gravel path led to a serene rock garden
72
+ In a still frame, a tranquil pond was fringed by weeping cherry trees, their blossoms drifting lazily onto the glassy surface
73
+ In a still frame, within the historic library's reading room, rows of antique leather chairs and mahogany tables offered a serene haven for literary contemplation
74
+ A tranquil tableau of a peaceful orchid garden showcased a variety of delicate blooms
75
+ A tranquil tableau of in the serene courtyard, a centuries-old stone well stood as a symbol of a bygone era, its mossy stones bearing witness to the passage of time
FlowCache/FlowCache4MAGI-1-dev-V2/downloads/vbench/prompts_per_dimension/temporal_style.txt ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ A beautiful coastal beach in spring, waves lapping on sand, in super slow motion
2
+ A beautiful coastal beach in spring, waves lapping on sand, zoom in
3
+ A beautiful coastal beach in spring, waves lapping on sand, zoom out
4
+ A beautiful coastal beach in spring, waves lapping on sand, pan left
5
+ A beautiful coastal beach in spring, waves lapping on sand, pan right
6
+ A beautiful coastal beach in spring, waves lapping on sand, tilt up
7
+ A beautiful coastal beach in spring, waves lapping on sand, tilt down
8
+ A beautiful coastal beach in spring, waves lapping on sand, with an intense shaking effect
9
+ A beautiful coastal beach in spring, waves lapping on sand, featuring a steady and smooth perspective
10
+ A beautiful coastal beach in spring, waves lapping on sand, racking focus
11
+ The bund Shanghai, in super slow motion
12
+ The bund Shanghai, zoom in
13
+ The bund Shanghai, zoom out
14
+ The bund Shanghai, pan left
15
+ The bund Shanghai, pan right
16
+ The bund Shanghai, tilt up
17
+ The bund Shanghai, tilt down
18
+ The bund Shanghai, with an intense shaking effect
19
+ The bund Shanghai, featuring a steady and smooth perspective
20
+ The bund Shanghai, racking focus
21
+ a shark is swimming in the ocean, in super slow motion
22
+ a shark is swimming in the ocean, zoom in
23
+ a shark is swimming in the ocean, zoom out
24
+ a shark is swimming in the ocean, pan left
25
+ a shark is swimming in the ocean, pan right
26
+ a shark is swimming in the ocean, tilt up
27
+ a shark is swimming in the ocean, tilt down
28
+ a shark is swimming in the ocean, with an intense shaking effect
29
+ a shark is swimming in the ocean, featuring a steady and smooth perspective
30
+ a shark is swimming in the ocean, racking focus
31
+ A panda drinking coffee in a cafe in Paris, in super slow motion
32
+ A panda drinking coffee in a cafe in Paris, zoom in
33
+ A panda drinking coffee in a cafe in Paris, zoom out
34
+ A panda drinking coffee in a cafe in Paris, pan left
35
+ A panda drinking coffee in a cafe in Paris, pan right
36
+ A panda drinking coffee in a cafe in Paris, tilt up
37
+ A panda drinking coffee in a cafe in Paris, tilt down
38
+ A panda drinking coffee in a cafe in Paris, with an intense shaking effect
39
+ A panda drinking coffee in a cafe in Paris, featuring a steady and smooth perspective
40
+ A panda drinking coffee in a cafe in Paris, racking focus
41
+ A cute happy Corgi playing in park, sunset, in super slow motion
42
+ A cute happy Corgi playing in park, sunset, zoom in
43
+ A cute happy Corgi playing in park, sunset, zoom out
44
+ A cute happy Corgi playing in park, sunset, pan left
45
+ A cute happy Corgi playing in park, sunset, pan right
46
+ A cute happy Corgi playing in park, sunset, tilt up
47
+ A cute happy Corgi playing in park, sunset, tilt down
48
+ A cute happy Corgi playing in park, sunset, with an intense shaking effect
49
+ A cute happy Corgi playing in park, sunset, featuring a steady and smooth perspective
50
+ A cute happy Corgi playing in park, sunset, racking focus
51
+ Gwen Stacy reading a book, in super slow motion
52
+ Gwen Stacy reading a book, zoom in
53
+ Gwen Stacy reading a book, zoom out
54
+ Gwen Stacy reading a book, pan left
55
+ Gwen Stacy reading a book, pan right
56
+ Gwen Stacy reading a book, tilt up
57
+ Gwen Stacy reading a book, tilt down
58
+ Gwen Stacy reading a book, with an intense shaking effect
59
+ Gwen Stacy reading a book, featuring a steady and smooth perspective
60
+ Gwen Stacy reading a book, racking focus
61
+ A boat sailing leisurely along the Seine River with the Eiffel Tower in background, in super slow motion
62
+ A boat sailing leisurely along the Seine River with the Eiffel Tower in background, zoom in
63
+ A boat sailing leisurely along the Seine River with the Eiffel Tower in background, zoom out
64
+ A boat sailing leisurely along the Seine River with the Eiffel Tower in background, pan left
65
+ A boat sailing leisurely along the Seine River with the Eiffel Tower in background, pan right
66
+ A boat sailing leisurely along the Seine River with the Eiffel Tower in background, tilt up
67
+ A boat sailing leisurely along the Seine River with the Eiffel Tower in background, tilt down
68
+ A boat sailing leisurely along the Seine River with the Eiffel Tower in background, with an intense shaking effect
69
+ A boat sailing leisurely along the Seine River with the Eiffel Tower in background, featuring a steady and smooth perspective
70
+ A boat sailing leisurely along the Seine River with the Eiffel Tower in background, racking focus
71
+ A couple in formal evening wear going home get caught in a heavy downpour with umbrellas, in super slow motion
72
+ A couple in formal evening wear going home get caught in a heavy downpour with umbrellas, zoom in
73
+ A couple in formal evening wear going home get caught in a heavy downpour with umbrellas, zoom out
74
+ A couple in formal evening wear going home get caught in a heavy downpour with umbrellas, pan left
75
+ A couple in formal evening wear going home get caught in a heavy downpour with umbrellas, pan right
76
+ A couple in formal evening wear going home get caught in a heavy downpour with umbrellas, tilt up
77
+ A couple in formal evening wear going home get caught in a heavy downpour with umbrellas, tilt down
78
+ A couple in formal evening wear going home get caught in a heavy downpour with umbrellas, with an intense shaking effect
79
+ A couple in formal evening wear going home get caught in a heavy downpour with umbrellas, featuring a steady and smooth perspective
80
+ A couple in formal evening wear going home get caught in a heavy downpour with umbrellas, racking focus
81
+ An astronaut flying in space, in super slow motion
82
+ An astronaut flying in space, zoom in
83
+ An astronaut flying in space, zoom out
84
+ An astronaut flying in space, pan left
85
+ An astronaut flying in space, pan right
86
+ An astronaut flying in space, tilt up
87
+ An astronaut flying in space, tilt down
88
+ An astronaut flying in space, with an intense shaking effect
89
+ An astronaut flying in space, featuring a steady and smooth perspective
90
+ An astronaut flying in space, racking focus
91
+ Snow rocky mountains peaks canyon. snow blanketed rocky mountains surround and shadow deep canyons. the canyons twist and bend through the high elevated mountain peaks, in super slow motion
92
+ Snow rocky mountains peaks canyon. snow blanketed rocky mountains surround and shadow deep canyons. the canyons twist and bend through the high elevated mountain peaks, zoom in
93
+ Snow rocky mountains peaks canyon. snow blanketed rocky mountains surround and shadow deep canyons. the canyons twist and bend through the high elevated mountain peaks, zoom out
94
+ Snow rocky mountains peaks canyon. snow blanketed rocky mountains surround and shadow deep canyons. the canyons twist and bend through the high elevated mountain peaks, pan left
95
+ Snow rocky mountains peaks canyon. snow blanketed rocky mountains surround and shadow deep canyons. the canyons twist and bend through the high elevated mountain peaks, pan right
96
+ Snow rocky mountains peaks canyon. snow blanketed rocky mountains surround and shadow deep canyons. the canyons twist and bend through the high elevated mountain peaks, tilt up
97
+ Snow rocky mountains peaks canyon. snow blanketed rocky mountains surround and shadow deep canyons. the canyons twist and bend through the high elevated mountain peaks, tilt down
98
+ Snow rocky mountains peaks canyon. snow blanketed rocky mountains surround and shadow deep canyons. the canyons twist and bend through the high elevated mountain peaks, with an intense shaking effect
99
+ Snow rocky mountains peaks canyon. snow blanketed rocky mountains surround and shadow deep canyons. the canyons twist and bend through the high elevated mountain peaks, featuring a steady and smooth perspective
100
+ Snow rocky mountains peaks canyon. snow blanketed rocky mountains surround and shadow deep canyons. the canyons twist and bend through the high elevated mountain peaks, racking focus
FlowCache/FlowCache4MAGI-1-dev-V2/inference/__init__.py ADDED
File without changes
FlowCache/FlowCache4MAGI-1-dev-V2/inference/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (184 Bytes). View file
 
FlowCache/FlowCache4MAGI-1-dev-V2/inference/__pycache__/__init__.cpython-312.pyc ADDED
Binary file (188 Bytes). View file
 
FlowCache/FlowCache4MAGI-1-dev-V2/inference/common/__init__.py ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (c) 2025 SandAI. All Rights Reserved.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ from .common_utils import divide, env_is_true, set_random_seed
16
+ from .config import EngineConfig, MagiConfig, ModelConfig, RuntimeConfig
17
+ from .dataclass import InferenceParams, ModelMetaArgs, PackedCoreAttnParams, PackedCrossAttnParams
18
+ from .logger import magi_logger, print_per_rank, print_rank_0
19
+ from .timer import event_path_timer
20
+
21
+ __all__ = [
22
+ "MagiConfig",
23
+ "ModelConfig",
24
+ "EngineConfig",
25
+ "RuntimeConfig",
26
+ "magi_logger",
27
+ "print_per_rank",
28
+ "print_rank_0",
29
+ "event_path_timer",
30
+ "divide",
31
+ "env_is_true",
32
+ "set_random_seed",
33
+ "PackedCoreAttnParams",
34
+ "PackedCrossAttnParams",
35
+ "ModelMetaArgs",
36
+ "InferenceParams",
37
+ ]
FlowCache/FlowCache4MAGI-1-dev-V2/inference/common/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (760 Bytes). View file
 
FlowCache/FlowCache4MAGI-1-dev-V2/inference/common/__pycache__/__init__.cpython-312.pyc ADDED
Binary file (790 Bytes). View file
 
FlowCache/FlowCache4MAGI-1-dev-V2/inference/common/__pycache__/common_utils.cpython-310.pyc ADDED
Binary file (1.04 kB). View file
 
FlowCache/FlowCache4MAGI-1-dev-V2/inference/common/__pycache__/common_utils.cpython-312.pyc ADDED
Binary file (1.52 kB). View file
 
FlowCache/FlowCache4MAGI-1-dev-V2/inference/common/__pycache__/config.cpython-310.pyc ADDED
Binary file (6.34 kB). View file
 
FlowCache/FlowCache4MAGI-1-dev-V2/inference/common/__pycache__/config.cpython-312.pyc ADDED
Binary file (9.41 kB). View file
 
FlowCache/FlowCache4MAGI-1-dev-V2/inference/common/__pycache__/dataclass.cpython-310.pyc ADDED
Binary file (3.05 kB). View file
 
FlowCache/FlowCache4MAGI-1-dev-V2/inference/common/__pycache__/dataclass.cpython-312.pyc ADDED
Binary file (4.1 kB). View file