ComfyUI_Lora_List_With_Url_Loader

ComfyUI_Lora_List_With_Url_Loader
★ 2

LoRA管理自动下载URL加载ComfyUI节点
从指定 URL 列表加载 LoRA 模型,缺失时自动从网络下载并缓存,便于在 ComfyUI 中管理和调用。
💡 批量从 URL 列表加载并自动获取缺失的 LoRA,快速在 ComfyUI 中使用。
🍴 2 Forks💻 Python🔄 2024-09-26
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/af9fbf81e746
📦 requirements.txt
wget
torch
image
📄 README

Lora List with URL Loader

This plugin is used in our company to load online lora models.This plugin allows you to load LoRA models from a custom list, or automatically fetch them from url if they are missing locally. Key features include:

  • URL-based LoRA Loading: Load LoRA models directly from URLs specified in your list.
  • Auto Fetch: If a LoRA model is not found locally, it can be fetched automatically from Civitai.
  • Force Refresh: (Not shown in the screenshot) You can force re-download and update the models even if they exist.
  • Flexible Renaming: Uses SHA-256 hashing to validate the files, allowing you to rename them freely without breaking functionality.
  • Installation

  • Navigate to the custom_nodes directory in your ComfyUI installation:
  • “`bash

    cd custom_nodes

    “`

  • Clone the repository:
  • git clone https://github.com/liushuchun/ComfyUI_Lora_List_With_URL_Loader.git

  • install the dependencies:
  •    pip install -r requirements.txt

  • Restart ComfyUI to apply the changes.
  • Config