From d43c5c01e3cb76640f041ccc4630094221421a5c Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Fri, 2 Sep 2022 10:38:59 -0400 Subject: [PATCH 1/5] Update README.md Those []() link pairs get me every time. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7fa9a943e..c969ebfc41 100644 --- a/README.md +++ b/README.md @@ -730,8 +730,8 @@ be fast because all the dependencies are already loaded. Anyone who wishes to contribute to this project, whether documentation, features, bug fixes, code cleanup, testing, or code reviews, is very much encouraged to do so. If you are unfamiliar with -how to contribute to GitHub projects, here is a (Getting Started -Guide)[https://opensource.com/article/19/7/create-pull-request-github]. +how to contribute to GitHub projects, here is a [Getting Started +Guide](https://opensource.com/article/19/7/create-pull-request-github). A full set of contribution guidelines, along with templates, are in progress, but for now the most important thing is to **make your pull From 81b3de9c657fa146d70702dc70a418a191dc1cc2 Mon Sep 17 00:00:00 2001 From: James Reynolds Date: Thu, 1 Sep 2022 19:38:37 -0600 Subject: [PATCH 2/5] New issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..dd84ea7824 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. From 33936430d0e56228c7c6d310fbc4c094cdaeccb4 Mon Sep 17 00:00:00 2001 From: James Reynolds Date: Thu, 1 Sep 2022 20:52:58 -0600 Subject: [PATCH 3/5] Added issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 20 +++++++++----------- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 2 files changed, 29 insertions(+), 11 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7824..5758867874 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,15 @@ assignees: '' --- +**Describe your environment** +- GPU: [cuda/amd/mps/cpu] +- VRAM: [if known] +- CPU arch: [x86/arm] +- OS: [Linux/Windows/macOS] +- Python: [Anaconda/miniconda/miniforge/pyenv/other (explain)] +- Branch: [if `git status` says anything other than "On branch main" paste it here] +- Commit: [run `git show` and paste the line that starts with "Merge" here] + **Describe the bug** A clear and concise description of what the bug is. @@ -23,16 +32,5 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..bbcbbe7d61 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From 2882c2d0a6be6c3096bb7f317d33086ed046d787 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Sat, 3 Sep 2022 12:11:10 -0400 Subject: [PATCH 4/5] documentation update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23ae91e1cb..8df31830c0 100644 --- a/README.md +++ b/README.md @@ -400,8 +400,9 @@ repository and associated paper for details and limitations. # Latest Changes -- v1.13 (in process) +- v1.13 (3 September 2022) + - Support image variations (see [VARIATIONS](VARIATIONS.md) - Supports a Google Colab notebook for a standalone server running on Google hardware [Arturo Mendivil](https://github.com/artmen1516) - WebUI supports GFPGAN/ESRGAN facial reconstruction and upscaling [Kevin Gibbons](https://github.com/bakkot) - WebUI supports incremental display of in-progress images during generation [Kevin Gibbons](https://github.com/bakkot) From 21a1f681dc25649421a70d600713c1c84a64a532 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Sat, 3 Sep 2022 12:19:54 -0400 Subject: [PATCH 5/5] added attributions for several contributors; let me know if I've missed someone --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8df31830c0..6890249140 100644 --- a/README.md +++ b/README.md @@ -402,10 +402,12 @@ repository and associated paper for details and limitations. - v1.13 (3 September 2022) - - Support image variations (see [VARIATIONS](VARIATIONS.md) + - Support image variations (see [VARIATIONS](VARIATIONS.md) ([Kevin Gibbons](https://github.com/bakkot) and many contributors and reviewers) - Supports a Google Colab notebook for a standalone server running on Google hardware [Arturo Mendivil](https://github.com/artmen1516) - WebUI supports GFPGAN/ESRGAN facial reconstruction and upscaling [Kevin Gibbons](https://github.com/bakkot) - WebUI supports incremental display of in-progress images during generation [Kevin Gibbons](https://github.com/bakkot) + - A new configuration file scheme that allows new models (including upcoming stable-diffusion-v1.5) + to be added without altering the code. ([David Wager](https://github.com/maddavid12)) - Can specify --grid on dream.py command line as the default. - Miscellaneous internal bug and stability fixes. - Works on M1 Apple hardware.