EveryDream2trainer/.gitignore

19 lines
207 B
Plaintext
Raw Normal View History

2022-12-17 20:34:07 -07:00
/venv
**/__pycache__
**/*.ckpt
/input/**
/output/**
/ckpt_cache/**
**/.pytest_cache
/logs/**
2023-01-12 16:28:11 -07:00
/tmp/**
2023-01-26 04:16:08 -07:00
**/.ipynb_checkpoints
/wandb/**
2023-01-26 04:16:08 -07:00
/mycfgs/**
/.vscode/**
.ssh_config
*inference*.yaml
2023-04-13 21:31:22 -06:00
.idea
/.cache
/models