Spaces:
Running
on
Zero
Running
on
Zero
Commit History
fix: Add missing backend/services/msd_importer.py
1d3ea01
verified
fix: Add missing backend/services/genre_profiler.py
530b425
verified
fix: Add missing backend/services/msd_database_service.py
a139269
verified
fix: Add missing backend/services/__init__.py
2367852
verified
Phase 2: Update theory_constraint_service.py
d221ec8
verified
Phase 2: Update lakh_midi_service.py
19ba903
verified
Fix crossfade to use proper equal-power overlap instead of fade-out-then-in
add80a6
verified
Add embedded metadata extraction from audio files
e2b1688
verified
Enhanced error handling for ZeroGPU quota errors
6c94d55
verified
Support T4 GPU and CPU - make ZeroGPU decorator conditional
2984541
verified
Fix tensor serialization error - disable gradients for ZeroGPU
33cfbff
verified
Fix ZeroGPU timeout - pre-initialize model on CPU and increase GPU duration
f0b0a95
verified
Add LoRA support to music generation - load from HF and local sources
c32ba58
verified
Fix mastering presets syntax error and add preset description updates
309dea0
verified
Force upload clean hf_storage_service.py - fix syntax error
9ce6733
verified
Delete corrupted file
63a147f
verified
Update backend/services/hf_storage_service.py for dataset repo ZIP uploads
1262e7a
verified
Fix syntax error - rebuild file
c2b7379
verified
Update backend/services/hf_storage_service.py for dataset repo ZIP uploads
dea9c58
verified
Fix HuggingFace authentication for LoRA uploads - Add HF_TOKEN support from environment variables - Pass token to all HF API calls (create_repo, upload_folder, snapshot_download) - Better error messages when not authenticated - Return detailed upload results with URLs - Guide users to log in or duplicate Space for uploads
2a5de9e
Gamahea
commited on
Fix missing shutil import in LoRA training service - Adds shutil and zipfile imports for LoRA import/export operations - Fixes NameError when uploading trained LoRAs
c47c661
Gamahea
commited on
Add dataset import & LoRA collection sync - Adds import_prepared_dataset() method to support ZIP dataset imports with name conflict resolution - Adds sync_on_startup() to download LoRAs from HF collection on app startup - Enhanced upload_lora() with training_config for proper metadata - Implements numeric suffix naming for conflicts (_1, _2, etc.)
17f5813
Gamahea
commited on
Fix LoRA import - Handle ZIP files with metadata at root level
f65e448
Gamahea
commited on
Fix two errors in LoRA training and dataset preparation
8993257
Gamahea
commited on
Fix ZeroGPU compatibility - Dynamic device allocation
d5ccfff
Gamahea
commited on
Switch to HF Collection model - Upload LoRAs as individual models
5781a0f
Gamahea
commited on
Fix dataset preparation bug and HF repo authentication
8b1bcac
Gamahea
commited on
LEMM v1.0.0 - Rename and add HF repo storage persistence
d5d943f
Gamahea
commited on
Add ZeroGPU decorator to DiffRhythm2 generation for HF Spaces compatibility
12fedcc
Gamahea
commited on
Fix dataset refresh, add LoRA list function, improve empty dataset error handling
92cdb9d
Gamahea
commited on
Add persistent dataset detection for HF and user datasets across sessions
6d5bfcd
Gamahea
commited on
Remove MusicCaps dataset (metadata only, no audio)
1329490
Gamahea
commited on
Remove MTG-Jamendo dataset (not found on Hub)
f7f2f36
Gamahea
commited on
Fix dataset IDs: remove Common Voice & FLEURS, fix FSD50K & LibriSpeech
bea0065
Gamahea
commited on
Remove MSD (no audio), add FSD50K and Common Voice
6559aff
Gamahea
commited on
Add Million Song Dataset (10K subset)
bf66672
Gamahea
commited on
Remove broken datasets that don't exist on HuggingFace Hub
56e9a20
Gamahea
commited on
Completely disable pin_memory and num_workers for ZeroGPU compatibility
990bc24
Gamahea
commited on
Fix CUDA pin_memory error in training
ef489e0
Gamahea
commited on
Access audio file paths directly to bypass torchcodec
275de5b
Gamahea
commited on
Fix audio decoding and duplicate method issue
7a66654
Gamahea
commited on
Fix FFmpeg dependencies and improve audio decoding
384696b
Gamahea
commited on
Remove VCTK dataset (uses unsupported loading script)
5f63c36
Gamahea
commited on
Fix missing is_dataset_downloaded methods
fbc33ea
Gamahea
commited on
Re-add LibriSpeech and implement download status tracking
623cee1
Gamahea
commited on
Replace broken datasets with working alternatives
b595d0c
Gamahea
commited on
Add dataset preparation feature for training
1015ddf
Gamahea
commited on
Fix training error - validate HF datasets are prepared
7c2cd8e
Gamahea
commited on
Fix dataset loading with Parquet-based datasets
b8b7922
Gamahea
commited on