mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-31 02:32:57 +08:00
Updated Textual Inversion (markdown)
parent
e9430cfcce
commit
76f8adeb32
@ -40,10 +40,12 @@ Experimental support for training embeddings in user interface.
|
||||
- works with half precision floats, but needs experimentation to see if results will be just as good
|
||||
- if you have enough memory, safer to run with `--no-half --precision full`
|
||||
- no preprocessing is done for images (except for resizing to 512x512), not even flip
|
||||
- planned: another button for UI to run preprocessing for images automatically.
|
||||
- you can interrupt and resume training without any loss of data (except for AdamW optimization parameters, but it seems none of existing repos save those anyway so the general opinion is they are not important)
|
||||
- no support for batch sizes or gradient accumulation
|
||||
- it should not be possible to run this with `--lowvram` and `--medvram` flags.
|
||||
|
||||
|
||||
## Third party repos
|
||||
I successfully trained embeddings using those repositories:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user