Add HF-compatible model.safetensors, config.json, and preprocessor_config.json

#1
by guarin HF Staff - opened

Adds three files to make this checkpoint directly loadable via Hugging Face Transformers:

  • model.safetensors β€” exact copy of the existing weights
  • config.json β€” Sapiens2Config for this checkpoint
  • preprocessor_config.json β€” Sapiens2ImageProcessor for this checkpoint

Model class: Sapiens2ForMatting

No weights were modified.The corresponding transformers PR is: https://github.com/huggingface/transformers/pull/45919

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment