We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7b77b commit 6eb323aCopy full SHA for 6eb323a
.gitignore
@@ -1,15 +1,25 @@
1
-samples/
2
wandb/
+debugs/
3
outputs/
4
+samples/
5
__pycache__/
-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
+ossutil_output/
+.ossutil_checkpoint/
+
+scripts/
10
+!scripts/animate.py
11
12
*.ipynb
13
*.safetensors
14
*.ckpt
-.ossutil_checkpoint/
-ossutil_output/
15
-debugs/
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