InvokeAI/.github/workflows
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
..
build-cloud-img.yml update (docker-)build scripts, .dockerignore and add patchmatch (#1970) 2022-12-16 13:53:37 +01:00
build-container.yml Make Dockerfile cloud ready (tested on runpod) (#1950) 2022-12-12 17:54:42 -05:00
lint-frontend.yml Auto-format frontend (#2009) 2022-12-16 13:56:39 +01:00
mkdocs-material.yml Merge dev into main for 2.2.0 (#1642) 2022-11-30 16:12:23 -05:00
pyflakes.yml build: GitHub Action to lint python files with pyflakes (#1332) 2022-12-15 19:30:58 +00:00
test-invoke-pip.yml replace legacy setup.py with pyproject.toml 2023-01-20 23:30:24 +01:00