-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
30 lines (30 loc) · 849 Bytes
/
.gitignore
File metadata and controls
30 lines (30 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Ignore Python bytecode files
__pycache__/
*.pyc
huggingface/
# Specifically ignore the files you mentioned
models/__pycache__/attention.cpython-310.pyc
models/__pycache__/guidance_encoder.cpython-310.pyc
models/__pycache__/motion_module.cpython-310.pyc
models/__pycache__/resnet.cpython-310.pyc
models/__pycache__/transformer_3d.cpython-310.pyc
models/__pycache__/unet_2d_condition.cpython-310.pyc
# Ignore the wandb folder and all its contents
wandb/
output/
output_1024persteps/
baseFilesStableDiffusion/
# Optionally, you might want to ignore wandb files in any subdirectory
**/wandb/
validation/
# If you want to ignore only specific files within wandb folders, you can use:
# wandb/**/*.log
# wandb/**/*.yaml
# wandb/**/events.out.tfevents.*
**/*sd-model*/
25*/
# Ignore OldTemp and Temp folders
OldTemp/
Temp/
Pictures/
interactive_outputs/