mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-03-15 11:20:21 +01: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
|
||
|---|---|---|
| .. | ||
| orig_scripts | ||
| dream.py | ||
| images2prompt.py | ||
| invoke.py | ||
| legacy_api.py | ||
| load_models.py | ||
| merge_embeddings.py | ||
| merge_fe.py | ||
| preload_models.py | ||
| sd-metadata.py | ||
| textual_inversion_fe.py | ||
| textual_inversion.py | ||