mirror of
https://github.com/guoyww/AnimateDiff.git
synced 2025-12-16 16:38:01 +01:00
fix
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
wandb/
|
||||
*debug*
|
||||
debugs/
|
||||
outputs/
|
||||
samples/
|
||||
@@ -6,7 +7,7 @@ __pycache__/
|
||||
ossutil_output/
|
||||
.ossutil_checkpoint/
|
||||
|
||||
scripts/
|
||||
scripts/*
|
||||
!scripts/animate.py
|
||||
|
||||
*.ipynb
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
wget https://civitai.com/api/download/models/29460 -P models/DreamBooth_LoRA/ --content-disposition --no-check-certificate
|
||||
wget https://civitai.com/api/download/models/130072 -P models/DreamBooth_LoRA/ --content-disposition --no-check-certificate
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
wget https://civitai.com/api/download/models/90115 -P models/DreamBooth_LoRA/ --content-disposition --no-check-certificate
|
||||
wget https://civitai.com/api/download/models/92475 -P models/DreamBooth_LoRA/ --content-disposition --no-check-certificate
|
||||
wget https://civitai.com/api/download/models/55911 -P models/DreamBooth_LoRA/ --content-disposition --no-check-certificate
|
||||
|
||||
Reference in New Issue
Block a user