Add /normal16 endpoint: raw float16 normals (.npy) to avoid 8-bit quantisation grain c6a2f5f Running verified sciencellama commited on May 29
Return normal map as lossless PNG via gr.File (avoid webp orange-peel) 5836176 verified sciencellama commited on May 21
Return depth as 16-bit PNG via gr.File (preserve full precision) 5b41476 verified sciencellama commited on May 21
Switch to ZeroGPU hardware (model requires float16 = GPU) f76e55a verified sciencellama commited on May 21
Fix bool-schema bug in gradio_client (crash on /gradio_api/info) f368279 verified sciencellama commited on May 21
Bind to 0.0.0.0:7860 so HF proxy can reach the server 8e61a1b verified sciencellama commited on May 21
Pin transformers==4.44.0 (has FLAX_WEIGHTS_NAME); add torchvision e44a10a verified sciencellama commited on May 21
Add cached_download + HfFolder shims for hub>=0.30 compat 35745a5 verified sciencellama commited on May 21
Fix ResolutionImpossible: drop huggingface_hub pin + torch pin (HF base provides) 59e92eb verified sciencellama commited on May 21
No gradio-client pin - let gradio 5.x sdk injection handle it 61798c0 verified sciencellama commited on May 21
Remove gradio-client pin (conflicts with gradio 5.x sdk injection) 0c1f775 verified sciencellama commited on May 21
Bump gradio sdk to 5.6.0 (python 3.10 already pinned, audioop safe) 27ea63b verified sciencellama commited on May 21
Override bundled gradio-client to fix json-schema bool bug 43b37e8 verified sciencellama commited on May 21
Pin python_version to 3.10 (audioop removed in 3.13) 207c75a verified sciencellama commited on May 21
Slim requirements: drop torch (preinstalled), drop gradio (sdk handles) 6ea6120 verified sciencellama commited on May 21
Match haodongli build deps (torch 2.5.1, gradio 4.44) 5c08523 verified sciencellama commited on May 21
saving as .tiff didn't work - it doesnt seem to calculate the depth ec99a99 verified sciencellama commited on Feb 22, 2025
Revert num_inference_steps=1 from 3. Didnt seem to change much 15ba24b verified sciencellama commited on Feb 22, 2025
num_inference_steps=3, from 1 - trying to remove the noise in the generated image 83b9f2e verified sciencellama commited on Feb 22, 2025
Update to export depth maps for depth estimation as 16bits, not 8 bits 824ae52 verified sciencellama commited on Feb 22, 2025