Commit History

UI refinement: pill badges, settings in accordion, cleaner header/footer, tighter spacing
25e27e6
Running
verified

chipfoxx commited on

Move checkpoint dropdown to top of each tab (above results)
c7fcdd2
verified

chipfoxx commited on

Dynamic checkpoint list: auto-discovers all .safetensors files in model repo at startup
3316643
verified

chipfoxx commited on

Add checkpoint selector dropdown, default to no-dino. Hot-swap checkpoints without restart.
4ab549f
verified

chipfoxx commited on

Increase max steps to 100
eb7aed2
verified

chipfoxx commited on

Add 1280×1280 resolution option
437df80
verified

chipfoxx commited on

Defaults: scheduler=Normal, sampler=Euler. Swap sampler/scheduler order in GUI (sampler first).
181f28e
verified

chipfoxx commited on

Prompt 16: Judy Hopps + Fox McCloud crossover (replaced Nick Wilde with Star Fox)
7e4314f
verified

chipfoxx commited on

Prompt 16: Replace Judy & Nick with Fox McCloud & Falco from Star Fox
8f43b92
verified

chipfoxx commited on

Set default steps to 50
064d17f
verified

chipfoxx commited on

Set default CFG to 3.5
5e22f11
verified

chipfoxx commited on

Update ML Intern artifact metadata
56798ea
verified

chipfoxx commited on

Set default sampler to DPM++ 2S (scheduler already Simple)
a858993
verified

chipfoxx commited on

Add Heun and DPM++ 2S samplers (res2s/bong_tangent equivalents from discussion #18)
a28e6ed
verified

chipfoxx commited on

Fix: place scheduler/sampler dropdowns at correct scope level (was NameError due to nested Column blocks)
4ee9543
verified

chipfoxx commited on

Add sampler dropdown (Euler, Euler Ancestral) to both test suite and custom tabs
dfa4cb0
verified

chipfoxx commited on

Add scheduler dropdown (Simple/Normal/Beta) to both test suite and custom prompt tabs
dd74077
verified

chipfoxx commited on

Update defaults per discussion #18: shift=3.0, CFG=5.0, simple schedule (not beta), extended neg prompt
2685063
verified

chipfoxx commited on

Fix: add gr.Blocks(js=...) to compute live 'loaded X ago' from startup timestamp on each page load
5b4986f
verified

chipfoxx commited on

Fix age badge: show time since Space started (= when checkpoint was loaded), not model repo modified date
36075c3
verified

chipfoxx commited on

Fix webhook: headSha -> head_sha (Pydantic snake_case)
f612ac3
verified

chipfoxx commited on

Prompt 6: neon sign spells 'Zeta-Chroma' (tests text in action scene)
1afbf1d
verified

chipfoxx commited on

Add data-utc to age badge so gr.Blocks js= can compute live age on page load
4ef39b4
verified

chipfoxx commited on

Fix: neon sign spells HOWL (no quotes that break Python string syntax)
7d579e6
verified

chipfoxx commited on

Fix badge: use Python-computed age (Gradio SSR strips inline scripts). Age = time since checkpoint was last modified on Hub.
73c6e11
verified

chipfoxx commited on

Fix stale age: compute 'updated X ago' in browser JS on each page load instead of at startup
765fd1f
verified

chipfoxx commited on

Webhook now triggers Space restart to load new checkpoint (restart_space API)
7535d24
verified

chipfoxx commited on

Remove timestamp/JS badge — show only 'model @ SHA (updated X ago)' + WIP
db8dfc7
verified

chipfoxx commited on

Add checkpoint age to model badge (e.g. '3 hours ago')
c014adf
verified

chipfoxx commited on

Fix: robust safetensors file date lookup with proper fallback (was crashing on None last_commit)
9630e98
verified

chipfoxx commited on

Show safetensors file last-modified date instead of repo date
a50f08d
verified

chipfoxx commited on

Fix: escape JS object braces in f-string ({} -> {{}}) to prevent NameError
205a7c5
verified

chipfoxx commited on

UI polish: equal-height settings rows, better spacing, share buttons, improved ready state
46b7a8e
verified

chipfoxx commited on

Show timezone abbreviation (e.g. PDT, EST) in model timestamp badge
70f4856
verified

chipfoxx commited on

Show model timestamp in user's local timezone via client-side JS
5d783d7
verified

chipfoxx commited on

Fix footer: pure markdown instead of HTML-wrapped (links render correctly now)
84e2a2a
verified

chipfoxx commited on

Delete _footer_fix.txt
55bf8a4
verified

chipfoxx commited on

Fix footer: use pure markdown instead of HTML tags (Gradio won't render links inside <center>/<small>)"
b3d9724
verified

chipfoxx commited on

Major UI overhaul: cleaner layout, grouped prompts, example prompts, better progress, improved mobile"
f8cdfab
verified

chipfoxx commited on

Add stop button to cancel running test suite generation"
713fcd8
verified

chipfoxx commited on

Restore full app.py with fix: _estimate_suite_duration uses *args/**kwargs"
b37a9bd
verified

chipfoxx commited on

Fix: _estimate_suite_duration must accept *args/**kwargs (receives all 22 btn.click inputs)"
c005e1c
verified

chipfoxx commited on

Delete _patch_duration.py
c2efe36
verified

chipfoxx commited on

Fix: _estimate_suite_duration must accept *args (gets 22 args from btn.click inputs: 6 settings + 16 prompts)"
3e21155
verified

chipfoxx commited on

Editable prompts, restore defaults buttons, HTML status display with styling
309c04b
verified

chipfoxx commited on

Make test suite settings adjustable: steps, CFG, shift, resolution, negative prompt — defaults reset on refresh
e3d0bab
verified

chipfoxx commited on

Fix: remove fixed heights — galleries and images auto-size to content, mobile-friendly
239527a
verified

chipfoxx commited on

Add 6 known-character prompts: Legoshi, Robin Hood, Nick Wilde, Sabrina, Bojack, Judy+Nick duo
d843096
verified

chipfoxx commited on

Revise all 10 prompts (tighten, remove noise), gallery 2x5 for readability, tune duration cap
b553ea0
verified

chipfoxx commited on

Single shared seed + 4 new diagnostic prompts: paws/hands, text rendering, extreme lighting, full scene complexity
a0e591a
verified

chipfoxx commited on