Seamless model browsing with ComfyUI-advanced-model-manager

ComfyUI-advanced-model-manager is a custom node that brings model browsing and downloading directly into ComfyUI. Users can search across hundreds of HuggingFace repositories, download files to the correct folders, and manage their existing models without leaving the interface.
The tool was created by developer BISAM20 to simplify model management for ComfyUI users. It addresses the common frustration of manually downloading and organizing different file types like diffusion models, LoRAs, VAEs, and text encoders.
Built-in browsing and organization tools
- Instant search across all indexed repositories simultaneously.
- One-click downloads that automatically sort files into correct subfolders.
- Workflow browser with example JSONs from ComfyOrg and Kijai.
- HuggingFace live search to discover repositories outside the local index.
- Downloaded tab showing all installed models with delete and open folder options.
- Keyboard shortcut Ctrl + Shift + M for quick panel access.
Users working with large model libraries can save time by searching across every file in every repo at once. The tool normalizes search terms, ignoring underscores and dashes, so typing "wan fp8" finds matching files regardless of naming format.
Practical setup and requirements
The node requires ComfyUI, Python 3.10 or higher, and the huggingface_hub package. Installation is available through ComfyUI Manager by searching for 'Advanced Model Manager.' Users can also install manually by cloning the repository and running pip install. The developer encourages community feedback on the project.
For gated models like Meta Llama, users need to set a HuggingFace token through environment variables or the CLI. The internal repository list includes popular sources like Kijai, comfy-org, and Black Forest Labs, providing a solid starting point for discovering new models.
Get ComfyUI-advanced-model-manager on GitHub.