fix(stage-web): ignore *.task as they are too large for HF Space

This commit is contained in:
Neko Ayaka
2025-12-30 12:17:24 +08:00
parent c718d075a8
commit 8d4855c550
+17 -1
View File
@@ -167,7 +167,23 @@ export default defineConfig({
Download('https://dist.ayaka.moe/vrm-models/VRoid-Hub/AvatarSample-B/AvatarSample_B.vrm', 'AvatarSample_B.vrm', 'vrm/models/AvatarSample-B', { parentDir: stageUIAssetsRoot, cacheDir: sharedCacheDir }),
// HuggingFace Spaces
LFS({ root: cwd(), extraGlobs: ['*.vrm', '*.vrma', '*.hdr', '*.cmo3', '*.png', '*.jpg', '*.jpeg', '*.gif', '*.webp', '*.bmp', '*.ttf'] }),
LFS({ root: cwd(), extraGlobs: [
// Scene & Models
'*.vrm',
'*.vrma',
'*.hdr',
'*.cmo3',
// Images & Fonts
'*.png',
'*.jpg',
'*.jpeg',
'*.gif',
'*.webp',
'*.bmp',
'*.ttf',
// Tensorflow / MediaPipe task
'*.task',
] }),
SpaceCard({
root: cwd(),
title: 'AIRI: Virtual Companion',