Skip to content

Commit 0922210

Browse files
Update bug-report.yml
1 parent 02a8d66 commit 0922210

File tree

1 file changed

+35
-10
lines changed

1 file changed

+35
-10
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
*Give your issue a fitting title. Assume that someone which very limited knowledge of diffusers can understand your issue. Add links to the source code, documentation other issues, pull requests etc...*
1414
- 2. If your issue is about something not working, **always** provide a reproducible code snippet. The reader should be able to reproduce your issue by **only copy-pasting your code snippet into a Python shell**.
1515
*The community cannot solve your issue if it cannot reproduce it. If your bug is related to training, add your training script and make everything needed to train public. Otherwise, just add a simple Python code snippet.*
16-
- 3. Add the **minimum amount of code / context that is needed to understand, reproduce your issue**.
16+
- 3. Add the **minimum** amount of code / context that is needed to understand, reproduce your issue.
1717
*Make the life of maintainers easy. `diffusers` is getting many issues every day. Make sure your issue is about one bug and one bug only. Make sure you add only the context, code needed to understand your issues - nothing more. Generally, every issue is a way of documenting this library, try to make it a good documentation entry.*
1818
- 4. For issues related to community pipelines (i.e., the pipelines located in the `examples/community` folder), please tag the author of the pipeline in your issue thread as those pipelines are not maintained.
1919
- type: markdown
@@ -61,21 +61,46 @@ body:
6161
All issues are read by one of the core maintainers, so if you don't know who to tag, just leave this blank and
6262
a core maintainer will ping the right person.
6363
64-
Please tag fewer than 3 people.
65-
66-
General library related questions: @patrickvonplaten and @sayakpaul
64+
Please tag a maximum of 2 people.
65+
66+
Questions on DiffusionPipeline (Saving, Loading, From pretrained, ...):
67+
68+
Questions on pipelines:
69+
- Stable Diffusion @yiyixuxu @DN6 @patrickvonplaten @sayakpaul @patrickvonplaten
70+
- Stable Diffusion XL @yiyixuxu @sayakpaul @DN6 @patrickvonplaten
71+
- Kandinsky @yiyixuxu @patrickvonplaten
72+
- ControlNet @sayakpaul @yiyixuxu @DN6 @patrickvonplaten
73+
- T2I Adapter @sayakpaul @yiyixuxu @DN6 @patrickvonplaten
74+
- IF @DN6 @patrickvonplaten
75+
- Text-to-Video / Video-to-Video @DN6 @sayakpaul @patrickvonplaten
76+
- Wuerstchen @DN6 @patrickvonplaten
77+
- Other: @yiyixuxu @DN6
78+
79+
Questions on models:
80+
- UNet @DN6 @yiyixuxu @sayakpaul @patrickvonplaten
81+
- VAE @sayakpaul @DN6 @yiyixuxu @patrickvonplaten
82+
- Transformers/Attention @DN6 @yiyixuxu @sayakpaul @DN6 @patrickvonplaten
6783
68-
Questions on the training examples: @williamberman, @sayakpaul, @yiyixuxu
84+
Questions on Schedulers: @yiyixuxu @patrickvonplaten
6985
70-
Questions on memory optimizations, LoRA, float16, etc.: @williamberman, @patrickvonplaten, and @sayakpaul
86+
Questions on LoRA: @sayakpaul @patrickvonplaten
7187
72-
Questions on schedulers: @patrickvonplaten and @williamberman
88+
Questions on Textual Inversion: @sayakpaul @patrickvonplaten
7389
74-
Questions on models and pipelines: @patrickvonplaten, @sayakpaul, and @williamberman (for community pipelines, please tag the original author of the pipeline)
90+
Questions on Training:
91+
- DreamBooth @sayakpaul @patrickvonplaten
92+
- Text-to-Image Fine-tuning @sayakpaul @patrickvonplaten
93+
- Textual Inversion @sayakpaul @patrickvonplaten
94+
- ControlNet @sayakpaul @patrickvonplaten
95+
96+
Questions on Tests: @DN6 @sayakpaul @yiyixuxu
97+
98+
Questions on Documentation: @stevhliu
7599
76100
Questions on JAX- and MPS-related things: @pcuenca
77101
78-
Questions on audio pipelines: @patrickvonplaten, @kashif, and @sanchit-gandhi
102+
Questions on audio pipelines: @DN6 @patrickvonplaten
103+
104+
79105
80-
Documentation: @stevhliu and @yiyixuxu
81106
placeholder: "@Username ..."

0 commit comments

Comments
 (0)