-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release ACE on Hugging Face #49
Comments
Hi Niels, Thank you for reaching out and for your thoughtful offer. We are excited to upload our models and create a Hugging Face Space! Running the ACE demo on an A100 would be fantastic! 🥳 Our plan is to release the ACE models by the end of October. We appreciate your patience as we complete our preparations. Thank you once again for your support, and we look forward to collaborating with you! Best regards, Zhen Han Wanx Team, Alibaba Group |
Hi @NielsRogge I hope this message finds you well. We are excited to announce that we are ready to release our ACE model, and as part of our launch strategy, we are looking to build a demo on Hugging Face. In order to facilitate this demonstration and showcase the capabilities of our model effectively, we would greatly appreciate your support in the form of an A100 grant. The A100 GPUs will enable us to harness the full potential of our model, ensuring a smooth and responsive user experience for our demo. Thank you for considering our request. We are looking forward to the possibility of collaborating with you and contributing to the Hugging Face community. Warm regards, Wanx Team, Alibaba Group |
thanks for the update, will ping @hysts here. The best might be to leverage ZeroGPU (which is A100s which are shared among hundreds of Spaces, for free): https://huggingface.co/zero-gpu-explorers |
Hi @LouieStark |
Hi @hysts ! We are excited to share that we have developed a demo for ACE on Hugging Face Spaces and have submitted an application for the community grant. We would greatly appreciate your assistance in assigning ZeroGPU to our space. Thank you for your consideration. |
@LouieStark Awesome! I just assigned ZeroGPU to the Space. |
Hi @hysts! This week, we're excited to announce the upcoming release of the ACE-0.6b-1024px model, which significantly enhances image generation quality. To showcase the capabilities of our new model and to allow users to compare the differences between the two versions, we have created a space to demonstrate our demo. We would greatly appreciate your assistance in assigning ZeroGPU to the new space: ACE-Refiner-Chat by Scepter Studio. Thank you for considering our request. |
Hi @maochaojie Cool! I just assigned ZeroGPU! |
Great! I assume you're going to upload the model similar to https://huggingface.co/scepter-studio/ACE-0.6B-512px/? I opened a PR to add the "image-to-image" tag: https://huggingface.co/scepter-studio/ACE-0.6B-512px/discussions/1 |
@NielsRogge Yes, we plan to release a new model of ACE(https://huggingface.co/scepter-studio/ACE-0.6B-1024px). The "image-to-image" tag will make it more convenient for everyone to use our model and it's a great feature. |
Hello @wenmengzhou and team 🤗
I'm Niels and work as part of the open-source team at Hugging Face. I discovered ACE as it got featured on AK's daily papers: https://huggingface.co/papers/2410.00086. The paper page lets people discuss about your paper and lets them find artifacts about it (your model for instance) you can also claim the paper as yours which will show up on your public profile at HF.
Would you like to host the model you've pre-trained on https://huggingface.co/models? Hosting on Hugging Face will give you more visibility/better discoverability. We can add tags in the model cards so that people find the models easier, link it to the paper page, etc.
If you're down, leaving a guide here. If it's a PyTorch model, you can use PyTorchModelHubMixin class which adds from_pretrained and push_to_hub to the model which lets you to upload the model and people to download and use models right away.
If you do not want this and directly want to upload model through UI or however you want, people can also use hf_hub_download.
After uploaded, we can also link the models to the paper page (read here) so people can discover your model.
You can also build a demo to your model on Spaces we can provide you an A100 grant.
What do you think?
Kind regards,
Niels
The text was updated successfully, but these errors were encountered: