ComfyUI Extension: comfyui-lorainfo-sidebar
Preview images of LoRA files and edit their associated JSON files.
Custom Nodes (0)
README
comfyui-lorainfo-sidebar
Description
LoRA Info Sidebar allows you to preview images of LoRA files and edit their associated JSON files
Installation
- Goto
ComfyUI/custom_nodes
in terminal git clone https://github.com/somesomebody/comfyui-lorainfo-sidebar.git
- Restart the ComfyUI
OR
If ComfyUI Manager already installed
- search
comfyui-lorainfo-sidebar
and install - Restart the ComfyUI
Usage
- This extension scans the
models/loras
folder for.safetensors
files. - The JSON and preview image filenames must match the LoRA file's name.
- You can add a preview image and a JSON file in the same directory as the LoRA file.
- You can edit the JSON file like this:
Change Log
- 1.1.6
- Adjustments to the LoRA file preview styling
- Improved the loading stability of the info button and filename text in the LoRA file preview across different environments
- Pinned the title and search bar to the top