- Notifications
You must be signed in to change notification settings - Fork539
add HunyuanImage-2.1 as library#1739
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks@yestinl for the PR! Left a few comments to address, especially around the download count rule.
| countDownloads:`path:"model_vae_fp16.pt"`, | ||
| snippets:snippets.threedtopia_xl, | ||
| }, | ||
| "HunyuanImage-2.1":{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
can you move this entry up in the mapping to keep alphabetical order?
| prettyLabel:"HunyuanImage-2.1", | ||
| repoName:"HunyuanImage-2.1", | ||
| repoUrl:"https://huggingface.co/tencent/HunyuanImage-2.1", | ||
| countDownloads:`path_filename:"hunyuanimage2.1.safetensors"`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
looking at the models listed onhttps://huggingface.co/models?other=HunyuanImage-2.1, I can't find a"hunyuanimage2.1.safetensors" file in them. Best would be to adopt a common structure in these repos and then chose a file to count the downloads from.
No description provided.