initial setup: ComfyUI + kohya_ss scripts, LoRA config, workflows

This commit is contained in:
Johannes
2026-03-13 22:12:04 +01:00
commit 4c2972e7a2
9 changed files with 419 additions and 0 deletions

8
launch_kohya.ps1 Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env pwsh
# launch_kohya.ps1 — start kohya_ss GUI
$root = $PSScriptRoot
Set-Location "$root/kohya_ss"
.\venv\Scripts\Activate.ps1
python kohya_gui.py --listen 127.0.0.1 --server_port 7860