fffiloni commited on
Commit
241f605
·
verified ·
1 Parent(s): 8bb4a71

Delete REFERENCE_SPACE_FINDINGS.json

Browse files
Files changed (1) hide show
  1. REFERENCE_SPACE_FINDINGS.json +0 -36
REFERENCE_SPACE_FINDINGS.json DELETED
@@ -1,36 +0,0 @@
1
- {
2
- "schema_version": "reference_space_findings.v1",
3
- "searched": true,
4
- "exact_model_spaces": [
5
- "multimodalart/krea-realtime-video"
6
- ],
7
- "related_spaces": [
8
- "yuong03/Wan-AI-Wan2.1-T2V-14B",
9
- "Yell0w/Wan-AI-Wan2.1-T2V-14B",
10
- "aminer/Wan-AI-Wan2.1-T2V-14B",
11
- "KreatywnyKamil/Wan-AI-Wan2.1-T2V-14B",
12
- "othh55/Wan-AI-Wan2.1-T2V-14B",
13
- "Qadeer24/Wan-AI-Wan2.1-T2V-14B",
14
- "ukanony/Wan-AI-Wan2.1-T2V-14B",
15
- "egrilmez/Wan-AI-Wan2.1-T2V-14B",
16
- "Sargamji007/Wan-AI-Wan2.1-T2V-14B"
17
- ],
18
- "files_checked": [
19
- "multimodalart/krea-realtime-video/app.py",
20
- "multimodalart/krea-realtime-video/requirements.txt",
21
- "aminer/Wan-AI-Wan2.1-T2V-14B/app.py",
22
- "aminer/Wan-AI-Wan2.1-T2V-14B/requirements.txt",
23
- "yuong03/Wan-AI-Wan2.1-T2V-14B/app.py"
24
- ],
25
- "useful_patterns": [
26
- "multimodalart uses FastAPI + OAuth + FAL proxy, not local inference.",
27
- "All inspected Wan2.1 14B Spaces are API proxies; no reference implements local ModularPipeline inference.",
28
- "aminer requirements includes accelerate/diffusers/transformers/xformers suggesting diffusers stack, but the Space itself is a short proxy stub."
29
- ],
30
- "applicability": "Low. No reference attempts local inference for this model family. The only exact-model Space is an external API proxy. We implement the real diffusers path directly from the model card.",
31
- "risks": [
32
- "No validated local-inference reference exists for a 14B text-to-video model in HF Spaces.",
33
- "Proxy references do not reveal hardware or dependency pitfalls for the real ModularPipeline path."
34
- ],
35
- "no_reference_found_reason": null
36
- }