From 11fb2881ee8a704ca50e20f1294ad1c0e9ba88be Mon Sep 17 00:00:00 2001 From: randaller Date: Sun, 19 Mar 2023 21:01:56 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index daae9eb..0affc90 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ DATA_FILE_PATH = 'datasets/stable_diffusion_prompts.csv' OUTPUT_DIR = './trained' ``` -*Note: You may also prepare your own dataset, for example, with Prompt: and Negative prompt: and even Steps Sampler etc lines interleaving or single-lined in csv. Max length of each data string should not exceed 2048 tokens.* +*Note: You may also prepare your own dataset, for example, with Prompt: and Negative prompt: and even Steps Sampler etc lines interleaving or single-lined in csv. Max length of each data string should not exceed LLaMA's 2048 tokens.* Then run the training, then after a long-long time, use something like this as a prompt for LLaMA to generate SD prompts: