vorstcavry commited on
Commit
6e53bbc
1 Parent(s): 08ef115

Upload ekstension.ipynb

Browse files
Files changed (1) hide show
  1. ekstension.ipynb +67 -0
ekstension.ipynb ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "source": [
6
+ "#install-ekstension\n",
7
+ "%cd /content/vorst-cavry/extensions\n",
8
+ "import os\n",
9
+ "from tqdm import tqdm\n",
10
+ "packages = [\n",
11
+ " \"git clone https://tinyurl.com/controlnet-s\",\n",
12
+ " \"git clone https://tinyurl.com/depth-lib-hand\",\n",
13
+ " \"git clone https://github.com/hnmr293/posex\",\n",
14
+ " \"git clone https://github.com/BlafKing/sd-civitai-browser-plus\",\n",
15
+ " \"git clone https://github.com/vorstcavry/images-browser\",\n",
16
+ " \"git clone https://github.com/Iyashinouta/sd-model-downloader\",\n",
17
+ " \"git clone https://github.com/IDEA-Research/DWPose\",\n",
18
+ " \"git clone https://tinyurl.com/additional-networks-s\",\n",
19
+ " \"git clone https://github.com/fkunn1326/openpose-editor\",\n",
20
+ " \"git clone https://tinyurl.com/openpose-edit\",\n",
21
+ " \"git clone https://github.com/NoCrypt/inpaint-nav\",\n",
22
+ " \"git clone https://github.com/Uminosachi/sd-webui-inpaint-anything\",\n",
23
+ " \"git clone https://github.com/novitalabs/sd-webui-cleaner\",\n",
24
+ " \"git clone https://github.com/hnmr293/sd-webui-llul\",\n",
25
+ " \"git clone https://github.com/vorstcavry/tagcomplete\",\n",
26
+ " \"git clone https://tinyurl.com/batchlink-download\",\n",
27
+ " \"git clone https://github.com/KohakuBlueleaf/LyCORIS\"\n",
28
+ " \"git clone https://tinyurl.com/catppuccin-themes-v\",\n",
29
+ " \"git clone https://tinyurl.com/aspect-ratio-v\",\n",
30
+ " \"git clone https://github.com/vorstcavry/sd-webui-cloud-inference\"\n",
31
+ "\n",
32
+ "]\n",
33
+ "for install in tqdm(packages, desc=print(\"Memasang Ekstension...\")):\n",
34
+ " os.system(install)"
35
+ ],
36
+ "metadata": {
37
+ "id": "4UbH4O7wrTc6"
38
+ },
39
+ "execution_count": null,
40
+ "outputs": []
41
+ }
42
+ ],
43
+ "metadata": {
44
+ "accelerator": "GPU",
45
+ "colab": {
46
+ "provenance": []
47
+ },
48
+ "kernelspec": {
49
+ "display_name": "Python 3",
50
+ "name": "python3"
51
+ },
52
+ "language_info": {
53
+ "codemirror_mode": {
54
+ "name": "ipython",
55
+ "version": 3
56
+ },
57
+ "file_extension": ".py",
58
+ "mimetype": "text/x-python",
59
+ "name": "python",
60
+ "nbconvert_exporter": "python",
61
+ "pygments_lexer": "ipython3",
62
+ "version": "3.6.4"
63
+ }
64
+ },
65
+ "nbformat": 4,
66
+ "nbformat_minor": 0
67
+ }