mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
add missed backticks and some icons for tab
also puth the alf screenshot in a table to fit the other examples
This commit is contained in:
parent
89880e1f72
commit
652aaa809b
@ -37,8 +37,9 @@ generated using the command-line client and the Stable Diffusion 1.5 model:
|
|||||||
You can also combine styles and concepts:
|
You can also combine styles and concepts:
|
||||||
|
|
||||||
<figure markdown>
|
<figure markdown>
|
||||||

|
| A portrait of <alf> in <cartoona-animal> style |
|
||||||
<figcaption>A portrait of <alf> in <cartoona-animal> style</figcaption>
|
| :--------------------------------------------------------: |
|
||||||
|
|  |
|
||||||
</figure>
|
</figure>
|
||||||
## Using a Hugging Face Concept
|
## 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.
|
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
|
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
|
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
|
concept name you wish to load. Press ++tab++, and the CLI will show you all
|
||||||
matching concepts. You can also type "<" and Tab to get a listing of all ~800
|
matching concepts. You can also type `<` and hit ++tab++ to get a listing of all
|
||||||
concepts, but be prepared to scroll up to see them all! If there is more than
|
~800 concepts, but be prepared to scroll up to see them all! If there is more
|
||||||
one match you can continue to type and Tab until the concept is completed.
|
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
|
!!! example
|
||||||
completions:
|
|
||||||
|
|
||||||
```
|
if you type in `<x` and hit ++tab++, you'll be prompted with the completions:
|
||||||
<xatu2> <xatu> <xbh> <xi> <xidiversity> <xioboma> <xuna> <xyz>
|
|
||||||
```
|
|
||||||
|
|
||||||
Now type "id" and press Tab. It will be autocompleted to "<xidiversity>"
|
```py
|
||||||
because this is a unique match.
|
<xatu2> <xatu> <xbh> <xi> <xidiversity> <xioboma> <xuna> <xyz>
|
||||||
|
```
|
||||||
|
|
||||||
Finish your prompt and generate as usual. You may include multiple concept terms
|
Now type `id` and press ++tab++. It will be autocompleted to `<xidiversity>`
|
||||||
in the prompt.
|
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
|
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
|
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
|
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
|
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
|
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 `<ghibli-face>`).
|
||||||
|
|
||||||
You can also use <concept-names> in the WebGUI's prompt textbox. There
|
You can also use `<concept-names>` in the WebGUI's prompt textbox. There is no
|
||||||
is no autocompletion at this time.
|
autocompletion at this time.
|
||||||
|
|
||||||
## Installing your Own TI Files
|
## Installing your Own TI Files
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user