Big-LaMa Inpainting Model (Safetensors)

This is the big-lama image inpainting model, converted to the safetensors format from the original .pt release by Sanster.

  • โœ… Only the generator weights are included
  • โŒ Evaluation code and FID scoring models have been removed
  • โœ… TorchScript converted to state_dict
  • โœ… 100% compatible with inference pipelines based on LaMa

How to use

from safetensors.torch import load_file
from huggingface_hub import hf_hub_download

# Download from Hub
weights_path = hf_hub_download("michaelgold/big-lama-safetensors", "big-lama.safetensors")

# Load into your model
state_dict = load_file(weights_path)
Downloads last month
18
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support