このページではgitで公開されているAIに関するツールを紹介します。
画像生成AI
ComfyUI
画像生成AIモデルをローカルで使用するためのアプリケーションです。
おそらく今一番使用されているプラットフォームです。モデルにComfyUI向けの設定が同梱されることもあります。
最新のAMDのGPU向けのパッケージも提供されています。しかし古いAMDのGPUでは動作しないようです。
GitHub - Comfy-Org/ComfyUI: The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface. - Comfy-Org/ComfyUI
更新情報
- ComfyUI v0.24.1
- What's Changed Some cast/dtype fixes for the birefnet a […]
- What's Changed feat: MediaPipe face detection (CORE-235 […]
- ComfyUI v0.22.3
- ComfyUI v0.22.2
stable-diffusion.cpp
画像生成AIモデルをローカルで使用するためのアプリケーションです。
名前の通りcppで作成されておりpythonよりも高速です。またAMDのGPUの環境などCudaが動作いない環境でもGPUを使用して実行することができます。
GitHub - leejet/stable-diffusion.cpp: Diffusion model(SD,Flux,Wan,Qwen Image,Z-Image,...) inference in pure C/C++
Diffusion model(SD,Flux,Wan,Qwen Image,Z-Image,...) inference in pure C/C++ - leejet/stable-diffusion.cpp
更新情報
- No content.
- No content.
- No content.
- No content.
- No content.
Stable Diffusion WebUI Forge
画像生成AIモデル(StableDiffusion、Flux.1)をローカルで使用するためのアプリケーションです。
少し前まで覇権でしたが、最近は更新がありません。
GitHub - lllyasviel/stable-diffusion-webui-forge
Contribute to lllyasviel/stable-diffusion-webui-forge development by creating an account on GitHub.
更新情報
- latest binary release here
- previous versions
- No content.
Stable Diffusion web UI
画像生成AIモデル(StableDiffusion、Flux.1)をローカルで使用するためのアプリケーションです。
上記Forgeの元となるアプリケーションです。
こちらも最近は更新がありません。
GitHub - AUTOMATIC1111/stable-diffusion-webui: Stable Diffusion web UI
Stable Diffusion web UI. Contribute to AUTOMATIC1111/stable-diffusion-webui development by creating an account on GitHub.
更新情報
- 1.10.1 Bug Fixes: fix image upscale on cpu (#16275)
- Features: A lot of performance improvements (see below […]
- How to switch to different versions of WebUI Features: […]
- 1.9.4 Bug Fixes: pin setuptools version to fix the star […]
- 1.9.3 Bug Fixes: fix get_crop_region_v2 (#15594) 1.9.2 […]
LLM(チャットボット)AI
ollama
LLMをローカルで使用するためのアプリケーションです。
GitHub - ollama/ollama: Get up and running with Kimi-K2.6, GLM-5.1, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
Get up and running with Kimi-K2.6, GLM-5.1, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models. - ollama/ollama
更新情報
- launch: Fix launch provider drift (#16683)
- launch: Fix launch provider drift (#16683)
- Ollama Launch now supports Hermes Desktop, a native des […]
- New models Gemma 4 QAT weights: the Gemma 4 family is n […]
- New models Nemotron-3-Ultra: NVIDIA Nemotron 3 Ultra is […]
llama.cpp
LLMをローカルで使用するためのアプリケーションです。
名前の通りcppで作成されておりpythonよりも高速です。またAMDのGPUの環境などCudaが動作いない環境でもGPUを使用して実行することができます。
GitHub - ggml-org/llama.cpp: LLM inference in C/C++
LLM inference in C/C++. Contribute to ggml-org/llama.cpp development by creating an account on GitHub.
更新情報
- opencl: add q5_0/q5_1 gemm and gemv kernels for Adreno […]
- vulkan: ifdef eMesaHoneykrisp (build fix) (#24479) Fixe […]
- server: skip unused log lines on router mode (#24463) m […]
- vocab : refactor normalizer flags into options struct, […]
- vendor : update LibreSSL to 4.3.2 (#24397) Signed-off-b […]
LM Studio
LLMをローカルで使用するためのアプリケーションです。
ほかのアプリケーションと異なりGUIで操作できるため初心者でもローカルで実行することができま
す。

LM Studio - Local AI on your computer
Run local AI models like gpt-oss, Llama, Gemma, Qwen, and DeepSeek privately on your computer.
Open WebUI
ローカルのLLMにGUIをつけるアプリケーションです。
Ollamaなどで実行されているローカルのLLMをChatGPTのようなGUIで使用することができます。
GitHub - open-webui/open-webui: User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
User-friendly AI Interface (Supports Ollama, OpenAI API, ...) - open-webui/open-webui
更新情報
- Added 📦 Official knowledge base sync tool. A new compan […]
- Added 🛡️ Redirect-based SSRF protection. All outbound H […]
- Fixed 📜 Chat scroll position on load. Opening a chat co […]
- Added 🔇 Voice Mode mute control. Voice Mode now include […]
- Added 🧠 PaddleOCR-vl document extraction. Administrator […]