Skip to content
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

Don't use STL containers in DLL interface #477

Open
AonekoSS opened this issue Nov 23, 2024 · 3 comments · May be fixed by #478
Open

Don't use STL containers in DLL interface #477

AonekoSS opened this issue Nov 23, 2024 · 3 comments · May be 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 stduhpf linked a pull request Nov 23, 2024 that will close this issue
@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