cddb07a176
build container image / cpu (push) Waiting to run
build container image / cuda (push) Waiting to run
build container image / rocm (push) Waiting to run
docs / deploy (push) Blocked by required conditions
docs / changes (push) Waiting to run
docs / check-and-build (push) Blocked by required conditions
frontend tests / frontend-tests (push) Waiting to run
openapi checks / openapi-checks (push) Waiting to run
python tests / py3.12: macos-default (push) Waiting to run
python tests / py3.11: windows-cpu (push) Waiting to run
python tests / py3.12: windows-cpu (push) Waiting to run
python tests / py3.11: linux-cpu (push) Waiting to run
python tests / py3.12: linux-cpu (push) Waiting to run
typegen checks / typegen-checks (push) Waiting to run
uv lock checks / uv-lock-checks (push) Waiting to run
frontend checks / frontend-checks (push) Waiting to run
lfs checks / lfs-check (push) Waiting to run
python checks / python-checks (push) Waiting to run
python tests / py3.11: macos-default (push) Waiting to run
31 lines
1020 B
Plaintext
31 lines
1020 B
Plaintext
# continuous integration
|
|
/.github/workflows/ @lstein @blessedcoolant
|
|
|
|
# documentation - anyone with write privileges can review
|
|
/docs/
|
|
|
|
# nodes
|
|
/invokeai/app/ @blessedcoolant @lstein @dunkeroni @JPPhoto @pfannkuchensack
|
|
|
|
# installation and configuration
|
|
/pyproject.toml @lstein @blessedcoolant
|
|
/docker/ @lstein @blessedcoolant
|
|
/scripts/ @lstein @blessedcoolant
|
|
/installer/ @lstein @blessedcoolant
|
|
/invokeai/assets @lstein @blessedcoolant
|
|
/invokeai/configs @lstein @blessedcoolant
|
|
/invokeai/version @lstein @blessedcoolant
|
|
|
|
# web ui
|
|
/invokeai/frontend @blessedcoolant @lstein @dunkeroni @jpphoto @pfannkuchensack
|
|
|
|
# generation, model management, postprocessing
|
|
/invokeai/backend @lstein @blessedcoolant @dunkeroni @JPPhoto @Pfannkuchensack
|
|
|
|
# front ends
|
|
/invokeai/frontend/CLI @lstein
|
|
/invokeai/frontend/install @lstein
|
|
/invokeai/frontend/merge @lstein @blessedcoolant
|
|
/invokeai/frontend/training @lstein @blessedcoolant
|
|
/invokeai/frontend/web @blessedcoolant @lstein @dunkeroni @Pfannkuchensack @jpphoto
|