-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.json
50 lines (50 loc) · 2.1 KB
/
install.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"run": [{
"method": "shell.run",
"params": {
"message": "git clone https://github.com/continue-revolution/sd-webui-animatediff",
"path": "https://github.com/cocktailpeanutlabs/automatic1111.git/app/extensions"
}
},{
"method": "fs.download",
"params": {
"url": "https://huggingface.co/philz1337x/epicrealism/resolve/main/epicrealism_naturalSinRC1VAE.safetensors?download=true",
"path": "https://github.com/cocktailpeanutlabs/automatic1111.git/app/models/Stable-diffusion/epicrealism_naturalSinRC1VAE.safetensors"
}
},{
"method": "fs.download",
"params": {
"url": "https://huggingface.co/conrevo/AnimateDiff-A1111/resolve/main/motion_module/mm_sd15_v1.safetensors?download=true",
"path": "https://github.com/cocktailpeanutlabs/automatic1111.git/app/extensions/sd-webui-animatediff/model/mm_sd15_v1.safetensors"
}
},{
"method": "fs.download",
"params": {
"url": "https://huggingface.co/conrevo/AnimateDiff-A1111/resolve/main/motion_module/mm_sd15_v2.safetensors?download=true",
"path": "https://github.com/cocktailpeanutlabs/automatic1111.git/app/extensions/sd-webui-animatediff/model/mm_sd15_v2.safetensors"
}
},{
"method": "fs.download",
"params": {
"url": "https://huggingface.co/conrevo/AnimateDiff-A1111/resolve/main/motion_module/mm_sd15_v3.safetensors?download=true",
"path": "https://github.com/cocktailpeanutlabs/automatic1111.git/app/extensions/sd-webui-animatediff/model/mm_sd15_v3.safetensors"
}
},{
"method": "fs.download",
"params": {
"url": "https://huggingface.co/conrevo/AnimateDiff-A1111/resolve/main/motion_module/mm_sdxl_v10_beta.safetensors?download=true",
"path": "https://github.com/cocktailpeanutlabs/automatic1111.git/app/extensions/sd-webui-animatediff/model/mm_sdxl_v10_beta.safetensors"
}
},{
"method": "input",
"params": {
"title": "Install Complete",
"description": "The extension and the model has been installed. Open the webui and play!"
}
},{
"method": "browser.open",
"params": {
"url": "/?selected=sd-webui"
}
}]
}