mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-04-28 17:51:36 +02:00
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
|
||
|---|---|---|
| .. | ||
| ckpt_generator | ||
| generator | ||
| restoration | ||
| __init__.py | ||
| _version.py | ||
| args.py | ||
| ckpt_to_diffuser.py | ||
| CLI.py | ||
| concepts_lib.py | ||
| conditioning.py | ||
| configure_invokeai.py | ||
| devices.py | ||
| globals.py | ||
| image_util.py | ||
| log.py | ||
| model_manager.py | ||
| patchmatch.py | ||
| pngwriter.py | ||
| prompt_parser.py | ||
| readline.py | ||
| seamless.py | ||
| server_legacy.py | ||
| server.py | ||
| textual_inversion_training.py | ||
| txt2mask.py | ||