mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
CODEOWNERS coarse draft
This commit is contained in:
parent
3f53f1186d
commit
70203e6e5a
59
.github/CODEOWNERS
vendored
59
.github/CODEOWNERS
vendored
@ -1,51 +1,34 @@
|
|||||||
# continuous integration
|
# continuous integration
|
||||||
/.github/workflows/ @mauwii @lstein @blessedcoolant
|
/.github/workflows/ @mauwii @lstein
|
||||||
|
|
||||||
# documentation
|
# documentation
|
||||||
/docs/ @lstein @mauwii @tildebyte @blessedcoolant
|
/docs/ @lstein @mauwii @tildebyte
|
||||||
mkdocs.yml @lstein @mauwii @blessedcoolant
|
/mkdocs.yml @lstein @mauwii
|
||||||
|
|
||||||
|
# nodes
|
||||||
|
/invokeai/app/ @Kyle0654 @blessedcoolant
|
||||||
|
|
||||||
# installation and configuration
|
# installation and configuration
|
||||||
/pyproject.toml @mauwii @lstein @ebr @blessedcoolant
|
/pyproject.toml @mauwii @lstein @blessedcoolant
|
||||||
/docker/ @mauwii @lstein @blessedcoolant
|
/docker/ @mauwii @lstein
|
||||||
/scripts/ @ebr @lstein @blessedcoolant
|
/scripts/ @ebr @lstein
|
||||||
/installer/ @ebr @lstein @tildebyte @blessedcoolant
|
/installer/ @lstein @ebr
|
||||||
ldm/invoke/config @lstein @ebr @blessedcoolant
|
/invokeai/assets @lstein @ebr
|
||||||
invokeai/assets @lstein @ebr @blessedcoolant
|
/invokeai/configs @lstein
|
||||||
invokeai/configs @lstein @ebr @blessedcoolant
|
/invokeai/version @lstein @blessedcoolant
|
||||||
/ldm/invoke/_version.py @lstein @blessedcoolant
|
|
||||||
|
|
||||||
# web ui
|
# web ui
|
||||||
/invokeai/frontend @blessedcoolant @psychedelicious @lstein
|
/invokeai/frontend @blessedcoolant @psychedelicious @lstein
|
||||||
/invokeai/backend @blessedcoolant @psychedelicious @lstein
|
/invokeai/backend @blessedcoolant @psychedelicious @lstein
|
||||||
|
|
||||||
# generation and model management
|
# generation, model management, postprocessing
|
||||||
/ldm/*.py @lstein @blessedcoolant
|
/invokeai/backend @keturn @damian0815 @lstein @blessedcoolant @jpphoto
|
||||||
/ldm/generate.py @lstein @keturn @blessedcoolant
|
|
||||||
/ldm/invoke/args.py @lstein @blessedcoolant
|
|
||||||
/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
|
|
||||||
/ldm/invoke/model_manager.py @lstein @blessedcoolant
|
|
||||||
/ldm/invoke/txt2mask.py @lstein @blessedcoolant
|
|
||||||
/ldm/invoke/patchmatch.py @Kyle0654 @blessedcoolant @lstein
|
|
||||||
/ldm/invoke/restoration @lstein @blessedcoolant
|
|
||||||
|
|
||||||
# attention, textual inversion, model configuration
|
# front ends
|
||||||
/ldm/models @damian0815 @keturn @lstein @blessedcoolant
|
/invokeai/frontend/CLI @lstein
|
||||||
/ldm/modules @damian0815 @keturn @lstein @blessedcoolant
|
/invokeai/frontend/install @lstein @ebr @mauwii
|
||||||
|
/invokeai/frontend/merge @lstein @blessedcoolant @hipsterusername
|
||||||
|
/invokeai/frontend/training @lstein @blessedcoolant @hipsterusername
|
||||||
|
/invokeai/frontend/web @psychedelicious @blessedcoolant
|
||||||
|
|
||||||
# Nodes
|
|
||||||
apps/ @Kyle0654 @lstein @blessedcoolant
|
|
||||||
|
|
||||||
# legacy REST API
|
|
||||||
# is CapableWeb still engaged?
|
|
||||||
/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
|
|
||||||
|
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
After version 2.3 is released, the ldm/invoke modules will be migrated to this location
|
Organization of the source tree:
|
||||||
so that we have a proper invokeai distribution. Currently it is only being used for
|
|
||||||
data files.
|
app -- Home of nodes invocations and services
|
||||||
|
assets -- Images and other data files used by InvokeAI
|
||||||
|
backend -- Non-user facing libraries, including the rendering
|
||||||
|
core.
|
||||||
|
configs -- Configuration files used at install and run times
|
||||||
|
frontend -- User-facing scripts, including the CLI and the WebUI
|
||||||
|
version -- Current InvokeAI version string, stored
|
||||||
|
in version/invokeai_version.py
|
||||||
|
|
Loading…
Reference in New Issue
Block a user