From 652aaa809ba64afec47c9f4b9f4e26734dff8b0e Mon Sep 17 00:00:00 2001 From: mauwii Date: Tue, 13 Dec 2022 10:57:17 +0100 Subject: [PATCH] add missed backticks and some icons for tab also puth the alf screenshot in a table to fit the other examples --- docs/features/CONCEPTS.md | 41 +++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 19 deletions(-) diff --git a/docs/features/CONCEPTS.md b/docs/features/CONCEPTS.md index 8d4493deac..f92e52f9e0 100644 --- a/docs/features/CONCEPTS.md +++ b/docs/features/CONCEPTS.md @@ -37,8 +37,9 @@ generated using the command-line client and the Stable Diffusion 1.5 model: You can also combine styles and concepts:
- ![](../assets/concepts/image5.png) -
A portrait of <alf> in <cartoona-animal> style
+ | A portrait of <alf> in <cartoona-animal> style | + | :--------------------------------------------------------: | + | ![](../assets/concepts/image5.png) |
## Using a Hugging Face Concept @@ -49,24 +50,26 @@ find out what each concept is for, you can browse the look at examples of what each concept produces. When you have an idea of a concept you wish to try, go to the command-line -client (CLI) and type a "<" character and the beginning of the Hugging Face -concept name you wish to load. Press the Tab key, and the CLI will show you all -matching concepts. You can also type "<" and Tab to get a listing of all ~800 -concepts, but be prepared to scroll up to see them all! If there is more than -one match you can continue to type and Tab until the concept is completed. +client (CLI) and type a `<` character and the beginning of the Hugging Face +concept name you wish to load. Press ++tab++, and the CLI will show you all +matching concepts. You can also type `<` and hit ++tab++ to get a listing of all +~800 concepts, but be prepared to scroll up to see them all! If there is more +than one match you can continue to type and ++tab++ until the concept is +completed. -For example if you type "<x" and Tab, you'll be prompted with the -completions: +!!! example -``` - -``` + if you type in ` + ``` -Finish your prompt and generate as usual. You may include multiple concept terms -in the prompt. + Now type `id` and press ++tab++. It will be autocompleted to `` + because this is a unique match. + + Finish your prompt and generate as usual. You may include multiple concept terms + in the prompt. If you have never used this concept before, you will see a message that the TI model is being downloaded and installed. After this, the concept will be saved @@ -75,10 +78,10 @@ locally (in the `models/sd-concepts-library` directory) for future use. Several steps happen during downloading and installation, including a scan of the file for malicious code. Should any errors occur, you will be warned and the concept will fail to load. Generation will then continue treating the trigger -term as a normal string of characters (e.g. as literal "<ghibli-face>"). +term as a normal string of characters (e.g. as literal ``). -You can also use in the WebGUI's prompt textbox. There -is no autocompletion at this time. +You can also use `` in the WebGUI's prompt textbox. There is no +autocompletion at this time. ## Installing your Own TI Files