InvokeAI/invokeai/backend/model_management
Lincoln Stein 6f6d920686
[Feature] Support the XL inpainting model (#4431)
* add StableDiffusionXLInpaintPipeline to probe list

* add StableDiffusionXLInpaintPipeline to probe list

* Blackified (?)

---------

Authored-by: Lincoln Stein <lstein@gmail.com>
Mucked about with to get it merged by: Kent Keirsey <31807370+hipsterusername@users.noreply.github.com>
2023-09-01 22:58:14 -04:00
..
models Merge branch 'main' into dep/diffusers020 2023-08-18 11:02:52 -07:00
__init__.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
convert_ckpt_to_diffusers.py fix(convert_ckpt): Removed is_safetensors_available as safetensors is now a required dependency. 2023-08-18 11:05:59 -07:00
lora.py Fixing class level import 2023-08-18 15:52:04 +10:00
model_cache.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
model_manager.py resolve merge conflicts 2023-08-20 15:26:52 -04:00
model_merge.py use as_posix() instead of str() 2023-08-14 22:59:26 -04:00
model_probe.py [Feature] Support the XL inpainting model (#4431) 2023-09-01 22:58:14 -04:00
model_search.py allow symbolic links to be followed during autoimport 2023-08-14 07:37:47 -04:00
seamless.py chore: seamless print statement cleanup 2023-08-29 13:09:30 +12:00
util.py Format by black 2023-08-11 03:20:56 +03:00