Files
schmeeve-toolz/build-lora-sheet
2026-06-27 09:53:54 -07:00

8 lines
246 B
Bash
Executable File

#!/bin/bash
# Generate LoRA trigger word sheet to ~/git/ai/comfyui/lora-info-sheet.html
DIR="$(cd "$(dirname "$0")" && pwd)"
"$DIR/lora-trigger-sheet" \
"$HOME/mnt/nimo.loc/ComfyUI/models/loras" \
"$HOME/git/ai/comfyui/lora-info-sheet.html"