ComfyUI Extension: Ruucm's ComfyUI Nodes
Nodes: Load External LoRA Model Only
Custom Nodes (2)
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