fix(stage-web): ignore *.task as they are too large for HF Space
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user