Nodes Browser

ComfyDeploy: How ComfyUI_Lora_List_With_Url_Loader works in ComfyUI?

What is ComfyUI_Lora_List_With_Url_Loader?

Nodes:ComfyUI_Lora_List_With_Url_Loader. Load loras from urls and auto fetch them on web if they are missing.

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI_Lora_List_With_Url_Loader and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

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

  1. Navigate to the custom_nodes directory in your ComfyUI installation:
    cd custom_nodes
    
  2. Clone the repository:
git clone https://github.com/liushuchun/ComfyUI_Lora_List_With_URL_Loader.git
  1. install the dependencies:
   pip install -r requirements.txt
  1. Restart ComfyUI to apply the changes.

Config

image