Commit History

Add discoverability tags to Space README
130538f

someone-in-the-world Claude Sonnet 4.6 commited on

Wrap mode_toggle.js as arrow function to match Gradio js= convention
8b178bf

someone-in-the-world Claude Sonnet 4.6 commited on

Add max_dim_for_mode to dimensions (missed in earlier commit)
2cf368d

someone-in-the-world Claude Sonnet 4.6 commited on

Load mode toggle JS via demo.load instead of stripped <script> tag
a3f2ffd

someone-in-the-world Claude Sonnet 4.6 commited on

Escape JS braces in app.html to fix Python .format() KeyError
84855d6

someone-in-the-world Claude Sonnet 4.6 commited on

Add Fast / High-Detail mode toggle (768px vs 2048px output)
f333d01

someone-in-the-world Claude Sonnet 4.6 commited on

Add per-section timing to log_inference
0ce14db

someone-in-the-world Claude Sonnet 4.6 commited on

Time log_inference and print elapsed duration
b59fe84

someone-in-the-world Claude Sonnet 4.6 commited on

Log temp file cleanup failures instead of silently swallowing them
34c8646

someone-in-the-world Claude Sonnet 4.6 commited on

Squash git history daily to free LFS storage from pruned files
0597d39

someone-in-the-world Claude Sonnet 4.6 commited on

Extract _make_path as single source of truth for parquet file naming
9235827

someone-in-the-world Claude Sonnet 4.6 commited on

Pass now to _prune_old_files for deterministic boundary testing
818b129

someone-in-the-world Claude Sonnet 4.6 commited on

Auto-prune log files older than LOG_MAX_DAYS (default 7) after each upload
ca0e7d6

someone-in-the-world Claude Sonnet 4.6 commited on

Write one parquet file per inference to avoid Git LFS version bloat
9e47f62

someone-in-the-world Claude Sonnet 4.6 commited on

Add heartbeat logging during model loading
b8216f1

someone-in-the-world Claude Sonnet 4.6 commited on

Move privacy policy inline as collapsible section at bottom of app
e92bb7f

someone-in-the-world Claude Sonnet 4.6 commited on

Add PRIVACY.md and link it from the app notice
d896626

someone-in-the-world Claude Sonnet 4.6 commited on

Clarify data use purpose and access scope in privacy notice
c47642b

someone-in-the-world Claude Sonnet 4.6 commited on

Improve privacy notice for GDPR accuracy
085502b

someone-in-the-world Claude Sonnet 4.6 commited on

Add privacy notice clarifying no user data is collected
3c311e0

someone-in-the-world Claude Sonnet 4.6 commited on

Add step-progress bar to inference loader
4382eeb

someone-in-the-world Claude Sonnet 4.6 commited on

Fix quick prompt buttons: HTML-escape JSON to avoid breaking onclick attribute
ce260d2

someone-in-the-world Claude Sonnet 4.6 commited on

Fix f-string backslash syntax error in build_suggestion_chips_html
b122899

someone-in-the-world Claude Sonnet 4.6 commited on

Load Quick Prompts from suggestions.json, replace artistic chips with realistic ones
62ddcce

someone-in-the-world Claude Sonnet 4.6 commited on

Update prompt for examples/8.jpg + 9.png to swing dance scene
f538c34

someone-in-the-world Claude Sonnet 4.6 commited on

Restore blank line in app.css removed during revert
c6cb9f9

someone-in-the-world Claude Sonnet 4.6 commited on

Revert 2K/4K resolution selector (4K too slow for generation)
0aa155d

someone-in-the-world Claude Sonnet 4.6 commited on

Update examples/8.jpg and examples/9.png via Git LFS
ab2fda8

someone-in-the-world Claude Sonnet 4.6 commited on

Add 2K/4K resolution selector to Advanced Settings
ca50d09

someone-in-the-world Claude Sonnet 4.6 commited on

Refactor app.py: extract helpers, consolidate imports
a532114

someone-in-the-world Claude Sonnet 4.6 commited on

Add models metadata linking Space to HF model repos
8152bef

someone-in-the-world Claude Sonnet 4.6 commited on

Add category metadata for HF Spaces image-generation listing
97c5dd2

someone-in-the-world Claude Sonnet 4.6 commited on

Update examples: remove 3 entries, reorder try-on pairs
b8a3101

someone-in-the-world Claude Sonnet 4.6 commited on

Update example images 10.jpg and 11.png
89989a2

someone-in-the-world Claude Sonnet 4.6 commited on

Remove /data mount dependency and HF cache inspection
e298a3e

someone-in-the-world Claude Sonnet 4.6 commited on

Remove local_files_only from transformer load to fix missing snapshots/
d76d484

someone-in-the-world Claude Sonnet 4.6 commited on

Time transformer/pipeline loads; allow pipeline to fetch config from Hub
fe5e4a1

someone-in-the-world Claude Sonnet 4.6 commited on

Inspect blob cache sizes; fail fast with local_files_only=True
b3330b2

someone-in-the-world Claude Sonnet 4.6 commited on

Log HF cache state before from_pretrained to diagnose hang
b40674b

someone-in-the-world Claude Sonnet 4.6 commited on

Add granular startup logging to diagnose hang
170974c

someone-in-the-world Claude Sonnet 4.6 commited on

Add torch.cuda.Event section timing to infer()
961feed

someone-in-the-world Claude Sonnet 4.6 commited on

Extract dimension calc, add pytest, fix aspect ratio rounding
2837b03

someone-in-the-world Claude Sonnet 4.6 commited on

Redirect HF model cache to persistent storage on /data/hf_cache
56450ae

someone-in-the-world Claude Sonnet 4.6 commited on

Change theme colors from blue-dark to hot pink
b2a7efc

someone-in-the-world Claude Sonnet 4.6 commited on

Move EXAMPLES_CONFIG to examples.json
7d8bf38

someone-in-the-world Claude Sonnet 4.6 commited on

Upgrade transformer weights from AIO-V19 to AIO-V23
9825259

someone-in-the-world Claude Sonnet 4.6 commited on

Rename app title to High Resolution FireRed Image Edit 2K
42715fa

someone-in-the-world Claude Sonnet 4.6 commited on

Change timestamp column from ISO string to Unix float64
4883dd8

someone-in-the-world Claude Sonnet 4.6 commited on

Log reason when inference logging is skipped
b886ed1

someone-in-the-world Claude Sonnet 4.6 commited on