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
- Memory optimizations for small-RAM cards. 512x512 now possible on 4 GB GPUs.
119
118
- Full support for Apple hardware with M1 or M2 chips.
120
-
- Add "seamless mode" for circular tiling of image. Generates beautiful effects. ([prixt](https://github.com/prixt)).
119
+
- Add "seamless mode" for circular tiling of image. Generates beautiful effects.
120
+
([prixt](https://github.com/prixt)).
121
121
- Inpainting support.
122
122
- Improved web server GUI.
123
123
- Lots of code and documentation cleanups.
124
124
125
125
- v1.13 (3 September 2022
126
126
127
-
- Support image variations (see [VARIATIONS](docs/features/VARIATIONS.md) ([Kevin Gibbons](https://github.com/bakkot) and many contributors and reviewers)
128
-
- Supports a Google Colab notebook for a standalone server running on Google hardware [Arturo Mendivil](https://github.com/artmen1516)
129
-
- WebUI supports GFPGAN/ESRGAN facial reconstruction and upscaling [Kevin Gibbons](https://github.com/bakkot)
130
-
- WebUI supports incremental display of in-progress images during generation [Kevin Gibbons](https://github.com/bakkot)
131
-
- A new configuration file scheme that allows new models (including upcoming stable-diffusion-v1.5)
132
-
to be added without altering the code. ([David Wager](https://github.com/maddavid12))
127
+
- Support image variations (see [VARIATIONS](docs/features/VARIATIONS.md)
128
+
([Kevin Gibbons](https://github.com/bakkot) and many contributors and reviewers)
129
+
- Supports a Google Colab notebook for a standalone server running on Google hardware
130
+
[Arturo Mendivil](https://github.com/artmen1516)
131
+
- WebUI supports GFPGAN/ESRGAN facial reconstruction and upscaling
132
+
[Kevin Gibbons](https://github.com/bakkot)
133
+
- WebUI supports incremental display of in-progress images during generation
134
+
[Kevin Gibbons](https://github.com/bakkot)
135
+
- A new configuration file scheme that allows new models (including upcoming
136
+
stable-diffusion-v1.5) to be added without altering the code.
137
+
([David Wager](https://github.com/maddavid12))
133
138
- Can specify --grid on dream.py command line as the default.
134
139
- Miscellaneous internal bug and stability fixes.
135
140
- Works on M1 Apple hardware.
136
141
- Multiple bug fixes.
137
142
138
-
For older changelogs, please visit **[CHANGELOGS](docs/CHANGELOG.md)**.
143
+
For older changelogs, please visit the **[CHANGELOG](docs/features/CHANGELOG.md)**.
139
144
140
-
# Troubleshooting
145
+
##Troubleshooting
141
146
142
-
Please check out our **[Q&A](docs/help/TROUBLESHOOT.md)** to get solutions for common installation problems and other issues.
147
+
Please check out our **[Q&A](docs/help/TROUBLESHOOT.md)** to get solutions for common installation
148
+
problems and other issues.
143
149
144
-
# Contributing
150
+
##Contributing
145
151
146
-
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
147
-
how to contribute to GitHub projects, here is a [Getting Started Guide](https://opensource.com/article/19/7/create-pull-request-github).
152
+
Anyone who wishes to contribute to this project, whether documentation, features, bug fixes, code
153
+
cleanup, testing, or code reviews, is very much encouraged to do so. If you are unfamiliar with how
154
+
to contribute to GitHub projects, here is a
155
+
[Getting Started Guide](https://opensource.com/article/19/7/create-pull-request-github).
148
156
149
-
A full set of contribution guidelines, along with templates, are in progress, but for now the most important thing is to **make your pull request against the "development" branch**, and not against "main". This will help keep public breakage to a minimum and will allow you to propose more radical changes.
157
+
A full set of contribution guidelines, along with templates, are in progress, but for now the most
158
+
important thing is to **make your pull request against the "development" branch**, and not against
159
+
"main". This will help keep public breakage to a minimum and will allow you to propose more radical
160
+
changes.
150
161
151
-
## **Contributors**
162
+
## Contributors
152
163
153
-
This fork is a combined effort of various people from across the
154
-
world. [Check out the list of all these amazing
155
-
people](docs/CONTRIBUTORS.md). We thank them for their time, hard work
156
-
and effort.
164
+
This fork is a combined effort of various people from across the world.
165
+
[Check out the list of all these amazing people](docs/other/CONTRIBUTORS.md). We thank them for
166
+
their time, hard work and effort.
157
167
158
-
# Support
168
+
##Support
159
169
160
-
For support,
161
-
please use this repository's GitHub Issues tracking service. Feel free
162
-
to send me an email if you use and like the script.
170
+
For support, please use this repository's GitHub Issues tracking service. Feel free to send me an
171
+
email if you use and like the script.
163
172
164
-
Original portions of the software are Copyright (c) 2020 Lincoln D. Stein (https://github.com/lstein)
173
+
Original portions of the software are Copyright (c) 2020
174
+
[Lincoln D. Stein](https://github.com/lstein)
165
175
166
-
# Further Reading
176
+
##Further Reading
167
177
168
-
Please see the original README for more information on this software
169
-
and underlying algorithm, located in the file [README-CompViz.md](docs/README-CompViz.md).
178
+
Please see the original README for more information on this software and underlying algorithm,
179
+
located in the file [README-CompViz.md](docs/other/README-CompViz.md).
0 commit comments