NagisaNao commited on
Commit
a3f8f07
1 Parent(s): 842a5c6
anxety_fav.txt CHANGED
@@ -1,6 +1,7 @@
1
  # model
2
  https://civitai.com/api/download/models/189294[Vela-Mix_V2.safetensors]
3
 
 
4
  # lora
5
  # -Detailers-
6
  https://civitai.com/api/download/models/105721[QuasiDetailer.safetensors]
@@ -12,6 +13,9 @@ https://civitai.com/api/download/models/87153[AddMoreDetails.safetensors]
12
  # -- Sangonomiya Kokomi V2 --
13
  https://civitai.com/api/download/models/49010[Kokomi_V2.safetensors]
14
 
 
 
 
15
 
16
  # embed
17
  # -Bad Hands-
@@ -21,7 +25,8 @@ https://civitai.com/api/download/models/125849 # bad-hand-v5 (other)
21
 
22
 
23
  # control
24
- https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter-plus_sd15.safetensors
 
25
 
26
  # extension
27
  # https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge[Embedding-Merge]
 
1
  # model
2
  https://civitai.com/api/download/models/189294[Vela-Mix_V2.safetensors]
3
 
4
+
5
  # lora
6
  # -Detailers-
7
  https://civitai.com/api/download/models/105721[QuasiDetailer.safetensors]
 
13
  # -- Sangonomiya Kokomi V2 --
14
  https://civitai.com/api/download/models/49010[Kokomi_V2.safetensors]
15
 
16
+ # -Colored Eyelashes-
17
+ https://civitai.com/models/69207/colored-eyelashes
18
+
19
 
20
  # embed
21
  # -Bad Hands-
 
25
 
26
 
27
  # control
28
+ # https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter-plus_sd15.safetensors
29
+
30
 
31
  # extension
32
  # https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge[Embedding-Merge]
files_cells/notebooks/en/downloading_en.ipynb CHANGED
@@ -47,19 +47,20 @@
47
  " print(\"💿 Installing the libraries, it's going to take a while:\\n\")\n",
48
  "\n",
49
  " install_lib = {\n",
50
- " \"aria2\": \"apt -y install aria2\",\n",
 
51
  " \"localtunnel\": \"npm install -g localtunnel\",\n",
52
  " \"insightface\": \"pip install insightface\"\n",
53
  " }\n",
54
  "\n",
55
  " additional_libs = {\n",
56
  " \"Google Colab\": {\n",
57
- " \"xformers\": \"pip install xformers==0.0.26.post1 --no-deps\"\n",
58
  " },\n",
59
  " \"Kaggle\": {\n",
60
  " \"xformers\": \"pip install xformers==0.0.26.post1\",\n",
61
  " # \"torch\": \"pip install torch==2.1.2+cu121 torchvision==0.16.2+cu121 torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121\",\n",
62
- " \"aiohttp\": \"pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*\" # fix install req\n",
63
  " }\n",
64
  " }\n",
65
  "\n",
 
47
  " print(\"💿 Installing the libraries, it's going to take a while:\\n\")\n",
48
  "\n",
49
  " install_lib = {\n",
50
+ " # \"aria2\": \"apt -y install aria2\",\n",
51
+ " \"aria2\": \"pip install aria2\",\n",
52
  " \"localtunnel\": \"npm install -g localtunnel\",\n",
53
  " \"insightface\": \"pip install insightface\"\n",
54
  " }\n",
55
  "\n",
56
  " additional_libs = {\n",
57
  " \"Google Colab\": {\n",
58
+ " \"xformers\": \"pip install xformers==0.0.27 --no-deps\"\n",
59
  " },\n",
60
  " \"Kaggle\": {\n",
61
  " \"xformers\": \"pip install xformers==0.0.26.post1\",\n",
62
  " # \"torch\": \"pip install torch==2.1.2+cu121 torchvision==0.16.2+cu121 torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121\",\n",
63
+ " # \"aiohttp\": \"pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*\" # fix install req\n",
64
  " }\n",
65
  " }\n",
66
  "\n",
