Modify to use Textual Inversion.

This commit is contained in:
hodanov
2023-06-18 12:29:48 +09:00
parent d61e212d49
commit e4d580f28f
2 changed files with 44 additions and 15 deletions
+4
View File
@@ -16,3 +16,7 @@ USE_VAE="false"
# - `LORA_DOWNLOAD_URLS="https://civitai.com/api/download/models/xxxxxx,https://civitai.com/api/download/models/xxxxxx"`
LORA_NAMES=""
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=""