|
1 | 1 | name: "\U0001F41B Bug Report"
|
2 |
| -description: Report a bug on diffusers |
| 2 | +description: Report a bug on Diffusers |
3 | 3 | labels: [ "bug" ]
|
4 | 4 | body:
|
5 | 5 | - type: markdown
|
|
10 | 10 | Thus, issues are of the same importance as pull requests when contributing to this library ❤️.
|
11 | 11 | In order to make your issue as **useful for the community as possible**, let's try to stick to some simple guidelines:
|
12 | 12 | - 1. Please try to be as precise and concise as possible.
|
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...* |
| 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 | 16 | - 3. Add the **minimum** amount of code / context that is needed to understand, reproduce your issue.
|
|
19 | 19 | - type: markdown
|
20 | 20 | attributes:
|
21 | 21 | value: |
|
22 |
| - For more in-detail information on how to write good issues you can have a look [here](https://huggingface.co/course/chapter8/5?fw=pt) |
| 22 | + For more in-detail information on how to write good issues you can have a look [here](https://huggingface.co/course/chapter8/5?fw=pt). |
23 | 23 | - type: textarea
|
24 | 24 | id: bug-description
|
25 | 25 | attributes:
|
@@ -47,15 +47,15 @@ body:
|
47 | 47 | attributes:
|
48 | 48 | label: System Info
|
49 | 49 | description: Please share your system info with us. You can run the command `diffusers-cli env` and copy-paste its output below.
|
50 |
| - placeholder: diffusers version, platform, python version, ... |
| 50 | + placeholder: Diffusers version, platform, Python version, ... |
51 | 51 | validations:
|
52 | 52 | required: true
|
53 | 53 | - type: textarea
|
54 | 54 | id: who-can-help
|
55 | 55 | attributes:
|
56 | 56 | label: Who can help?
|
57 | 57 | description: |
|
58 |
| - Your issue will be replied to more quickly if you can figure out the right person to tag with @ |
| 58 | + Your issue will be replied to more quickly if you can figure out the right person to tag with @. |
59 | 59 | If you know how to use git blame, that is the easiest way, otherwise, here is a rough guide of **who to tag**.
|
60 | 60 |
|
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
|
|
66 | 66 | Questions on DiffusionPipeline (Saving, Loading, From pretrained, ...):
|
67 | 67 |
|
68 | 68 | Questions on pipelines:
|
69 |
| - - Stable Diffusion @yiyixuxu @DN6 @patrickvonplaten @sayakpaul @patrickvonplaten |
| 69 | + - Stable Diffusion @yiyixuxu @DN6 @sayakpaul @patrickvonplaten |
70 | 70 | - Stable Diffusion XL @yiyixuxu @sayakpaul @DN6 @patrickvonplaten
|
71 | 71 | - Kandinsky @yiyixuxu @patrickvonplaten
|
72 | 72 | - ControlNet @sayakpaul @yiyixuxu @DN6 @patrickvonplaten
|
|
0 commit comments