惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

月光博客
月光博客
Stack Overflow Blog
Stack Overflow Blog
L
LangChain Blog
Jina AI
Jina AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
雷峰网
雷峰网
T
Tailwind CSS Blog
MongoDB | Blog
MongoDB | Blog
博客园 - 【当耐特】
博客园 - 聂微东
V
Visual Studio Blog
博客园_首页
Engineering at Meta
Engineering at Meta
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The Cloudflare Blog
人人都是产品经理
人人都是产品经理
Apple Machine Learning Research
Apple Machine Learning Research
阮一峰的网络日志
阮一峰的网络日志
Microsoft Security Blog
Microsoft Security Blog
GbyAI
GbyAI
F
Fortinet All Blogs
C
Check Point Blog
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - stable-diffusion.cpp-vulkan-git
2026-06-28 · via AUR Newest Packages

lightdot commented on 2026-06-10 11:39 (UTC)

I have cleaned up the PKGBUILD, what remains to be done is start building the integrated web UI. I'll add this soon.

flavionm commented on 2026-03-31 01:19 (UTC)

usr/lib/cmake probably could be removed as well, since this package isn't providing ggml.

balki commented on 2026-01-20 17:55 (UTC)

I removed the mv sd.. line in package fn. Found few more .a files. I think they can be rmed as well.

[builder@225a204de633 w]$ du -sh pkg/stable-diffusion.cpp-vulkan-git/usr/lib/*
16K pkg/stable-diffusion.cpp-vulkan-git/usr/lib/cmake
800K    pkg/stable-diffusion.cpp-vulkan-git/usr/lib/libggml-base.a
972K    pkg/stable-diffusion.cpp-vulkan-git/usr/lib/libggml-cpu.a
56M pkg/stable-diffusion.cpp-vulkan-git/usr/lib/libggml-vulkan.a
76M pkg/stable-diffusion.cpp-vulkan-git/usr/lib/libstable-diffusion.so

gwuensch commented on 2025-12-31 14:22 (UTC)

The binary was only renamed because of a naming conflict, so no need to do this anymore.

bandrami commented on 2025-12-31 13:41 (UTC) (edited on 2025-12-31 13:41 (UTC) by bandrami)

PKGBUILD needs to be updated with the new binary name at line 70

mv "$pkgdir/usr/bin/sd-cli" "$pkgdir/usr/bin/stable-diffusion"

(Apparently diff syntax doesn't work in comments, sorry)

gwuensch commented on 2025-12-15 19:23 (UTC)

The binary doesn't need to be renamed anymore, it is now sd-cli by default as of #1037.

brianrobt commented on 2025-09-15 13:47 (UTC)

Thanks for maintaining this package! Just wanted to note that you don't need to bump the pkgver with every commit, the Wiki even discourages it.

Hi @gwuensch, thanks for the heads up. I wasn't aware of that. I'll revert back to updating it once a week at most.

gwuensch commented on 2025-09-15 12:36 (UTC) (edited on 2025-09-15 12:40 (UTC) by gwuensch)

Thanks for maintaining this package! Just wanted to note that you don't need to bump the pkgver with every commit, the Wiki even discourages it.

brianrobt commented on 2025-08-25 16:04 (UTC) (edited on 2025-08-25 16:05 (UTC) by brianrobt)

@Pyblo, thanks for bring this to my attention. I've changed the executable name to stable-diffusion. Let me know if you have any issues installing or using it.

There's also an open issue for this on the GitHub repo, so I may eventually have to make another update if the upstream decides to change the binary name to something else: https://github.com/leejet/stable-diffusion.cpp/issues/750

Pyblo commented on 2025-08-24 20:25 (UTC)

There is also a big problem with name... It tries to install as sd which generally collides with another application: https://github.com/chmln/sd. It's a very popular and often preinstalled app. Would be better to give it a full name.