starflow / app.py

Commit History

Fix: Remove unsupported show_copy_button parameter and fix PYTORCH_ALLOC_CONF deprecation
d092df2

leoeric commited on

Improve error visibility: Add scroll reminder and increase status box size
5ade07c

leoeric commited on

Fix log visibility: Display logs directly in UI instead of relying on file access
0a33f4f

leoeric commited on

Improve log visibility and error reporting for GPU abort debugging
b9eaf60

leoeric commited on

Fix GPU abort: Add memory optimizations (half precision, better monitoring)
fa69135

leoeric commited on

Fix GPU abort error: improve ZeroGPU decorator detection and GPU context handling
34395b9

leoeric commited on

Improve error handling to show full error details and tracebacks in UI
5616201

leoeric commited on

Add @spaces.GPU decorator for ZeroGPU support
0723117

leoeric commited on

Fix deprecated PYTORCH_CUDA_ALLOC_CONF warning - use PYTORCH_ALLOC_CONF instead
6364a6e

leoeric commited on

Fix CUDA out of memory error by clearing cache between model loads and enabling expandable segments
3a6a9cd

leoeric commited on

Add better progress tracking and timing information for checkpoint download
bd6dbaf

leoeric commited on

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

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

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

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

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 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

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

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

leoeric commited on

Update app.py to support persistent checkpoints
3edcad7

leoeric commited on

Initial commit for HF Space - code files only
0b4562b

leoeric commited on