Here I will cover what is required to load your own model easily.
- Get a hugging face account : Hugging Face – The AI community building the future.
- Set up your API token

- Decide what model(s) you want to use
- If you chose any of the LLama models, you'll need to register, get permission and add those permissions to your token

- Install hugging face hub
- pip install huggingface_hub
- Login
- huggingface-cli login
- enter your api key when prompted