mirror of
https://github.com/guoyww/AnimateDiff.git
synced 2026-04-03 09:46:36 +02:00
fix
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,4 +1,5 @@
|
|||||||
wandb/
|
wandb/
|
||||||
|
*debug*
|
||||||
debugs/
|
debugs/
|
||||||
outputs/
|
outputs/
|
||||||
samples/
|
samples/
|
||||||
@@ -6,7 +7,7 @@ __pycache__/
|
|||||||
ossutil_output/
|
ossutil_output/
|
||||||
.ossutil_checkpoint/
|
.ossutil_checkpoint/
|
||||||
|
|
||||||
scripts/
|
scripts/*
|
||||||
!scripts/animate.py
|
!scripts/animate.py
|
||||||
|
|
||||||
*.ipynb
|
*.ipynb
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
#!/bin/bash
|
#!/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
|
#!/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/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