Macabrosfds commited on
Commit
598fa91
1 Parent(s): dce63c9
Files changed (1) hide show
  1. Dd +12 -0
Dd ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #@title ### 1. Download Novel AI API backend, model
2
+ #@markdown If the download speed is too slow try restart
3
+
4
+ %cd /content/
5
+ !apt install -y -qq aria2
6
+ !aria2c --summary-interval=5 -x 3 --allow-overwrite=true -Z \
7
+ https://pub-2fdef7a2969f43289c42ac5ae3412fd4.r2.dev/naifu.tar \
8
+ https://pub-2fdef7a2969f43289c42ac5ae3412fd4.r2.dev/animefull-latest.tar
9
+
10
+ !echo "Decompressing..."
11
+ !tar xf naifu.tar && rm naifu.tar
12
+ !echo "Done."