initial setup: ComfyUI + kohya_ss scripts, LoRA config, workflows
This commit is contained in:
8
launch_kohya.ps1
Normal file
8
launch_kohya.ps1
Normal 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
|
||||
Reference in New Issue
Block a user