You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+48-18Lines changed: 48 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
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,15 +10,16 @@ body:
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
-
- 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
+
- 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.
18
19
- type: markdown
19
20
attributes:
20
21
value: |
21
-
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).
22
23
- type: textarea
23
24
id: bug-description
24
25
attributes:
@@ -46,35 +47,64 @@ body:
46
47
attributes:
47
48
label: System Info
48
49
description: Please share your system info with us. You can run the command `diffusers-cli env` and copy-paste its output below.
about: Start a new translation effort in your language
4
+
title: '[<languageCode>] Translating docs to <languageName>'
5
+
labels: WIP
6
+
assignees: ''
7
+
8
+
---
9
+
10
+
<!--
11
+
Note: Please search to see if an issue already exists for the language you are trying to translate.
12
+
-->
13
+
14
+
Hi!
15
+
16
+
Let's bring the documentation to all the <languageName>-speaking community 🌐.
17
+
18
+
Who would want to translate? Please follow the 🤗 [TRANSLATING guide](https://github.com/huggingface/diffusers/blob/main/docs/TRANSLATING.md). Here is a list of the files ready for translation. Let us know in this issue if you'd like to translate any, and we'll add your name to the list.
19
+
20
+
Some notes:
21
+
22
+
* Please translate using an informal tone (imagine you are talking with a friend about Diffusers 🤗).
23
+
* Please translate in a gender-neutral way.
24
+
* Add your translations to the folder called `<languageCode>` inside the [source folder](https://github.com/huggingface/diffusers/tree/main/docs/source).
25
+
* Register your translation in `<languageCode>/_toctree.yml`; please follow the order of the [English version](https://github.com/huggingface/diffusers/blob/main/docs/source/en/_toctree.yml).
26
+
* Once you're finished, open a pull request and tag this issue by including #issue-number in the description, where issue-number is the number of this issue. Please ping @stevhliu for review.
27
+
* 🙋 If you'd like others to help you with the translation, you can also post in the 🤗 [forums](https://discuss.huggingface.co/c/discussion-related-to-httpsgithubcomhuggingfacediffusers/63).
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,10 @@ Fixes # (issue)
19
19
-[ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
20
20
-[ ] Did you read the [contributor guideline](https://github.com/huggingface/diffusers/blob/main/CONTRIBUTING.md)?
21
21
-[ ] Did you read our [philosophy doc](https://github.com/huggingface/diffusers/blob/main/PHILOSOPHY.md) (important for complex PRs)?
22
-
-[ ] Was this discussed/approved via a Github issue or the [forum](https://discuss.huggingface.co/)? Please add a link to it if that's the case.
22
+
-[ ] Was this discussed/approved via a GitHub issue or the [forum](https://discuss.huggingface.co/c/discussion-related-to-httpsgithubcomhuggingfacediffusers/63)? Please add a link to it if that's the case.
23
23
-[ ] Did you make sure to update the documentation with your changes? Here are the
24
24
[documentation guidelines](https://github.com/huggingface/diffusers/tree/main/docs), and
25
-
[here are tips on formatting docstrings](https://github.com/huggingface/transformers/tree/main/docs#writing-source-documentation).
25
+
[here are tips on formatting docstrings](https://github.com/huggingface/diffusers/tree/main/docs#writing-source-documentation).
26
26
-[ ] Did you write any new necessary tests?
27
27
28
28
@@ -31,24 +31,25 @@ Fixes # (issue)
31
31
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
32
32
members/contributors who may be interested in your PR.
33
33
34
-
<!-- Your PR will be replied to more quickly if you can figure out the right person to tag with @
34
+
<!-- Your PR will be replied to more quickly if you can figure out the right person to tag with @.
35
35
36
36
If you know how to use git blame, that is the easiest way, otherwise, here is a rough guide of **who to tag**.
37
37
Please tag fewer than 3 people.
38
38
39
39
Core library:
40
40
41
-
- Schedulers: @williamberman and @patrickvonplaten
42
-
- Pipelines: @patrickvonplaten and @sayakpaul
43
-
- Training examples: @sayakpaul and @patrickvonplaten
44
-
- Docs: @stevenliu and @yiyixu
41
+
- Schedulers: @yiyixuxu
42
+
- Pipelines and pipeline callbacks: @yiyixuxu and @asomoza
43
+
- Training examples: @sayakpaul
44
+
- Docs: @stevhliu and @sayakpaul
45
45
- JAX and MPS: @pcuenca
46
46
- Audio: @sanchit-gandhi
47
-
- General functionalities: @patrickvonplaten and @sayakpaul
47
+
- General functionalities: @sayakpaul @yiyixuxu @DN6
0 commit comments