#!/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"
