Nodes Browser
ComfyDeploy: How Ruucm's ComfyUI Nodes works in ComfyUI?
What is Ruucm's ComfyUI Nodes?
Nodes: Load External LoRA Model Only
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
Ruucm's ComfyUI Nodes
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ruucm-comfy
Node List
Load External Lora Model Only
Load external lora by URL.
Tested with Flux Dev model.
Dev
- Clone ComfyUI
git clone https://github.com/comfyanonymous/ComfyUI
follow 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-comfy
docd ui && npm install
this will install all node dependencies - build and run
inside
/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 - run ComfyUI server
inside
/ComfyUI
dopython main.py
orpython3 main.py
depending on your version