mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
968fb655a4
* ci: add docker build timout; log free space on runner before and after build * docker: bump frontend builder to node=20.x; skip linting on build * chore: gitignore .pnpm-store * update code owners for docker and CI --------- Co-authored-by: Millun Atluri <Millu@users.noreply.github.com>
33 lines
1.4 KiB
Plaintext
33 lines
1.4 KiB
Plaintext
# continuous integration
|
|
/.github/workflows/ @lstein @blessedcoolant @hipsterusername @ebr
|
|
|
|
# documentation
|
|
/docs/ @lstein @blessedcoolant @hipsterusername @Millu
|
|
/mkdocs.yml @lstein @blessedcoolant @hipsterusername @Millu
|
|
|
|
# nodes
|
|
/invokeai/app/ @Kyle0654 @blessedcoolant @psychedelicious @brandonrising @hipsterusername
|
|
|
|
# installation and configuration
|
|
/pyproject.toml @lstein @blessedcoolant @hipsterusername
|
|
/docker/ @lstein @blessedcoolant @hipsterusername @ebr
|
|
/scripts/ @ebr @lstein @hipsterusername
|
|
/installer/ @lstein @ebr @hipsterusername
|
|
/invokeai/assets @lstein @ebr @hipsterusername
|
|
/invokeai/configs @lstein @hipsterusername
|
|
/invokeai/version @lstein @blessedcoolant @hipsterusername
|
|
|
|
# web ui
|
|
/invokeai/frontend @blessedcoolant @psychedelicious @lstein @maryhipp @hipsterusername
|
|
/invokeai/backend @blessedcoolant @psychedelicious @lstein @maryhipp @hipsterusername
|
|
|
|
# generation, model management, postprocessing
|
|
/invokeai/backend @damian0815 @lstein @blessedcoolant @gregghelt2 @StAlKeR7779 @brandonrising @ryanjdick @hipsterusername
|
|
|
|
# front ends
|
|
/invokeai/frontend/CLI @lstein @hipsterusername
|
|
/invokeai/frontend/install @lstein @ebr @hipsterusername
|
|
/invokeai/frontend/merge @lstein @blessedcoolant @hipsterusername
|
|
/invokeai/frontend/training @lstein @blessedcoolant @hipsterusername
|
|
/invokeai/frontend/web @psychedelicious @blessedcoolant @maryhipp @hipsterusername
|