kuprel / min-dalle

min(DALL·E) is a fast, minimal port of DALL·E Mini to PyTorch
MIT License
3.48k stars 256 forks source link

Huggingface hub integration #55

Open kamalkraj opened 2 years ago

kamalkraj commented 2 years ago

Any plans on integrating the model download with huggingface hub.

Instead of all models in single repo, we can have 2 repo , one each for mini and mega.

I can contribute this feature. Please let me know your thoughts on this.

Thanks

kuprel commented 2 years ago

What are the advantages over using requests?

kamalkraj commented 2 years ago

Automatic download cache, resume download, Also automatically re-download if file in hub updated.