Skip to content

Vulkan embeddings and lora issue #600

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
daniandtheweb opened this issue Feb 20, 2025 · 3 comments · Fixed by #601
Closed

Vulkan embeddings and lora issue #600

daniandtheweb opened this issue Feb 20, 2025 · 3 comments · Fixed by #601

Comments

@daniandtheweb
Copy link
Contributor

daniandtheweb commented Feb 20, 2025

I've just noticed that image generation using vulkan when an embedding is used generates a black image (only specifying --type f32 it to generate an image).

Also it's impossible to run a generation using a lora as I get this error:

stable-diffusion/stable-diffusion.cpp/ggml/src/ggml.c:3013: GGML_ASSERT(ggml_nelements(a) == ggml_nelements(b)) failed
ptrace: Operation not permitted.
No stack.
The program is not being run.

The issues seems to have originated from commit 7ce63e7.

@daniandtheweb daniandtheweb changed the title Vulkan embeddings issue Vulkan embeddings and lora issue Feb 20, 2025
@stduhpf
Copy link
Contributor

stduhpf commented Feb 22, 2025

I can't reproduce the lora issue, but #601 should fix the embedding problem.

@fszontagh
Copy link
Contributor

@daniandtheweb can you please provide a link to the lora model file?

@daniandtheweb
Copy link
Contributor Author

The issue is fixed with #601. Apparently the lora issue wasn't related at all with any of these changes but I created myself by mistake when testing the embedding issue.

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