sketch2pose icon indicating copy to clipboard operation
sketch2pose copied to clipboard

add web demo/models/datasets to SIGGRAPH 2022 organization on Hugging Face

Open AK391 opened this issue 2 years ago • 11 comments

Hi, congrats for the acceptance at SIGGRAPH 2022. We are having an event on Hugging Face for SIGGRAPH 2022, where you can submit spaces(web demos), models, and datasets for papers for a chance to win prizes. The Hub offers free hosting and would make your work more accessible to the rest of the community. Hugging Hub works similar to github where you can push models/dataset/demos to user profiles or organization accounts. For siggraph you can add the models/datasets/demos to this organization:

https://huggingface.co/SIGGRAPH2022

after joining the organization using this link: https://huggingface.co/organizations/SIGGRAPH2022/share/lKvMytVEyvqyWBIbfrcZTeBhNQLXklhIHG

let me know if you need any help with the above steps, thanks

AK391 avatar Aug 11 '22 05:08 AK391

Hi, thanks! I have added the demo, though it is not full due to lack of GPU.

kbrodt avatar Aug 16 '22 23:08 kbrodt

@kbrodt thanks for adding the demo although it is with the streamlit sdk, have you tried gradio: https://gradio.app/, it has some nice features like queueing, concurrency, and is used in apps like min-dalle: https://huggingface.co/spaces/kuprel/min-dalle

AK391 avatar Aug 17 '22 02:08 AK391

@AK391 I'm trying to use gradio. Is it possible to get access to GPU resources for full demo and to cache results for all examples?

kbrodt avatar Aug 17 '22 14:08 kbrodt

@kbrodt yes, you can request gpu access like this https://huggingface.co/spaces/THUDM/CogVideo/discussions/2, usually it is a t4 gpu, for gradio examples are cached by default on spaces with the setting cache_examples=True, I see you are using Interface API so the docs are here: https://gradio.app/docs/#interface-header

AK391 avatar Aug 17 '22 14:08 AK391

@AK391 I published demo based on gradio sdk. Also I requested a GPU

kbrodt avatar Aug 18 '22 13:08 kbrodt

@kbrodt awesome, thanks, I will also followup with the team on the gpu request

AK391 avatar Aug 18 '22 14:08 AK391

Thanks! I had tested and anythinks woks fine.

kbrodt avatar Aug 18 '22 16:08 kbrodt

@kbrodt May I ask why I can only run sample bitmap images on demo? I can't upload a new bitmap image to run myself.

Cicistrawberry avatar Nov 25 '22 16:11 Cicistrawberry

I've tested and it works, though on CPU it takes about 5 min image

kbrodt avatar Nov 25 '22 16:11 kbrodt

I've tested and it works, though on CPU it takes about 5 min image

I tried again and made it, too. Thank you very much!!!

Cicistrawberry avatar Nov 25 '22 16:11 Cicistrawberry

@kbrodt May I ask why I can only run sample bitmap images on demo? I can't upload a new bitmap image to run myself.

me too

Xushuolin avatar Jul 16 '23 00:07 Xushuolin