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

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# models - too large for git
models/
*.safetensors
*.ckpt
*.pt
*.pth
*.bin
# generated outputs
output/
outputs/
# venvs / installs
comfyui/venv/
comfyui/__pycache__/
kohya_ss/venv/
kohya_ss/__pycache__/
kohya_ss/logs/
# training data (images)
training_data/
# ComfyUI user data / cache
comfyui/user/
comfyui/temp/
comfyui/custom_nodes/**/node_modules/
# misc
*.log
.DS_Store
Thumbs.db