ComfyUI Extension
Ruucm's ComfyUI Nodes
Nodes: Load External LoRA Model Only
ruucm/ruucm-comfy
Nodes6
On cloudLocal install
Categoryimage/filters, face/gaze
Stars3
Updated5 months ago
Nodes (6)
Batch Average Image
Turn a stack of frames into one clean average
image/filters
Gaze Offset Calculator
The tiny node that stops LivePortrait from staring through you
face/gaze
Load External LoRA Model Only
Drop a LoRA URL into ComfyUI and let it fetch the file itself
loaders
Nano Banana Edit
Put someone else's gaze in your photo without touching anything else
image/ai
Nano Banana Eye Match
Match a face's gaze with zero fiddling — and zero checking
image/ai
Ruucm Share Screen
Turn your screen into a ComfyUI image input, no print-screen required
ruucm 🎾
Readme
ruucm-comfy
Node List
Load External Lora Model Only
Load external lora by URL.
Tested with Flux Dev model.
Share Screen
Share screen with ComfyUI.
Base codes from ComfyUI_zfkun.
Dev
- Clone ComfyUI
git clone https://github.com/comfyanonymous/ComfyUIfollow the install and setup instructions of ComfyUI README - Clone ruucm-comfy in /ComfyUI folder
cd custom_nodes && git clone https://github.com/ruucm/ruucm-comfy.git
- npm install
inside
/ComfyUI/custom_nodes/ruucm-comfydocd ui && npm installthis will install all node dependencies - build and run
inside
/ComfyUI/custom_nodes/ruucm-comfy/uinpm run build --watchthis command will watch for your file changes and automatically rebuild, you just need to refresh to see your changes in browser everyting you change some code - run ComfyUI server
inside
/ComfyUIdopython main.pyorpython3 main.pydepending on your version