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
- 8
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support