InvokeAI/invokeai/backend
Millun Atluri 74e644c4ba
Allow bfloat16 to be configurable in invoke.yaml (#5469)
* feat: allow bfloat16 to be configurable in invoke.yaml

* fix: `torch_dtype()` util

- Use `choose_precision` to get the precision string
- Do not reference deprecated `config.full_precision` flat (why does this still exist?), if a user had this enabled it would override their actual precision setting and potentially cause a lot of confusion.

---------

Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
2024-01-12 18:40:37 +00:00
..
image_util feat(backend): rename realesrgan class & upscale method 2023-11-28 07:58:22 +11:00
install close #5209 2023-12-21 23:02:57 -05:00
ip_adapter Add support for IPAdapterFull models. The changes are based on this upstream PR: https://github.com/tencent-ailab/IP-Adapter/pull/139 . 2023-11-29 15:07:21 -08:00
model_management Enable correct probing of LoRA latent-consistency/lcm-lora-sdxl (#5449) 2024-01-08 17:18:26 -05:00
model_manager [Feat] reimport model config records after schema migration (#5281) 2023-12-19 17:01:47 -05:00
stable_diffusion Respect torch-sdp in config.yaml (#5353) 2023-12-28 05:46:28 +00:00
tiles In CalculateImageTilesEvenSplitInvocation to have overlap_fraction becomes just overlap. This is now in pixels rather than as a fraction of the tile size. 2023-12-17 15:10:50 +00:00
training add note about discriminated union and Body() issue; blackified 2023-11-12 16:50:05 -05:00
util Allow bfloat16 to be configurable in invoke.yaml (#5469) 2024-01-12 18:40:37 +00:00
__init__.py isort wip 2 2023-09-12 13:01:58 -04:00