YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
S-Modeller Scene Checkpoints
Model checkpoints for the s-modeller-scene pano service.
Files
| File | Description | Original Source |
|---|---|---|
big-lama.pt |
LaMa inpainting model | simple-lama-inpainting |
big-lama-config.yaml |
LaMa inference config | Generated |
omnidata_dpt_depth_v2.ckpt |
Omnidata depth model | EPFL-VILAB/omnidata-models |
omnidata_dpt_normal_v2.ckpt |
Omnidata normal model | EPFL-VILAB/omnidata-models |
Usage
from huggingface_hub import hf_hub_download
# Download all checkpoints
for filename in ["big-lama.pt", "big-lama-config.yaml", "omnidata_dpt_depth_v2.ckpt", "omnidata_dpt_normal_v2.ckpt"]:
hf_hub_download(repo_id="tomiwaadey/s-modeller-checkpoints", filename=filename, local_dir="checkpoints")
Or use the download script:
./scripts/download_checkpoints.sh
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support