Image2Model / patches

Commit History

Patch autoencoder_kl_triposg: fix embedder fp32 upcast in _decode
708c3df

Daankular commited on

Fix dtype mismatch in flash_extract_geometry: force fp16 for VAE decode
0183927

Daankular commited on

Fix TripoSG NaN cascade and remove stale autocast wrapper
6e9c7d3

Daankular commited on

Skip DiffDMC (CUDA arch mismatch on A10G), use marching cubes with adaptive iso-level and bg_fill
efc7f8b

Daankular commited on

Fix NaN handling in flash_extract_geometry: preserve NaN for DiffDMC, use -1.0 for MC fallback
2bb9311

Daankular commited on

Pre-convert grid_logits to CPU before DiffDMC attempt (prevents CUDA ctx corruption in fallback)
b7c4667

Daankular commited on

Add explicit error logging + last-resort MC fallback in flash_extract_geometry
9336ed9

Daankular commited on

Patch flash_extract_geometry: marching cubes fallback when DiffDMC unavailable (fixes NoneType on mesh output)
bd0513b

Daankular commited on

Patch TripoSG flash_extract_geometry: guard empty next_points (IndexError on min())
ea4e62c

Daankular commited on

Patch PSHuman attn: use kwargs in Attention.__init__ (diffusers added kv_heads param, breaking positional args)
c74f8a5

Daankular commited on

Patch PSHuman unet: _load_state_dict_into_model moved to model_loading_utils in diffusers>=0.28
6b03536

Daankular commited on

Fix PSHuman CLIPFeatureExtractor removed in transformers>=5.0
bc24ce2

Daankular commited on

Replace runtime TripoSG string-patching with pre-patched files in patches/triposg/
4a05450

Daankular commited on