CoolFace
Apppublic

Islamckennon/mirage

sourceHugging Facemitupdated 1y agoView on Hugging Face
1likes
50 commits on main
d6ddd2d1y ago

feat: enhance /webrtc/ice_gather_test and add /webrtc/net_info for zero-candidate diagnosis

MacBook pro
6472b341y ago

feat: add /webrtc/negotiations and /webrtc/ice_gather_test diagnostics

MacBook pro
6efdafb1y ago

feat: add /webrtc/turn_config and /webrtc/turn_probe diagnostic endpoints

MacBook pro
d9930ae1y ago

Prefer static TURN credentials over Metered

MacBook pro
33383491y ago

Improve Metered ICE failure diagnostics

MacBook pro
d87a5751y ago

Load CodeFormer repo modules automatically

MacBook pro
fbcde681y ago

Install httpx and capture disconnect snapshots

MacBook pro
d9990351y ago

Handle non-awaitable aiortc replaceTrack

MacBook pro
2618f6b1y ago

Fix outbound video binding

MacBook pro
eba025d1y ago

Refine avatar diagnostics and prune legacy assets

MacBook pro
8728a8f1y ago

fix(webrtc): tolerate pre-existing video sender and avoid 500 on duplicate binding

MacBook pro
ad9e6e11y ago

fix(webrtc): make outbound video transceiver creation idempotent (resolve 'Track already has a sender')

MacBook pro
e7883d71y ago

fix(webrtc): use sendrecv transceiver for outbound video to ensure inbound track reception (black feed fix)

MacBook pro
b195ac91y ago

feat(video): extended outbound diagnostics (luma, placeholder vs real frame counts, binding guard)

MacBook pro
dc7b50d1y ago

chore(ui): remove top bar placeholder buttons to focus on video diagnostics

MacBook pro
270acfa1y ago

feat(frontend): stage timeline, frame counter, black frame detection, connection path badge

MacBook pro
b079aef1y ago

feat(webrtc): add negotiation instrumentation and pipeline init guard

MacBook pro
243a0571y ago

chore(static): remove legacy webrtc_prod.js and document static asset inventory

MacBook pro
fa48be91y ago

feat: replace index.html with enterprise-grade UI

MacBook pro
437c10f1y ago

fix: improve webrtc server stability and diagnostics

MacBook pro
766cb661y ago

feat: upgrade frontend to enterprise-grade premium design

MacBook pro
662ffc51y ago

Add ICE sampling & watchdog + /webrtc/ice_stats endpoint for prolonged checking diagnostics

MacBook pro
495e6b01y ago

ICE diagnostics: expose TURN/STUN counts; client skips futile relay retry w/out TURN

MacBook pro
1a5a9761y ago

Add compatibility /webrtc/* wrapper endpoints to resolve 404s during prefix transition

MacBook pro
c49ab721y ago

Fix SyntaxError: remove duplicate inner global _peer_state

MacBook pro
19facf91y ago

Mount webrtc router at /webrtc after removing internal prefix

MacBook pro
81d33d21y ago

Align router prefix strategy: remove internal /webrtc prefix (app supplies it)

MacBook pro
d961c4d1y ago

Fix double /webrtc prefix causing 404s (mount router without extra prefix)

MacBook pro
5bcb6be1y ago

Add explicit global _peer_state in async with block

MacBook pro
234eb6e1y ago

Force space rebuild - trigger restart

MacBook pro
0640a0c1y ago

Fix duplicate global _peer_state declaration

MacBook pro
a1ad9ef1y ago

Fix WebRTC router path: add /webrtc prefix

MacBook pro
800e3f91y ago

Fix critical syntax error: add missing global declarations for _peer_state

MacBook pro
e9eedbb1y ago

Add comprehensive WebRTC connection failure diagnostics

MacBook pro
d3a9acd1y ago

fix(webrtc): resolve connection retry hangs with aggressive cleanup

MacBook pro
ee34ca61y ago

feat(webrtc): integrate pipeline cleanup on connection state changes

MacBook pro
4eab2031y ago

fix(pipeline): resolve temporal reuse bug, add resource monitoring and cleanup

MacBook pro
f7ffe051y ago

feat(debug): inbound raw frame counter + expose raw_frames_in for WebRTC diagnostics

MacBook pro
ce1c9451y ago

feat(logging): add periodic pipeline stats + outbound video relay diagnostics (fail counters, placeholder timing)

MacBook pro
be087421y ago

fix(pipeline): indent codeformer_error; chore(video): add placeholder diagnostic logging

MacBook pro
23a52ba1y ago

chore(pipeline): improve CodeFormer import diagnostics and expose codeformer_error

MacBook pro
fc6d6401y ago

fix(video): correct pipeline indentation + disable color bar pattern after first real frame

MacBook pro
b91919c1y ago

fix(pipeline): disable naive small-face upscale causing black box artifact; expose model path

MacBook pro
ee8b5b51y ago

feat(pipeline): ensure model dir tracked without weights; update swap pipeline changes

MacBook pro
9457f1e1y ago

feat(webrtc): hybrid inline-if-idle processing, latency & queue metrics, pipeline stats endpoint

MacBook pro
5d8fdc11y ago

feat: brightness & similarity diagnostics in swap pipeline (overlay annotated)

MacBook pro
b96043e1y ago

docs: document MIRAGE_PROC_MAX_DIM & MIRAGE_DEBUG_OVERLAY; add swap debug vars; capture active providers

MacBook pro
8caf3b01y ago

feat: add detailed swap diagnostics counters & logging

MacBook pro
320ec501y ago

fix: handle permission denial on /app/models symlink setup fallback

MacBook pro
6f09ee61y ago

chore: remove deploy script; add persistent model storage & diagnostics

MacBook pro