InvokeAI/ldm/invoke
mauwii 5afb63e41b
replace legacy setup.py with pyproject.toml
other changes which where required:
- move configure_invokeai.py into ldm.invoke
- update files which imported configure_invokeai to use new location:
    - ldm/invoke/CLI.py
    - scripts/load_models.py
    - scripts/preload_models.py
- update test-invoke-pip.yml:
    - remove pr type "converted_to_draft"
    - remove reference to dev/diffusers
    - remove no more needed requirements from matrix
    - add pytorch to matrix
    - install via `pip3 install --use-pep517 .`
    - use the created executables
        - this should also fix configure_invoke not executed in windows
To install use `pip install --use-pep517 -e .` where `-e` is optional
2023-01-20 23:30:24 +01:00
..
ckpt_generator do not use autocast for diffusers 2023-01-16 19:32:06 -05:00
generator Merge branch 'main' into feat/disable-xformers 2023-01-19 18:45:59 -05:00
restoration fix codeformer facexlib files being downloaded into .venv 2023-01-04 00:13:33 -05:00
__init__.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
_version.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
args.py [feat] Provide option to disable xformers from command line 2023-01-19 16:16:35 -05:00
ckpt_to_diffuser.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
CLI.py replace legacy setup.py with pyproject.toml 2023-01-20 23:30:24 +01:00
concepts_lib.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
conditioning.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
configure_invokeai.py replace legacy setup.py with pyproject.toml 2023-01-20 23:30:24 +01:00
devices.py do not use autocast for diffusers 2023-01-16 19:32:06 -05:00
globals.py [feat] Provide option to disable xformers from command line 2023-01-19 16:16:35 -05:00
image_util.py Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00
log.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
model_manager.py [bugfix] suppress extraneous warning messages generated by diffusers 2023-01-19 16:49:40 -05:00
patchmatch.py defer patchmatch loading (#2039) 2022-12-20 15:32:35 -08:00
pngwriter.py correct bug when trying to enhance JPG images (#1928) 2022-12-11 13:48:47 -05:00
prompt_parser.py Save and display per-token attention maps (#1866) 2022-12-10 15:57:41 +01:00
readline.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
seamless.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
server_legacy.py Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00
server.py Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00
textual_inversion_training.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
txt2mask.py Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00