akleine

Results 5 comments of akleine

### I have just commited my work on that kind of **TINY SD 1.x models**: https://github.com/akleine/stable-diffusion.cpp/tree/tiny-unet-in-sd-cpp **A Pull-Request will be added later**. Perhaps I'll add some DOC about that and...

Does the problem still exist? I had similar problems with another model (a distilled SDXL) **but now there are gone** :-) Using the **same safetensors file:** current master, Oct 30,...

I have just added PR #912 to solve this. Unfortunately the library used **does not give any detailed information about possible errors**. In fact stb_image_write.h (line 77) tells: "Each function...

_Git commit_ **n/a, downloaded vulkan build** Somewhat off topic: that's the reason why I suggested providing the current commit number at start of sd, see #1005 So printing a commit...

That's probably correct, but don't expect much from this kind of **low-level optimization**. As a former assembler programmer, I've looked at ggml's important function **_ggml_vec_dot_f32()._** In this special CPU case...