mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
c87497fd54
- Move base of t2i and clip_vision config models to DiffusersBase, which contains a field to record the model variant (e.g. "fp16") - This restore the ability to load fp16 t2i and clip_vision models - Also add defensive coding to load the vanilla model when the fp16 model has been replaced (or more likely, user's preferences changed since installation) Co-authored-by: Lincoln Stein <lstein@gmail.com> |
||
---|---|---|
.. | ||
__init__.py | ||
controlnet.py | ||
generic_diffusers.py | ||
ip_adapter.py | ||
lora.py | ||
onnx.py | ||
stable_diffusion.py | ||
textual_inversion.py | ||
vae.py |