From e35627bdd227ca01d55280194aebe1fd263db19e Mon Sep 17 00:00:00 2001 From: hodanov <1031hoda@gmail.com> Date: Wed, 28 Jun 2023 20:19:54 +0900 Subject: [PATCH] Modify .env.example --- .env.example | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.env.example b/.env.example index 9438f85..e14931a 100644 --- a/.env.example +++ b/.env.example @@ -20,13 +20,3 @@ LORA_DOWNLOAD_URLS="" # Add Textual Inversion you wan to use. Usage is the same as `LORA_NAMES` and `LORA_DOWNLOAD_URLS`. TEXTUAL_INVERSION_NAMES="" TEXTUAL_INVERSION_DOWNLOAD_URLS="" - -# `UPSCALER` is a name of upscaler you want to use. -# Set `true` if you want to use a face enhancer too. -# You can use upscalers the below: -# - `RealESRGAN_x4plus` -# - `RealESRNet_x4plus` -# - `RealESRGAN_x4plus_anime_6B` -# - `RealESRGAN_x2plus` -UPSCALER="RealESRGAN_x4plus_anime_6B" -USE_FACE_ENHANCER="false"