# ComfyUI Launcher Requirements # Python dependencies for the GTK4 ComfyUI launcher # Core GTK bindings PyGObject>=3.42.0 # System monitoring (optional, fallback to system commands if not available) psutil>=5.9.0 # Note: Additional system dependencies required: # - GTK4 development libraries # - Cairo development libraries # - GObject Introspection development libraries # - pkg-config # - Python development headers # # Install system dependencies first: # # Fedora/RHEL/CentOS: # sudo dnf install cairo-devel gobject-introspection-devel gtk4-devel pkg-config python3-devel # # Debian/Ubuntu: # sudo apt install libcairo2-dev libgirepository1.0-dev libgtk-4-dev pkg-config python3-dev # # Arch Linux: # sudo pacman -S cairo gobject-introspection gtk4 pkgconf python