Commit History

Disable FSDP for single GPU inference to ensure GPU usage
dc2ca3c

leoeric commited on

Restore --logdir argument now that sample.py supports it
91ce5f5

leoeric commited on

Add --logdir argument to sample.py parser and restore it in app.py
a1fd3d3

leoeric commited on

Remove unsupported --logdir argument from sample.py command
cc626cb

leoeric commited on

Ensure train.py, dataset.py, and misc/ are included in Space
6df4481

leoeric commited on

Hide config path fields from UI - not needed for users
0e6f557

leoeric commited on

Fix checkpoint download logic to properly handle Model Hub downloads
86fdec4

leoeric commited on

Remove unsupported info parameters from Gradio components for compatibility
06f3d78

leoeric commited on

Fix CSS by using gr.HTML instead of css parameter for compatibility
3421c13

leoeric commited on

Remove unsupported theme parameter from gr.Blocks for compatibility
57092df

leoeric commited on

Add queue system to launch for better long-running operation handling
1dfb088

leoeric commited on

Complete UI redesign with improved tabs, better organization, and enhanced visual design
ff7da2f

leoeric commited on

Improve UI design with modern styling, better layout, and visual enhancements
15008bf

leoeric commited on

Include dataset.py and misc/ in Space - needed by sample.py
a021973

leoeric commited on

Remove train.py from spaceignore - needed by sample.py
07dfe17

leoeric commited on

Fix OMP_NUM_THREADS warning by setting it before torch import
1ac6ba4

leoeric commited on

Suppress harmless asyncio cleanup warnings
84463ec

leoeric commited on

Add queue system to handle long-running operations and prevent timeout errors
9e01ee0

leoeric commited on

Update README.md
70a0086
verified

GlobalStudio commited on

Add log file generation for debugging
0ce71e8

leoeric commited on

Improve checkpoint caching check and set logdir for easier output finding
02a442c

leoeric commited on

Add download timeout and better progress messages
3216b1d

leoeric commited on

Improve error messages and add status updates for long-running operations
fcc18a6

leoeric commited on

Update description - checkpoints auto-downloaded
cde4a6b

leoeric commited on

Hide checkpoint upload fields - using Model Hub instead
9a9ea5b

leoeric commited on

Add decord and webdataset dependencies
7e1b603

leoeric commited on

Add dataset.py and fix OpenMP warning
5db3c1f

leoeric commited on

Set password authentication
0194c79

leoeric commited on

Add password authentication for users without HF accounts
7f796c3

leoeric commited on

Update Gradio to 6.0.2 (synced with HF Space)
981d2cd

leoeric commited on

Use persistent /workspace for checkpoint cache if available
4d5b25f

leoeric commited on

Configure Model Hub repo IDs and add setup guide
42a331b

leoeric commited on

Update requirements.txt with huggingface_hub
2fd7a20

leoeric commited on

Add Model Hub support for downloading checkpoints (solves 1GB storage limit)
447bd94

leoeric commited on

Add ckpts folder to gitignore
d37d8d5

leoeric commited on

Update app.py to support persistent checkpoints
3edcad7

leoeric commited on

Add requirements.txt for HF Spaces
d43b33a

leoeric commited on

Update Gradio to latest version
ab19e03

leoeric commited on

Add README.md with HF Spaces configuration
881c745

leoeric commited on

Initial commit for HF Space - code files only
0b4562b

leoeric commited on