mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
69cc0993f8
* Add Embedding Parsing * Add Embedding Parsing * Return token_dim in embedding_info * fixes to handle other variants 1. Handle the case of a .bin file being mislabeled .pt (seen in the wild at https://cyberes.github.io/stable-diffusion-textual-inversion-models/) 2. Handle the "broken" .pt files reported by https://github.com/invoke-ai/InvokeAI/issues/1829 3. When token name is not available, use the basename of the pt or bin file rather than the whole path. fixes #1829 * remove whitespace Co-authored-by: Lincoln Stein <lincoln.stein@gmail.com> |
||
---|---|---|
.. | ||
diffusionmodules | ||
distributions | ||
encoders | ||
image_degradation | ||
losses | ||
__init__.py | ||
attention.py | ||
ema.py | ||
embedding_manager.py | ||
x_transformer.py |