jina-ai / discoart

🪩 Create Disco Diffusion artworks in one line
Other
3.84k stars 249 forks source link

add web demo/model to Huggingface #6

Closed AK391 closed 2 years ago

AK391 commented 2 years ago

Hi, would you be interested in adding discoart to Hugging Face? The Hub offers free hosting, and it would make your work more accessible and visible to the rest of the ML community. Models/datasets/spaces(web demos) can be added to a user account or organization similar to github. So a organization for jina-ai can be made for easy team collaboration and the repo called discoart would be under it.

Example from other organizations: Keras: https://huggingface.co/keras-io Microsoft: https://huggingface.co/microsoft Facebook: https://huggingface.co/facebook

Example spaces with repos: github: https://github.com/salesforce/BLIP Spaces: https://huggingface.co/spaces/salesforce/BLIP

github: https://github.com/facebookresearch/omnivore Spaces: https://huggingface.co/spaces/akhaliq/omnivore

and here are guides for adding spaces/models/datasets to your org

How to add a Space: https://huggingface.co/blog/gradio-spaces how to add models: https://huggingface.co/docs/hub/adding-a-model uploading a dataset: https://huggingface.co/docs/datasets/upload_dataset.html

Please let us know if you would be interested and if you have any questions, we can also help with the technical implementation.

hanxiao commented 2 years ago

yeah please just go ahead and implement i don't have time

TomPham97 commented 2 years ago

@AK391 @hanxiao I would like to initialize and maintain the discoart models on Huggingface hub. Here is my first attempt at it, but I don't know yet how to set up the model_index.json file.