From b4ae8c25f501e1f8efdfc87b99e4ed6f4c99dd2f Mon Sep 17 00:00:00 2001 From: tazlin Date: Thu, 26 Sep 2024 18:40:51 -0400 Subject: [PATCH] docs: note need for `civitai_api_token` near `models_to_load` entry --- bridgeData_template.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/bridgeData_template.yaml b/bridgeData_template.yaml index 90f5b247..48fcbb92 100644 --- a/bridgeData_template.yaml +++ b/bridgeData_template.yaml @@ -223,6 +223,7 @@ disable_disk_cache: false # Currently unused in reGen # "ALL NSFW MODELS" - All models marked as NSFW. # The official model reference (in JSON format) is at https://github.com/Haidra-Org/AI-Horde-image-model-reference/blob/main/stable_diffusion.json. # The model name must match the name in the model reference or be a magic constant. +# If you use `TOP` or `ALL` load commands, you should set a `civitai_api_token`. See that configuration entry for more information. models_to_load: - "top 2" #- "ALL MODELS"