leejet
leejet
> Hey, finally stable diffusion for ggml 😄 > > Did a test run > > ``` > $ ./sd -t 8 -m ../models/v1-5-pruned-emaonly-ggml-model-q8_0.bin -p "alps, distant alms, small church,...
> Adding my first impressions here as well. I had some compile errors in my system: > > ``` > stable-diffusion.cpp/stable-diffusion.cpp: In function ‘void copy_ggml_tensor(ggml_tensor*, const ggml_tensor*)’: > stable-diffusion.cpp/stable-diffusion.cpp:171:5: error:...
> I am using `gcc (Ubuntu 12.3.0-1ubuntu1~23.04) 12.3.0`, which should be the current version of GCC in Ubuntu-latest. I'm using `gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)`. Haha, environmental issues can indeed...
Thank you for the feedback. Thank you for creating such amazing ggml. > * Would be nice to upstream the new `ggml` operators at some point. Not sure about the...
> Any plans for sdxl? I'm willing to implement SDXL once I've improved the support for SD 1.x and added support for SD 2.x.
> 6. my little benchmark suggests the bottleneck is not the model file, but the _dynamic_ data. What number type do you use for it, llama.cpp has shown little to...
> Wow, this is so cool. Easy to convert existing models, quantization.. very nice. > > https://github.com/bes-dev/stable_diffusion.openvino
> $ ./sd -t 12 -m ../models/v1-5-pruned-emaonly-ggml-model-q8_0.bin -p "photo of a lovely cat, high quality" -n "blurry, ugly, jpeg compression, artifacts, unsharp" -v -H 768 -W 768 Since you are...
> @leejet i dont think that is how that label is supposed to be used 😄 You're right, I made a mistake. I accidentally clicked on it while browsing, it...
This is currently supported. You can pull the latest master code and give it a try.