Views
No views yet
smartywu/big-lama (official LaMa team upload, ~400 MB PyTorch checkpoint)src/lib/ai/biglama.ts (TBD)[N, 4, H, W] — RGB (channels 0-2) + binary mask (channel 3, 1.0 = inpaint, 0.0 = keep). H/W dynamic.[N, 3, H, W] — inpainted RGB, same spatial dims as input.biglama.onnx — ONNX graph (4.7 MB)biglama.onnx.data — external weights (194.6 MB, present because the model exceeds the ONNX protobuf size limit)README.md — this filePYTHON_CONVERSIONS_GUIDE.md.