|
13 | 13 | *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...* |
14 | 14 | - 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**. |
15 | 15 | *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. |
17 | 17 | *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.* |
18 | 18 | - 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. |
19 | 19 | - type: markdown |
@@ -61,21 +61,46 @@ body: |
61 | 61 | All issues are read by one of the core maintainers, so if you don't know who to tag, just leave this blank and |
62 | 62 | a core maintainer will ping the right person. |
63 | 63 | |
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 |
67 | 83 |
|
68 | | - Questions on the training examples: @williamberman, @sayakpaul, @yiyixuxu |
| 84 | + Questions on Schedulers: @yiyixuxu @patrickvonplaten |
69 | 85 |
|
70 | | - Questions on memory optimizations, LoRA, float16, etc.: @williamberman, @patrickvonplaten, and @sayakpaul |
| 86 | + Questions on LoRA: @sayakpaul @patrickvonplaten |
71 | 87 |
|
72 | | - Questions on schedulers: @patrickvonplaten and @williamberman |
| 88 | + Questions on Textual Inversion: @sayakpaul @patrickvonplaten |
73 | 89 |
|
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 |
75 | 99 |
|
76 | 100 | Questions on JAX- and MPS-related things: @pcuenca |
77 | 101 |
|
78 | | - Questions on audio pipelines: @patrickvonplaten, @kashif, and @sanchit-gandhi |
| 102 | + Questions on audio pipelines: @DN6 @patrickvonplaten |
| 103 | + |
| 104 | +
|
79 | 105 | |
80 | | - Documentation: @stevhliu and @yiyixuxu |
81 | 106 | placeholder: "@Username ..." |
0 commit comments