8 lines
246 B
Bash
Executable File
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"
|