Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Don't use STL containers in DLL interface #477

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

Closed
AonekoSS opened this issue Nov 23, 2024 · 3 comments Β· Fixed by #478
Closed

Don't use STL containers in DLL interface #477

AonekoSS opened this issue Nov 23, 2024 · 3 comments Β· Fixed by #478

Comments

@AonekoSS
Copy link

We can't call it in other implementation or languages.

argument for skip layer guidance
std::vector<int> skip_layers = {},
https://github.com/leejet/stable-diffusion.cpp/blob/master/stable-diffusion.h#L169
https://github.com/leejet/stable-diffusion.cpp/blob/master/stable-diffusion.h#L193

@Green-Sky
Copy link
Contributor

@stduhpf you slipped in c++ into the c header again #451

@stduhpf
Copy link
Contributor

stduhpf commented Nov 23, 2024

Oops

@stduhpf
Copy link
Contributor

stduhpf commented Nov 23, 2024

Good catch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants