2023-02-06 19:33:46 +00:00
|
|
|
# continuous integration
|
2023-02-20 15:02:32 +00:00
|
|
|
/.github/workflows/ @mauwii @lstein @blessedcoolant
|
2023-02-06 19:33:46 +00:00
|
|
|
|
2023-02-06 19:47:20 +00:00
|
|
|
# documentation
|
2023-02-20 15:02:32 +00:00
|
|
|
/docs/ @lstein @mauwii @tildebyte @blessedcoolant
|
|
|
|
mkdocs.yml @lstein @mauwii @blessedcoolant
|
2023-02-06 19:47:20 +00:00
|
|
|
|
|
|
|
# installation and configuration
|
2023-02-20 15:02:32 +00:00
|
|
|
/pyproject.toml @mauwii @lstein @ebr @blessedcoolant
|
|
|
|
/docker/ @mauwii @lstein @blessedcoolant
|
|
|
|
/scripts/ @ebr @lstein @blessedcoolant
|
|
|
|
/installer/ @ebr @lstein @tildebyte @blessedcoolant
|
|
|
|
ldm/invoke/config @lstein @ebr @blessedcoolant
|
|
|
|
invokeai/assets @lstein @ebr @blessedcoolant
|
|
|
|
invokeai/configs @lstein @ebr @blessedcoolant
|
2023-02-06 19:33:46 +00:00
|
|
|
/ldm/invoke/_version.py @lstein @blessedcoolant
|
|
|
|
|
|
|
|
# web ui
|
2023-02-20 15:02:32 +00:00
|
|
|
/invokeai/frontend @blessedcoolant @psychedelicious @lstein
|
|
|
|
/invokeai/backend @blessedcoolant @psychedelicious @lstein
|
2023-02-06 19:33:46 +00:00
|
|
|
|
|
|
|
# generation and model management
|
2023-02-20 15:02:32 +00:00
|
|
|
/ldm/*.py @lstein @blessedcoolant
|
|
|
|
/ldm/generate.py @lstein @keturn @blessedcoolant
|
2023-02-06 19:33:46 +00:00
|
|
|
/ldm/invoke/args.py @lstein @blessedcoolant
|
2023-02-20 15:02:32 +00:00
|
|
|
/ldm/invoke/ckpt* @lstein @blessedcoolant
|
|
|
|
/ldm/invoke/ckpt_generator @lstein @blessedcoolant
|
|
|
|
/ldm/invoke/CLI.py @lstein @blessedcoolant
|
|
|
|
/ldm/invoke/config @lstein @ebr @mauwii @blessedcoolant
|
|
|
|
/ldm/invoke/generator @keturn @damian0815 @blessedcoolant
|
|
|
|
/ldm/invoke/globals.py @lstein @blessedcoolant
|
|
|
|
/ldm/invoke/merge_diffusers.py @lstein @blessedcoolant
|
2023-02-06 19:33:46 +00:00
|
|
|
/ldm/invoke/model_manager.py @lstein @blessedcoolant
|
2023-02-20 15:02:32 +00:00
|
|
|
/ldm/invoke/txt2mask.py @lstein @blessedcoolant
|
|
|
|
/ldm/invoke/patchmatch.py @Kyle0654 @blessedcoolant @lstein
|
2023-02-06 19:33:46 +00:00
|
|
|
/ldm/invoke/restoration @lstein @blessedcoolant
|
|
|
|
|
|
|
|
# attention, textual inversion, model configuration
|
2023-02-20 15:02:32 +00:00
|
|
|
/ldm/models @damian0815 @keturn @lstein @blessedcoolant
|
|
|
|
/ldm/modules @damian0815 @keturn @lstein @blessedcoolant
|
2023-02-06 19:33:46 +00:00
|
|
|
|
|
|
|
# Nodes
|
2023-02-20 15:02:32 +00:00
|
|
|
apps/ @Kyle0654 @lstein @blessedcoolant
|
2023-02-06 19:33:46 +00:00
|
|
|
|
|
|
|
# legacy REST API
|
|
|
|
# is CapableWeb still engaged?
|
2023-02-20 15:02:32 +00:00
|
|
|
/ldm/invoke/pngwriter.py @CapableWeb @lstein @blessedcoolant
|
|
|
|
/ldm/invoke/server_legacy.py @CapableWeb @lstein @blessedcoolant
|
|
|
|
/scripts/legacy_api.py @CapableWeb @lstein @blessedcoolant
|
|
|
|
/tests/legacy_tests.sh @CapableWeb @lstein @blessedcoolant
|
|
|
|
|