Nodes: Load External LoRA Model Only
Load external lora by URL.
Tested with Flux Dev model.
git clone https://github.com/comfyanonymous/ComfyUI
follow the install and setup instructions of ComfyUI READMEcd custom_nodes && git clone https://github.com/ruucm/ruucm-comfy.git
/ComfyUI/custom_nodes/ruucm-comfy
do cd ui && npm install
this will install all node dependencies/ComfyUI/custom_nodes/ruucm-comfy/ui
npm run build --watch
this 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/ComfyUI
do python main.py
or python3 main.py
depending on your version