NagisaNao commited on
Commit
b335448
·
verified ·
1 Parent(s): e306f62
files_cells/notebooks/en/auto-cleaner_en.ipynb CHANGED
@@ -242,7 +242,7 @@
242
  "\n",
243
  "# ================ AutoCleaner function ================\n",
244
  "directories = {\n",
245
- " \"Images\": f\"{webui_path}/outputs\",\n",
246
  " \"Models\": f\"{webui_path}/models/Stable-diffusion/\",\n",
247
  " \"Vae\": f\"{webui_path}/models/VAE/\",\n",
248
  " \"LoRa\": f\"{webui_path}/models/Lora/\",\n",
 
242
  "\n",
243
  "# ================ AutoCleaner function ================\n",
244
  "directories = {\n",
245
+ " \"Images\": f\"{webui_path}/output\",\n",
246
  " \"Models\": f\"{webui_path}/models/Stable-diffusion/\",\n",
247
  " \"Vae\": f\"{webui_path}/models/VAE/\",\n",
248
  " \"LoRa\": f\"{webui_path}/models/Lora/\",\n",
files_cells/notebooks/ru/auto-cleaner_ru.ipynb CHANGED
@@ -242,7 +242,7 @@
242
  "\n",
243
  "# ================ AutoCleaner function ================\n",
244
  "directories = {\n",
245
- " \"Изображения\": f\"{webui_path}/outputs\",\n",
246
  " \"Модели\": f\"{webui_path}/models/Stable-diffusion/\",\n",
247
  " \"Vae\": f\"{webui_path}/models/VAE/\",\n",
248
  " \"LoRa\": f\"{webui_path}/models/Lora/\",\n",
 
242
  "\n",
243
  "# ================ AutoCleaner function ================\n",
244
  "directories = {\n",
245
+ " \"Изображения\": f\"{webui_path}/output\",\n",
246
  " \"Модели\": f\"{webui_path}/models/Stable-diffusion/\",\n",
247
  " \"Vae\": f\"{webui_path}/models/VAE/\",\n",
248
  " \"LoRa\": f\"{webui_path}/models/Lora/\",\n",
files_cells/python/en/auto-cleaner_en.py CHANGED
@@ -223,7 +223,7 @@ display(HTML(CSS))
223
 
224
  # ================ AutoCleaner function ================
225
  directories = {
226
- "Images": f"{webui_path}/outputs",
227
  "Models": f"{webui_path}/models/Stable-diffusion/",
228
  "Vae": f"{webui_path}/models/VAE/",
229
  "LoRa": f"{webui_path}/models/Lora/",
 
223
 
224
  # ================ AutoCleaner function ================
225
  directories = {
226
+ "Images": f"{webui_path}/output",
227
  "Models": f"{webui_path}/models/Stable-diffusion/",
228
  "Vae": f"{webui_path}/models/VAE/",
229
  "LoRa": f"{webui_path}/models/Lora/",
files_cells/python/ru/auto-cleaner_ru.py CHANGED
@@ -223,7 +223,7 @@ display(HTML(CSS_AC))
223
 
224
  # ================ AutoCleaner function ================
225
  directories = {
226
- "Изображения": f"{webui_path}/outputs",
227
  "Модели": f"{webui_path}/models/Stable-diffusion/",
228
  "Vae": f"{webui_path}/models/VAE/",
229
  "LoRa": f"{webui_path}/models/Lora/",
 
223
 
224
  # ================ AutoCleaner function ================
225
  directories = {
226
+ "Изображения": f"{webui_path}/output",
227
  "Модели": f"{webui_path}/models/Stable-diffusion/",
228
  "Vae": f"{webui_path}/models/VAE/",
229
  "LoRa": f"{webui_path}/models/Lora/",