mirror of
https://github.com/guoyww/AnimateDiff.git
synced 2025-12-16 16:38:01 +01:00
update gitignore
This commit is contained in:
28
.gitignore
vendored
28
.gitignore
vendored
@@ -1,15 +1,25 @@
|
||||
samples/
|
||||
wandb/
|
||||
debugs/
|
||||
outputs/
|
||||
samples/
|
||||
__pycache__/
|
||||
models/StableDiffusion/stable-diffusion-v1-5
|
||||
scripts/animate_inter.py
|
||||
scripts/gradio_app.py
|
||||
models/*
|
||||
models/DreamBooth_LoRA/Put*personalized*T2I*checkpoints*here.txt
|
||||
ossutil_output/
|
||||
.ossutil_checkpoint/
|
||||
|
||||
scripts/
|
||||
!scripts/animate.py
|
||||
|
||||
*.ipynb
|
||||
*.safetensors
|
||||
*.ckpt
|
||||
.ossutil_checkpoint/
|
||||
ossutil_output/
|
||||
debugs/
|
||||
|
||||
models/*
|
||||
!models/StableDiffusion/
|
||||
models/StableDiffusion/*
|
||||
!models/StableDiffusion/*.txt
|
||||
!models/Motion_Module/
|
||||
!models/Motion_Module/*.txt
|
||||
!models/DreamBooth_LoRA/
|
||||
!models/DreamBooth_LoRA/*.txt
|
||||
!models/MotionLoRA/
|
||||
!models/MotionLoRA/*.txt
|
||||
|
||||
Reference in New Issue
Block a user