-
Notifications
You must be signed in to change notification settings - Fork 371
feat: add convert api #142
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
Conversation
@leejet Due to the API refactor, I think I don't need to add additional package code (I mean this project https://github.com/seasonjs/stable-diffusion.cpp-build). Are you willing to let github ci support building dynamic libraries? If you are willing, I am willing to modify ci and submit a PR.
|
@Cyberhan123 is there a point in not using avx2 for linux/mac amd64 ? |
Only supports avx2 |
@leejet would be cool if we could bake in a custom vae, like the f16 fix for xl. |
I use avx2 and CUDA with Linux. |
@Cyberhan123 I'd appreciate someone helping to set up the corresponding CI. I haven't had much free time lately to work on this. |
I'm not quite following what you mean. It's been possible to specify custom vae for a while now. |
but to have them merged/replaced into the same gguf |
It has been supported now.
|
Okay, after ggml is merged and the PR of rocm is completed, I will implement it. |
No description provided.