You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
daniandtheweb
changed the title
Vulkan embeddings issue
Vulkan embeddings and lora issue
Feb 20, 2025
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.
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:
The issues seems to have originated from commit 7ce63e7.
The text was updated successfully, but these errors were encountered: