fffiloni commited on
Commit
2c2f67f
·
verified ·
1 Parent(s): 5b61ea4

Delete MODEL_DEPENDENCIES.json

Browse files
Files changed (1) hide show
  1. MODEL_DEPENDENCIES.json +0 -48
MODEL_DEPENDENCIES.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "schema_version": "model_dependencies.v1",
3
- "self_contained": false,
4
- "model_kind": "full_diffusers_pipeline_with_external_components",
5
- "base_model_required": false,
6
- "base_model_id": "Wan-AI/Wan2.1-T2V-14B-Diffusers",
7
- "adapter_application_method": "N/A",
8
- "dependencies": [
9
- {
10
- "component": "scheduler",
11
- "source_repo": "Wan-AI/Wan2.1-T2V-14B-Diffusers",
12
- "subfolder": "scheduler",
13
- "type": "diffusers.UniPCMultistepScheduler"
14
- },
15
- {
16
- "component": "text_encoder",
17
- "source_repo": "Wan-AI/Wan2.1-T2V-14B-Diffusers",
18
- "subfolder": "text_encoder",
19
- "type": "transformers.UMT5EncoderModel"
20
- },
21
- {
22
- "component": "tokenizer",
23
- "source_repo": "Wan-AI/Wan2.1-T2V-14B-Diffusers",
24
- "subfolder": "tokenizer",
25
- "type": "transformers.T5TokenizerFast"
26
- },
27
- {
28
- "component": "vae",
29
- "source_repo": "Wan-AI/Wan2.1-T2V-14B-Diffusers",
30
- "subfolder": "vae",
31
- "type": "diffusers.AutoencoderKLWan"
32
- },
33
- {
34
- "component": "transformer",
35
- "source_repo": "krea/krea-realtime-video",
36
- "subfolder": "transformer",
37
- "type": "diffusers.CausalWanModel (trust_remote_code)"
38
- },
39
- {
40
- "component": "pipeline_blocks",
41
- "source_repo": "krea/krea-realtime-video",
42
- "subfolder": "root",
43
- "type": "diffusers_modular_pipelines.WanRTBlocks (trust_remote_code)"
44
- }
45
- ],
46
- "missing_or_uncertain_dependencies": [],
47
- "impact_on_strategy": "Since VAE, text_encoder, tokenizer and scheduler are externally sourced from Wan-AI/Wan2.1-T2V-14B-Diffusers, the app must allow Hub downloads for these components. Both the krea repo and the Wan-AI diffusers repo are public (not gated), so no token-gated access issue exists. The VRAM footprint includes both the 14B krea transformer and the UMT5-XXL text encoder, making this a very large pipeline."
48
- }