ruucm-comfy

ruucm-comfy
★ 2

外部LoRAURL加载共享屏幕ComfyUI集成
通过URL直接加载外部LoRA模型(仅加载),并支持与ComfyUI共享屏幕,便于快速测试与远程演示。
💡 快速通过URL加载LoRA并与ComfyUI共享屏幕进行测试。
🍴 1 Forks💻 Python🔄 2026-03-17
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/9d76119b2ef2
📦 requirements.txt
torch
fastapi==0.108.0
insightface
onnxruntime-gpu
📄 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/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

    do cd 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

    do python main.py or python3 main.py depending on your version