InvokeAI/ldm
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
..
data Textual Inversion for M1 2022-09-27 01:39:17 +02:00
invoke replace legacy setup.py with pyproject.toml 2023-01-20 23:30:24 +01:00
models fix autocast dependency in cross_attention_control 2023-01-16 23:18:43 -05:00
modules do not use autocast for diffusers 2023-01-16 19:32:06 -05:00
__init__.py Merge dev into main for 2.2.0 (#1642) 2022-11-30 16:12:23 -05:00
generate.py do not use autocast for diffusers 2023-01-16 19:32:06 -05:00
lr_scheduler.py prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00
simplet2i.py Squashed commit of the following: 2022-09-12 14:31:48 -04:00
util.py fix perlin noise and txt2img2img 2023-01-16 22:50:13 -05:00