Matti Pulkkinen
Matti Pulkkinen
Actually, after the last weeks .net (9) update, I'm having a weird issue: First video that I make using VideoWriter works like a charm, but any after that without restarting...
If you are using docker-compose up, the docker-compose.yml is not correctly configured, this worked for me (bolded the most important part): version: '3' services: opus-mt: build: . volumes: - somepathtomodels:/usr/src/app/models...
I've been fighting with this issue for whole evening now. I don't even know how this happened to me. I was implementing some Microsoft Store features and suddenly my app...
Ah, thank you very much, that worked. At least I won't waste another evening with this
I created a pull request to fix the absolute path problem: https://github.com/leejet/stable-diffusion.cpp/pull/598 However, there's another issue: https://github.com/leejet/stable-diffusion.cpp/issues/566 I was able to workaround it with the suggetion there, but it's not...
Same for me...
This happened to me when using Photomaker. params.mem_size *= 4; kind of fixed it, but not obviously correct way to go
I have the exact same issue, very simple steps: 1. Start up the example in this repo 2. Use Cuda12.win 3. Load for example https://huggingface.co/second-state/stable-diffusion-v1-5-GGUF 4. Load model, prompt anything...
Actually right after commenting here, the integration started to crash on all resolutions, app restart did not work. I tried one other c# "wrapper" for the cpp code and that...
OK, looks like there's issue with the latest .cpp: CUDA error: no kernel image is available for execution on the device current device: 0, in function ggml_cuda_compute_forward at D:\a\stable-diffusion.cpp\stable-diffusion.cpp\ggml\src\ggml-cuda\ggml-cuda.cu:2174 So,...