files_cells/notebooks/en/launch_en.ipynb CHANGED
@@ -105,7 +105,7 @@
105
  " \"sd_vae\": \"None\"\n",
106
  "}\n",
107
  "\n",
108
- "config_path = f'{webui_path}/ui-config.json'\n",
109
  "\n",
110
  "if os.path.exists(config_path):\n",
111
  " with open(config_path, 'r') as file:\n",
 
105
  " \"sd_vae\": \"None\"\n",
106
  "}\n",
107
  "\n",
108
+ "config_path = f'{webui_path}/config.json'\n",
109
  "\n",
110
  "if os.path.exists(config_path):\n",
111
  " with open(config_path, 'r') as file:\n",
files_cells/notebooks/ru/downloading_ru.ipynb CHANGED
@@ -47,19 +47,20 @@
47
  " print(\"💿 Установка библиотек, это займет какое-то время:\\n\")\n",
48
  "\n",
49
  " install_lib = {\n",
50
- " \"aria2\": \"apt -y install aria2\",\n",
 
51
  " \"localtunnel\": \"npm install -g localtunnel\",\n",
52
  " \"insightface\": \"pip install insightface\"\n",
53
  " }\n",
54
  "\n",
55
  " additional_libs = {\n",
56
  " \"Google Colab\": {\n",
57
- " \"xformers\": \"pip install xformers==0.0.26.post1 --no-deps\"\n",
58
  " },\n",
59
  " \"Kaggle\": {\n",
60
  " \"xformers\": \"pip install xformers==0.0.26.post1\",\n",
61
  " # \"torch\": \"pip install torch==2.1.2+cu121 torchvision==0.16.2+cu121 torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121\",\n",
62
- " \"aiohttp\": \"pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*\" # fix install req\n",
63
  " }\n",
64
  " }\n",
65
  "\n",
 
47
  " print(\"💿 Установка библиотек, это займет какое-то время:\\n\")\n",
48
  "\n",
49
  " install_lib = {\n",
50
+ " # \"aria2\": \"apt -y install aria2\",\n",
51
+ " \"aria2\": \"pip install aria2\",\n",
52
  " \"localtunnel\": \"npm install -g localtunnel\",\n",
53
  " \"insightface\": \"pip install insightface\"\n",
54
  " }\n",
55
  "\n",
56
  " additional_libs = {\n",
57
  " \"Google Colab\": {\n",
58
+ " \"xformers\": \"pip install xformers==0.0.27 --no-deps\"\n",
59
  " },\n",
60
  " \"Kaggle\": {\n",
61
  " \"xformers\": \"pip install xformers==0.0.26.post1\",\n",
62
  " # \"torch\": \"pip install torch==2.1.2+cu121 torchvision==0.16.2+cu121 torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121\",\n",
63
+ " # \"aiohttp\": \"pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*\" # fix install req\n",
64
  " }\n",
65
  " }\n",
66
  "\n",
files_cells/notebooks/ru/launch_ru.ipynb CHANGED
@@ -105,7 +105,7 @@
105
  " \"sd_vae\": \"None\"\n",
106
  "}\n",
107
  "\n",
108
- "config_path = f'{webui_path}/ui-config.json'\n",
109
  "\n",
110
  "if os.path.exists(config_path):\n",
111
  " with open(config_path, 'r') as file:\n",
 
105
  " \"sd_vae\": \"None\"\n",
106
  "}\n",
107
  "\n",
108
+ "config_path = f'{webui_path}/config.json'\n",
109
  "\n",
110
  "if os.path.exists(config_path):\n",
111
  " with open(config_path, 'r') as file:\n",
files_cells/python/en/downloading_en.py CHANGED
@@ -37,19 +37,20 @@ if not os.path.exists(flag_file):
37
  print("💿 Installing the libraries, it's going to take a while:\n")
38
 
39
  install_lib = {
40
- "aria2": "apt -y install aria2",
 
41
  "localtunnel": "npm install -g localtunnel",
42
  "insightface": "pip install insightface"
43
  }
44
 
