Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions installation/desktop/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ This stops the ComfyUI Python process but leaves the desktop app window open so
- Try taking a manual snapshot first via the app menu
- If the issue persists, restore to a previous snapshot and try again
</Accordion>
<Accordion title="Can I use Ollama with ComfyUI?">
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 [Install Custom Nodes](/installation/install_custom_node).
</Accordion>
<Accordion title="How do I uninstall Comfy Desktop?">
Comfy Desktop and its installations are separate on disk. To fully remove:

Expand Down
Loading