Skip to content

Commit 6eb323a

Browse files
author
Yuwei Guo
committed
update gitignore
1 parent ea7b77b commit 6eb323a

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

.gitignore

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
1-
samples/
21
wandb/
2+
debugs/
33
outputs/
4+
samples/
45
__pycache__/
5-
models/StableDiffusion/stable-diffusion-v1-5
6-
scripts/animate_inter.py
7-
scripts/gradio_app.py
8-
models/*
9-
models/DreamBooth_LoRA/Put*personalized*T2I*checkpoints*here.txt
6+
ossutil_output/
7+
.ossutil_checkpoint/
8+
9+
scripts/
10+
!scripts/animate.py
11+
1012
*.ipynb
1113
*.safetensors
1214
*.ckpt
13-
.ossutil_checkpoint/
14-
ossutil_output/
15-
debugs/
15+
16+
models/*
17+
!models/StableDiffusion/
18+
models/StableDiffusion/*
19+
!models/StableDiffusion/*.txt
20+
!models/Motion_Module/
21+
!models/Motion_Module/*.txt
22+
!models/DreamBooth_LoRA/
23+
!models/DreamBooth_LoRA/*.txt
24+
!models/MotionLoRA/
25+
!models/MotionLoRA/*.txt

0 commit comments

Comments
 (0)