Commit History

Swap multi-image Gallery for two gr.Image slots
6af6e3c
Running

moose commited on

Strip custom UI down to bare-bones Gradio, remove external logging
8cee9d7

moose commited on

Revert FA3 and torch.compile: incompatible with this GPU environment
a05c007

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

Fix torch.compile crash on torch.device ConstantVariable bug
d66060a

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

Enable FA3 attention and torch.compile for faster inference
000cfc0

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

Batch log uploads to avoid HF 256-commits/hour rate limit
2f63460

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

Log gpu_duration and mode at infer start
ae435f6

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

Add user-adjustable GPU Duration slider to Advanced Settings
b36328a

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

Raise ZeroGPU durations to 20s fast, 60s high-detail
c1f861c

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

Tighten ZeroGPU durations to p95-aligned values (10s fast, 30s high-detail)
541b505

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

Raise high-detail ZeroGPU duration to 90s (was 60s)
f4a7c5c

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

Use per-mode dynamic ZeroGPU duration (30s fast, 60s high-detail)
519548d

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

Reduce ZeroGPU duration from 120s to 60s to halve quota usage
e8421c5

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

Fix log upload dropped by moving _spawn_log outside @spaces.GPU scope
394c2c0

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

Reduce ZeroGPU usage by moving CPU work outside GPU scope
639aead

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

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

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

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

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

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

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

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

Update examples/1.jpg prompt to Ninja costume
9fd023f

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

Move logging logic into logging_utils.py
8e461ed

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

Update examples/1.jpg and its prompt
e005d03

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

Move negative prompt into static/negative_prompt.txt
b00e42b

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

Move SVG icons from Python constants into HTML template directly
c1e4742

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

Refactor: extract inline CSS, JS, and HTML from app.py into static files
28ae1ac

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

Update description to highlight 2K high-resolution output goal
a7e2a7b

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

Remove image downscale in logging; log at full resolution
d77e97b

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

Bump MAX_OUTPUT_DIM from 1280 to 2048
12e69c6

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

Bump output resolution to 1280 via MAX_OUTPUT_DIM constant
238c6e8

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

Add README.md upload to dataset repo for HF viewer image column rendering
18a8688

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

Fix image preview: build Parquet directly with PyArrow + HF schema metadata
dccc3f5

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

Remove redundant sentence from content policy notice
ba8e81a

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