Commit History

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

arabago96 commited on

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

arabago96 commited on

docs: add inline documentation to all modified files
cd2bf91

arabago96 commited on

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

arabago96 commited on

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

arabago96 commited on

fix: disable NVML checks for ZeroGPU virtualized GPU environment
6b070eb

arabago96 commited on

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

arabago96 commited on

fix: adapt gaussian renderer to standard diff_gaussian_rasterization API
fb67d8b

arabago96 commited on

fix: replace wheels with torch 2.8.0 ABI-compatible builds
37bc42d

arabago96 commited on

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

arabago96 commited on

fix: upgrade torch 2.4→2.8.0 for ZeroGPU compatibility
5f1e6e0

arabago96 commited on

Update app.py
76d7b4b
verified

arabago96 commited on

Update app.py
c5d3e40
verified

arabago96 commited on

Pin fastapi and starlette to fix Gradio 4 compatibility
d656e74

arabago96 commited on

Update GPU duration from 120s to 60s
dc50138

arabago96 commited on

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

arabago96 commited on

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

arabago96 commited on

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

arabago96 commited on

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

arabago96 commited on

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

arabago96 commited on

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

arabago96 commited on

Add warning comments for ZeroGPU limits
c27fcec

arabago96 commited on

Update GPU durations to 120s for ZeroGPU free tier
56ec3d2

arabago96 commited on

Revert GPU durations to 180s to conform to ZeroGPU bounds
843aa16

arabago96 commited on

Update generation and export duration to 240s
115e521

arabago96 commited on

Fix CUDA runtime error on Stateless GPU ZeroGPU environment
54852a9

arabago96 commited on

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

arabago96 commited on

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

arabago96 commited on

fix: patch _json_schema_to_python_type to handle True/False bool schemas
99dc45e

arabago96 commited on

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

arabago96 commited on

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

arabago96 commited on

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

arabago96 commited on

Fix iPhone image orientation bug by adding pillow_heif
b2e81f0

arabago96 commited on

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

arabago96 commited on

fix: resolve build conflict + 150s export timeout
fa14cfd

arabago96 commited on

Update gamma correction to 1.8
3b3032f

arabago96 commited on

Fix float type error in sampler steps
23f214e

arabago96 commited on

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

arabago96 commited on

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

arabago96 commited on

Fix: Change max_sh_degree to sh_degree for Python SH conversion
c857eb3

arabago96 commited on

Fix: Apply proper DC bias fix - Enable Python SH conversion with +0.5 bias, remove masked boost patch
4ed22f7

arabago96 commited on

Revert: Remove all boosts and gamma correction - Restoring original behavior
b816038

arabago96 commited on

Fix: Remove division by C0 (0.282) - SH boost amount is now RAW +0.5
2ee0b4e

arabago96 commited on

Fix: Masked Constant Boost (+0.5) - Exact shadow color match, no variable curve
332b074

arabago96 commited on

Fix: Restoration of Smart SH Boost (Threshold 0.4, Max 0.7) - Overwriting regression
a69dc0a

arabago96 commited on

Fix: Update preprocess_image to return 2 values for UI debug
3f6083f

arabago96 commited on

Fix: Revert aggressive Hump boost, use Soft Boost for natural colors. Add Debug Image to UI.
9be777d

arabago96 commited on

Fix: Safe SH Boost - Hump curve to preserve True Black (0.0) while lifting shadows
ccbe410

arabago96 commited on

Fix: Smart SH Boost - Only lift shadows (<0.4 lum), preserve highlights
2eee64f

arabago96 commited on

Fix: Remove global gamma, bake BiRefNet model, optimize Docker for startup
3a898ee

arabago96 commited on