mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
abe4dc8ac1
- This PR adds support for embedding files that contain a single key "emb_params". The only example I know of this format is the "EasyNegative" embedding on HuggingFace, but there are certainly others. - This PR also adds support for loading embedding files that have been saved in safetensors format. - It also cleans up the code so that the logic of probing for and selecting the right format parser is clear. |
||
---|---|---|
.. | ||
config | ||
generator | ||
image_util | ||
model_management | ||
prompting | ||
restoration | ||
stable_diffusion | ||
training | ||
util | ||
web | ||
__init__.py | ||
args.py | ||
generate.py | ||
globals.py | ||
safety_checker.py |