Skip to content

Commit a9e8005

Browse files
authored
CODEOWNERS update - 2.3 branch (#3230)
Both @mauwii and @keturn have been offline for some time. I am temporarily removing them from CODEOWNERS so that they will not be responsible for code reviews until they wish to/are able to re-engage fully. Note that I have volunteered @GreggHelt2 to be a codeowner of the generation backend code, replacing @keturn . Let me know if you're uncomfortable with this.
2 parents 40d9b5d + c2e6d98 commit a9e8005

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/CODEOWNERS

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# continuous integration
2-
/.github/workflows/ @mauwii @lstein @blessedcoolant
2+
/.github/workflows/ @lstein @blessedcoolant
33

44
# documentation
5-
/docs/ @lstein @mauwii @blessedcoolant
6-
mkdocs.yml @mauwii @lstein
5+
/docs/ @lstein @blessedcoolant
6+
mkdocs.yml @lstein @ebr
77

88
# installation and configuration
9-
/pyproject.toml @mauwii @lstein @ebr
10-
/docker/ @mauwii
9+
/pyproject.toml @lstein @ebr
10+
/docker/ @lstein
1111
/scripts/ @ebr @lstein @blessedcoolant
1212
/installer/ @ebr @lstein
1313
ldm/invoke/config @lstein @ebr
@@ -21,13 +21,13 @@ invokeai/configs @lstein @ebr @blessedcoolant
2121

2222
# generation and model management
2323
/ldm/*.py @lstein @blessedcoolant
24-
/ldm/generate.py @lstein @keturn
24+
/ldm/generate.py @lstein @gregghelt2
2525
/ldm/invoke/args.py @lstein @blessedcoolant
2626
/ldm/invoke/ckpt* @lstein @blessedcoolant
2727
/ldm/invoke/ckpt_generator @lstein @blessedcoolant
2828
/ldm/invoke/CLI.py @lstein @blessedcoolant
29-
/ldm/invoke/config @lstein @ebr @mauwii @blessedcoolant
30-
/ldm/invoke/generator @keturn @damian0815
29+
/ldm/invoke/config @lstein @ebr @blessedcoolant
30+
/ldm/invoke/generator @gregghelt2 @damian0815
3131
/ldm/invoke/globals.py @lstein @blessedcoolant
3232
/ldm/invoke/merge_diffusers.py @lstein @blessedcoolant
3333
/ldm/invoke/model_manager.py @lstein @blessedcoolant
@@ -36,17 +36,17 @@ invokeai/configs @lstein @ebr @blessedcoolant
3636
/ldm/invoke/restoration @lstein @blessedcoolant
3737

3838
# attention, textual inversion, model configuration
39-
/ldm/models @damian0815 @keturn @blessedcoolant
39+
/ldm/models @damian0815 @gregghelt2 @blessedcoolant
4040
/ldm/modules/textual_inversion_manager.py @lstein @blessedcoolant
41-
/ldm/modules/attention.py @damian0815 @keturn
42-
/ldm/modules/diffusionmodules @damian0815 @keturn
43-
/ldm/modules/distributions @damian0815 @keturn
44-
/ldm/modules/ema.py @damian0815 @keturn
41+
/ldm/modules/attention.py @damian0815 @gregghelt2
42+
/ldm/modules/diffusionmodules @damian0815 @gregghelt2
43+
/ldm/modules/distributions @damian0815 @gregghelt2
44+
/ldm/modules/ema.py @damian0815 @gregghelt2
4545
/ldm/modules/embedding_manager.py @lstein
46-
/ldm/modules/encoders @damian0815 @keturn
47-
/ldm/modules/image_degradation @damian0815 @keturn
48-
/ldm/modules/losses @damian0815 @keturn
49-
/ldm/modules/x_transformer.py @damian0815 @keturn
46+
/ldm/modules/encoders @damian0815 @gregghelt2
47+
/ldm/modules/image_degradation @damian0815 @gregghelt2
48+
/ldm/modules/losses @damian0815 @gregghelt2
49+
/ldm/modules/x_transformer.py @damian0815 @gregghelt2
5050

5151
# Nodes
5252
apps/ @Kyle0654 @jpphoto

0 commit comments

Comments
 (0)