32 lines
390 B
Plaintext
32 lines
390 B
Plaintext
# 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
|