mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-25 22:38:59 +08:00
Updated Features (markdown)
parent
f8256379f5
commit
6b2d8bd78d
18
Features.md
18
Features.md
@ -159,23 +159,13 @@ Here's are settings that create the graph above:
|
||||

|
||||
|
||||
# Textual Inversion
|
||||
Allows you to use pretrained textual inversion embeddings.
|
||||
See original site for details: https://textual-inversion.github.io/.
|
||||
I used lstein's repo for training embdedding: https://github.com/lstein/stable-diffusion; if
|
||||
you want to train your own, I recommend following the guide on his site.
|
||||
See original site for details about what textual inversion is: https://textual-inversion.github.io/.
|
||||
|
||||
Update: you can now download many pre-trained embeddings from this page: https://huggingface.co/sd-concepts-library
|
||||
Short explanation: place your embeddings into `embeddings` directory, and use the filename in prompt.
|
||||
|
||||
To make use of pretrained embeddings, create `embeddings` directory in the same directory as `webui.py`
|
||||
and put your embeddings into it. They must be .pt or .bin files about 5Kb in size, each with only
|
||||
one trained embedding, and the filename (without .pt or .bin) will be the term you'd use in prompt
|
||||
to get that embedding.
|
||||
Long explanation: [Textual Inversion](Textual-Inversion)
|
||||
|
||||
As an example, I trained one for about 5000 steps: https://files.catbox.moe/e2ui6r.pt; it does
|
||||
not produce very good results, but it does work. Download and rename it to `Usada Pekora.pt`,
|
||||
and put it into `embeddings` dir and use Usada Pekora in prompt.
|
||||
|
||||

|
||||

|
||||
|
||||
# Resizing
|
||||
There are three options for resizing input images in img2img mode:
|
||||
|
Loading…
x
Reference in New Issue
Block a user