45
  additional_libs = {
46
  "Google Colab": {
47
- "xformers": "pip install xformers==0.0.26.post1 --no-deps"
48
  },
49
  "Kaggle": {
50
  "xformers": "pip install xformers==0.0.26.post1",
51
  # "torch": "pip install torch==2.1.2+cu121 torchvision==0.16.2+cu121 torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121",
52
- "aiohttp": "pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*" # fix install req
53
  }
54
  }
55
 
 
37
  print("💿 Installing the libraries, it's going to take a while:\n")
38
 
39
  install_lib = {
40
+ # "aria2": "apt -y install aria2",
41
+ "aria2": "pip install aria2",
42
  "localtunnel": "npm install -g localtunnel",
43
  "insightface": "pip install insightface"
44
  }
45
 
46
  additional_libs = {
47
  "Google Colab": {
48
+ "xformers": "pip install xformers==0.0.27 --no-deps"
49
  },
50
  "Kaggle": {
51
  "xformers": "pip install xformers==0.0.26.post1",
52
  # "torch": "pip install torch==2.1.2+cu121 torchvision==0.16.2+cu121 torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121",
53
+ # "aiohttp": "pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*" # fix install req
54
  }
55
  }
56
 
files_cells/python/en/launch_en.py CHANGED
@@ -81,7 +81,7 @@ paths_to_check = {
81
  "sd_vae": "None"
82
  }
83
 
84
- config_path = f'{webui_path}/ui-config.json'
85
 
86
  if os.path.exists(config_path):
87
  with open(config_path, 'r') as file:
 
81
  "sd_vae": "None"
82
  }
83
 
84
+ config_path = f'{webui_path}/config.json'
85
 
86
  if os.path.exists(config_path):
87
  with open(config_path, 'r') as file:
files_cells/python/ru/downloading_ru.py CHANGED
@@ -37,19 +37,20 @@ if not os.path.exists(flag_file):
37
  print("💿 Установка библиотек, это займет какое-то время:\n")
38
 
39
  install_lib = {
40
- "aria2": "apt -y install aria2",
 
41
  "localtunnel": "npm install -g localtunnel",
42
  "insightface": "pip install insightface"
43
  }
44
 
45
  additional_libs = {
46
  "Google Colab": {
47
- "xformers": "pip install xformers==0.0.26.post1 --no-deps"
48
  },
49
  "Kaggle": {
50
  "xformers": "pip install xformers==0.0.26.post1",
51
  # "torch": "pip install torch==2.1.2+cu121 torchvision==0.16.2+cu121 torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121",
52
- "aiohttp": "pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*" # fix install req
53
  }
54
  }
55
 
 
37
  print("💿 Установка библиотек, это займет какое-то время:\n")
38
 
39
  install_lib = {
40
+ # "aria2": "apt -y install aria2",
41
+ "aria2": "pip install aria2",
42
  "localtunnel": "npm install -g localtunnel",
43
  "insightface": "pip install insightface"
44
  }
45
 
46
  additional_libs = {
47
  "Google Colab": {
48
+ "xformers": "pip install xformers==0.0.27 --no-deps"
49
  },
50
  "Kaggle": {
51
  "xformers": "pip install xformers==0.0.26.post1",
52
  # "torch": "pip install torch==2.1.2+cu121 torchvision==0.16.2+cu121 torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121",
53
+ # "aiohttp": "pip install trash-cli && trash-put /opt/conda/lib/python3.10/site-packages/aiohttp*" # fix install req
54
  }
55
  }
56
 
files_cells/python/ru/launch_ru.py CHANGED
@@ -81,7 +81,7 @@ paths_to_check = {
81
  "sd_vae": "None"
82
  }
83
 
84
- config_path = f'{webui_path}/ui-config.json'
85
 
86
  if os.path.exists(config_path):
87
  with open(config_path, 'r') as file:
 
81
  "sd_vae": "None"
82
  }
83
 
84
+ config_path = f'{webui_path}/config.json'
85
 
86
  if os.path.exists(config_path):
87
  with open(config_path, 'r') as file: