ComfyUI Extension: Ruucm's ComfyUI Nodes
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
Nodes: Load External LoRA Model Only
Looking for a different extension?
Custom Nodes (6)
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
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.