Ahsen Khaliq
Ahsen Khaliq
@Sleepychord we should be able to add large models to the hub, see https://huggingface.co/docs/hub/models-uploading for how to add models
@kamalkraj @Sleepychord Great work on the Gradio Demo, we are looking to host it on Hugging Face Spaces, feel free to join the organization here https://huggingface.co/THUDM, by clicking the request...
@Sleepychord opened a PR for the Gradio Web Demo https://github.com/THUDM/CogView2/pull/19
also having this issue
@yoyo-nb thanks, also there is a cvpr organization now on huggingface that you can submit the demo to: https://huggingface.co/CVPR for a chance to win prizes, link to join organization is...
@FingerRec Great when the space is ready, you can also add a badge to the readme so users can find it for example: - Integrated into [Huggingface Spaces 🤗](https://huggingface.co/spaces) using...
@hitachinsk great, let me know if you need any help getting started
@bes-dev awesome, you can see the gradio get started guide here: https://gradio.app/getting_started/, and there is a hosted version of SD on huggingface: https://huggingface.co/spaces/stabilityai/stable-diffusion with the code for the gradio demo...
@bes-dev gradio suoports image editing with masking/inpainting you can see this demo for example https://www.youtube.com/watch?v=bu2xwx-6JGk and also UI which is more complex https://github.com/hlky/stable-diffusion-webui/blob/master/webui.py
@bes-dev gradio now supports iterative outputs using gradio==3.2.1b0 