InvokeAI/scripts
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
..
orig_scripts rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
dream.py Merge dev into main for 2.2.0 (#1642) 2022-11-30 16:12:23 -05:00
images2prompt.py Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00
invoke.py fixing a typo in invoke.py (#2204) 2023-01-02 02:39:43 +00:00
legacy_api.py Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00
load_models.py replace legacy setup.py with pyproject.toml 2023-01-20 23:30:24 +01:00
merge_embeddings.py Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00
merge_fe.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
preload_models.py replace legacy setup.py with pyproject.toml 2023-01-20 23:30:24 +01:00
sd-metadata.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
textual_inversion_fe.py [enhancement] Reorganize form for textual inversion training 2023-01-19 18:43:12 -05:00
textual_inversion.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00