Actions
ComfyUISetup » History » Revision 1
Revision 1/3
| Next »
Anonymous, 10/06/2024 09:48 AM
initial version
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:
Resources¶
Updated by almost 2 years ago · 3 revisions