https://github.com/ruucm/ruucm-comfy
https://github.com/ruucm/ruucm-comfy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruucm/ruucm-comfy
- Owner: ruucm
- Created: 2024-09-14T14:01:03.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-12T10:31:49.000Z (6 months ago)
- Last Synced: 2025-01-16T10:29:16.047Z (3 months ago)
- Language: Python
- Size: 150 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **Ruucm's ComfyUI Nodes**
README
# ruucm-comfy
## Node List
### Load External Lora Model Only
Load external lora by URL.
Tested with Flux Dev model.
## Dev
1. Clone ComfyUI
`git clone https://github.com/comfyanonymous/ComfyUI`
follow the install and setup instructions of ComfyUI README
2. Clone ruucm-comfy
in /ComfyUI folder```
cd custom_nodes && git clone https://github.com/ruucm/ruucm-comfy.git
```3. npm install
inside `/ComfyUI/custom_nodes/ruucm-comfy`
do `cd ui && npm install`
this will install all node dependencies
4. 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
5. run ComfyUI server
inside `/ComfyUI`
do `python main.py` or `python3 main.py` depending on your version