CoolFace
Apppublic

arabago96/Ai_spatial_modeling

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
1likes
50 commits on main
d1779b32mo ago

revert(app): extract_glb duration back to 60s

arabago96, Claude Opus 5
0e390852mo ago

test(xatlas): raise extract_glb to 300s and log real elapsed seconds

arabago96, Claude Opus 5
5191b262mo ago

fix(xatlas): stop the 25s timeout preempting models that used to export

arabago96, Claude Opus 5
cb541e02mo ago

revert(xatlas): drop the decimate-on-timeout fallback; dump the mesh every run

arabago96, Claude Opus 5
8988c552mo ago

fix(xatlas): reduce density on timeout - the only lever that actually works

arabago96, Claude Opus 5
d0081922mo ago

fix(xatlas): drop the disproven retry, hand back the mesh that hangs

arabago96, Claude Opus 5
833d1cf2mo ago

fix(xatlas): bound the unbounded piecewise-recompute loop that hangs on dense meshes

arabago96, Claude Opus 5
4ecb6862mo ago

diag(xatlas): instrument parametrize_mesh to catch the silent GLB crash

arabago96, Claude Opus 5
02384662mo ago

revert: remove pymeshfix subprocess-timeout mechanism entirely - broke ZeroGPU

arabago96
d678c572mo ago

fix: move pymeshfix subprocess worker out of trellis package, revert GPU duration to 60

arabago96
bba25032mo ago

fix: hard-timeout pymeshfix hole-filling to stop indefinite hangs on high-branch-count meshes

arabago96
d152cc44mo ago

fix: restore flash-attn 2.8.3 — hard import in trellis attention module

arabago96
8b888144mo ago

fix: remove flash-attn — caused RunPod xformers conflict, not required by either env

arabago96
cd2bf914mo ago

docs: add inline documentation to all modified files

arabago96
966534b4mo ago

fix: use cu128 wheels matching ZeroGPU's torch CUDA 12.8 environment

arabago96
84714e24mo ago

fix: build diff_gaussian_rasterization from source for H200 (sm_90) GPUs

arabago96
6b070eb4mo ago

fix: disable NVML checks for ZeroGPU virtualized GPU environment

arabago96
24dfefa4mo ago

fix: add antialiasing param and handle 3-value return from rasterizer

arabago96
fb67d8b4mo ago

fix: adapt gaussian renderer to standard diff_gaussian_rasterization API

arabago96
37bc42d4mo ago

fix: replace wheels with torch 2.8.0 ABI-compatible builds

arabago96
699ccee4mo ago

fix: xformers 0.0.32 → 0.0.32.post2 (base version doesn't exist on PyPI)

arabago96
5f1e6e04mo ago

fix: upgrade torch 2.4→2.8.0 for ZeroGPU compatibility

arabago96
76d7b4b5mo ago

Update app.py

arabago96
c5d3e406mo ago

Update app.py

arabago96
d656e746mo ago

Pin fastapi and starlette to fix Gradio 4 compatibility

arabago96
dc501386mo ago

Update GPU duration from 120s to 60s

arabago96
85ba34f6mo ago

fix: handle non-RGB images in BiRefNet (CMYK, grayscale, LA modes)

arabago96
5722c346mo ago

fix: remove gr.api() calls incompatible with installed Gradio version

arabago96
dc114186mo ago

fix: add preprocessed_images to preprocess_multi; auto-detect multiimage mode from data in image_to_3d

arabago96
63312ed7mo ago

Bump max_hole_size to 0.06 - middle ground between 0.04 (too weak) and 0.1 (too aggressive)

arabago96
033735d7mo ago

Dial back hole-filling: revert max_hole_size to 0.04, modest nbe increase with floor of 96, keep simplify connection

arabago96
db720247mo ago

Improve hole-filling: higher thresholds, min nbe floor of 128, double-pass fill

arabago96
c27fcec7mo ago

Add warning comments for ZeroGPU limits

arabago96
56ec3d27mo ago

Update GPU durations to 120s for ZeroGPU free tier

arabago96
843aa167mo ago

Revert GPU durations to 180s to conform to ZeroGPU bounds

arabago96
115e5217mo ago

Update generation and export duration to 240s

arabago96
54852a97mo ago

Fix CUDA runtime error on Stateless GPU ZeroGPU environment

arabago96
a0316167mo ago

fix: add kornia+timm deps, use utils_birefnet.py wrapper (same as ASM-o2.1-MULTIIMAGE)

arabago96
98670cc7mo ago

feat: use BiRefNet for background removal in both single and multi-image paths

arabago96
99dc45e7mo ago

fix: patch _json_schema_to_python_type to handle True/False bool schemas

arabago96
110972c7mo ago

fix: full Gradio 5.x compatibility - replace deprecated gr.update() with component returns

arabago96
599c52b7mo ago

fix: monkey-patch gradio_client bool schema bug directly at runtime

arabago96
995c36b7mo ago

fix: pin gradio==4.44.1 for ssr_mode support, remove runpod dep

arabago96
b2e81f07mo ago

Fix iPhone image orientation bug by adding pillow_heif

arabago96
ef97a0b7mo ago

fix: restore ssr_mode=False to prevent Gradio api_info() crash on startup

arabago96
fa14cfd7mo ago

fix: resolve build conflict + 150s export timeout

arabago96
3b3032f7mo ago

Update gamma correction to 1.8

arabago96
23f214e7mo ago

Fix float type error in sampler steps

arabago96
a4a2c5f8mo ago

Revert "Fix: Bypass C0 multiplication for DC-only SH - directly add 0.5 bias for correct shadow rendering"

arabago96
4d552878mo ago

Fix: Bypass C0 multiplication for DC-only SH - directly add 0.5 bias for correct shadow rendering

arabago96