From a4840eed5f32ffc4a1419294bd44dd6226115ede Mon Sep 17 00:00:00 2001 From: lin-bot23 Date: Thu, 16 Jul 2026 06:13:41 +0800 Subject: [PATCH 1/2] docs: add Ollama FAQ entry to Desktop FAQ page --- installation/desktop/faq.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/installation/desktop/faq.mdx b/installation/desktop/faq.mdx index 4679e6037..4c7ba4dd3 100644 --- a/installation/desktop/faq.mdx +++ b/installation/desktop/faq.mdx @@ -82,6 +82,11 @@ You can browse and restore any snapshot from the app's **Snapshots** section. - Try taking a manual snapshot first via the app menu - If the issue persists, restore to a previous snapshot and try again + +ComfyUI does not natively integrate with [Ollama](https://ollama.ai) for diffusion model backends. However, you can use Ollama-served LLMs for prompt generation and text processing through **partner nodes** or **custom nodes** available in the ComfyUI Manager registry. + +For connecting ComfyUI to LLM services, see [ComfyUI Account API Key Integration](/development/comfyui-server/comfyui-account-api-key-integration). + Comfy Desktop and its installations are separate on disk. To fully remove: From 8baab3c10b9c5f4d5e6317276633b3df5d30b778 Mon Sep 17 00:00:00 2001 From: lin-bot23 Date: Wed, 22 Jul 2026 13:14:53 +0800 Subject: [PATCH 2/2] fix: correct Ollama FAQ link and remove incorrect partner nodes reference --- installation/desktop/faq.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/desktop/faq.mdx b/installation/desktop/faq.mdx index dc90b8748..1dccc3a3c 100644 --- a/installation/desktop/faq.mdx +++ b/installation/desktop/faq.mdx @@ -93,9 +93,9 @@ This stops the ComfyUI Python process but leaves the desktop app window open so - If the issue persists, restore to a previous snapshot and try again -ComfyUI does not natively integrate with [Ollama](https://ollama.ai) for diffusion model backends. However, you can use Ollama-served LLMs for prompt generation and text processing through **partner nodes** or **custom nodes** available in the ComfyUI Manager registry. +ComfyUI does not natively integrate with [Ollama](https://ollama.ai) for diffusion model backends. However, you can use Ollama-served LLMs for prompt generation and text processing through **custom nodes** available in the ComfyUI Manager registry. -For connecting ComfyUI to LLM services, see [ComfyUI Account API Key Integration](/development/comfyui-server/comfyui-account-api-key-integration). +For connecting ComfyUI to LLM services, see [Install Custom Nodes](/installation/install_custom_node). Comfy Desktop and its installations are separate on disk. To fully remove: