mirror of
https://github.com/guoyww/AnimateDiff.git
synced 2026-04-03 09:46:36 +02:00
update gitignore
This commit is contained in:
28
.gitignore
vendored
28
.gitignore
vendored
@@ -1,15 +1,25 @@
|
|||||||
samples/
|
|
||||||
wandb/
|
wandb/
|
||||||
|
debugs/
|
||||||
outputs/
|
outputs/
|
||||||
|
samples/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
models/StableDiffusion/stable-diffusion-v1-5
|
ossutil_output/
|
||||||
scripts/animate_inter.py
|
.ossutil_checkpoint/
|
||||||
scripts/gradio_app.py
|
|
||||||
models/*
|
scripts/
|
||||||
models/DreamBooth_LoRA/Put*personalized*T2I*checkpoints*here.txt
|
!scripts/animate.py
|
||||||
|
|
||||||
*.ipynb
|
*.ipynb
|
||||||
*.safetensors
|
*.safetensors
|
||||||
*.ckpt
|
*.ckpt
|
||||||
.ossutil_checkpoint/
|
|
||||||
ossutil_output/
|
models/*
|
||||||
debugs/
|
!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