orion4d/orion4d_modelonlylora — explained in plain English
Analysis updated 2026-07-26
Stack multiple style add-ons onto an AI image generator and control each one's strength.
Automatically pull trigger words from text files next to your LoRA files and add them to your prompt.
Preview LoRA files directly in the ComfyUI node interface using matching image files.
Reorder and toggle different style add-ons on or off without deleting them from your workflow.
| orion4d/orion4d_modelonlylora | amirmahdavi2023/d1-admin | anil-matcha/open-poe-ai | |
|---|---|---|---|
| Stars | 4 | 4 | 4 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | — | 2026-06-25 |
| Maintenance | — | — | Maintained |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | vibe coder | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a working ComfyUI installation, simply place the plugin folder inside the custom nodes directory.
This repository is a plugin for ComfyUI, a popular visual interface for building AI image generation workflows. The plugin focuses on managing LoRA files, which are small add-on models that modify how a base image generator behaves, applying specific styles or concepts. It is built for workflows where LoRA files affect only the diffusion model itself, not the separate text encoder component that interprets prompts. The README lists several compatible architectures, including Krea 2, FLUX, and Z-Image. The package provides two main nodes. The first is the Model Only LoRA Stack, which lets users add multiple LoRA files in a sequence. Users can adjust the strength of each file individually with a slider or numeric input, reorder them, and enable or disable specific entries. A strength of 1.0 applies the file at its default intensity, while 0.0 disables it. Negative values can push the output away from the styles the file learned during training. The node also collects "trigger" words, which are specific phrases that prompt the LoRA to activate during generation. The second node, Trigger + Prompt Concat, takes those collected trigger words and joins them with a user's main text prompt. It places a configurable delimiter between the two text sections, and if one section is empty, it simply uses the other. The combined text then goes to the conditioning or text encoding stage of the workflow. This removes the need to manually copy trigger words into a prompt. The browser interface looks for companion files sitting next to each LoRA file. If there is a matching image file, it displays it as a preview. If there is a matching text file, it reads the trigger words listed inside. The system handles both comma-separated triggers and one-per-line formats, removing duplicates and ignoring comment lines. Users can edit these extracted words directly within the node if they want to override the detected values. The plugin is installed by placing its folder inside the ComfyUI custom nodes directory. Once present, the two new nodes appear under a dedicated menu section. The full README is longer than what was shown.
A ComfyUI plugin for managing small AI style add-on files (LoRAs). It stacks multiple files, adjusts their strengths, and automatically merges their trigger words into your text prompts.
Mainly JavaScript. The stack also includes JavaScript, ComfyUI.
The license for this repository is not specified in the available documentation.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.