Actions
ComfyUI Setup¶
The following describes how to setup "https://www.comfy.org/":ComfyUI on Ubuntu 24.04. Note that a modern GPU is required.
Install ComfyUI¶
ComfyUI will be installed into a Python virtual environment which keeps it somewhat isolated from the rest of the system.
- Install virtualenv if it is not already installed:
- Create virtualenv at
/opt/comfyuiand then update pip: - Install pytorch into the virtualenv (NOTE: this assumes an NVidia GPU and the appropriate drivers must already be installed):
- Install ComfyUI within the virtualenv:
- Download and install Flux model
- Copy model to
models/checkpointsdirectory: - Base ComfyUI and Flux model is now installed. To run:
Install ComfyUI Manager¶
ComfyUI Manager adds some nice features to the UI. The most useful feature is the one that will list unknown nodes from a workflow graph along with links to where to install the node.
- Install ComfyUI Manager:
- Restart ComfyUI to use.
Resources¶
Install Guides¶
- https://comfyui-wiki.com/install/install-comfyui/install-comfyui-on-linux
- https://comfyui-wiki.com/tutorial/advanced/flux1-comfyui-guide-workflow-and-examples
Nodes¶
- https://github.com/ltdrdata/ComfyUI-Impact-Pack
- https://github.com/city96/ComfyUI-GGUF
- https://github.com/pythongosssss/ComfyUI-Custom-Scripts
- https://github.com/ssitu/ComfyUI_UltimateSDUpscale
- https://github.com/SeargeDP/ComfyUI_Searge_LLM
- https://github.com/rgthree/rgthree-comfy
- https://github.com/cubiq/ComfyUI_essentials
- https://github.com/chrisgoringe/cg-image-picker
- https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData
- https://github.com/Smirnov75/ComfyUI-mxToolkit
- https://github.com/edelvarden/ComfyUI-ImageMetadataExtension
Updated by 7 months ago · 3 revisions