@@ -18,12 +18,12 @@ text-to-image generator. This fork supports:
18181 . An interactive command-line interface that accepts the same prompt
1919 and switches as the Discord bot.
2020
21- 2 . Support for img2img in which you provide a seed image to build on
22- top of.
23-
24- 3 . A basic Web interface that allows you to run a local web server for
21+ 2 . A basic Web interface that allows you to run a local web server for
2522 generating images in your browser.
2623
24+ 3 . Support for img2img in which you provide a seed image to guide the
25+ image creation. (inpainting & masking coming soon)
26+
27274 . A notebook for running the code on Google Colab.
2828
29295 . Upscaling and face fixing using the optional ESRGAN and GFPGAN
@@ -52,7 +52,8 @@ improvements and bug fixes.
5252 1 . [ Windows] ( #windows )
5353 1 . [ MacOS] ( README-Mac-MPS.md )
54544 . [ Troubleshooting] ( #troubleshooting )
55- 5 . [ Support] ( #support )
55+ 5 . [ Contributing] ( #contributing )
56+ 6 . [ Support] ( #support )
5657
5758# Features
5859
@@ -404,10 +405,10 @@ repository and associated paper for details and limitations.
404405 - Supports a Google Colab notebook for a standalone server running on Google hardware [ Arturo Mendivil] ( https://github.com/artmen1516 )
405406 - WebUI supports GFPGAN/ESRGAN facial reconstruction and upscaling [ Kevin Gibbons] ( https://github.com/bakkot )
406407 - WebUI supports incremental display of in-progress images during generation [ Kevin Gibbons] ( https://github.com/bakkot )
407- - Output directory can be specified on the dream> command line.
408- - The grid was displaying duplicated images when not enough images to fill the final row [ Muhammad Usama] ( https://github.com/SMUsamaShah )
409408 - Can specify --grid on dream.py command line as the default.
410409 - Miscellaneous internal bug and stability fixes.
410+ - Works on M1 Apple hardware.
411+ - Multiple bug fixes.
411412
412413For older changelogs, please visit ** [ CHANGELOGS] ( CHANGELOG.md ) ** .
413414
@@ -733,6 +734,20 @@ of branch>
733734You will need to go through the install procedure again, but it should
734735be fast because all the dependencies are already loaded.
735736
737+ # Contributing
738+
739+ Anyone who wishes to contribute to this project, whether
740+ documentation, features, bug fixes, code cleanup, testing, or code
741+ reviews, is very much encouraged to do so. If you are unfamiliar with
742+ how to contribute to GitHub projects, here is a [ Getting Started
743+ Guide] ( https://opensource.com/article/19/7/create-pull-request-github ) .
744+
745+ A full set of contribution guidelines, along with templates, are in
746+ progress, but for now the most important thing is to ** make your pull
747+ request against the "development" branch** , and not against
748+ "main". This will help keep public breakage to a minimum and will
749+ allow you to propose more radical changes.
750+
736751# Support
737752
738753For support,
@@ -745,8 +760,12 @@ _Contributions by:_
745760[ Peter Kowalczyk] ( https://github.com/slix ) , [ Henry Harrison] ( https://github.com/hwharrison ) ,
746761[ xraxra] ( https://github.com/xraxra ) , [ bmaltais] ( https://github.com/bmaltais ) , [ Sean McLellan] ( https://github.com/Oceanswave ) ,
747762[ nicolai256] ( https://github.com/nicolai256 ) , [ Benjamin Warner] ( https://github.com/warner-benjamin ) ,
748- [ tildebyte] ( https://github.com/tildebyte ) ,[ yunsaki] ( https://github.com/yunsaki )
749- and [ Tesseract Cat] ( https://github.com/TesseractCat )
763+ [ tildebyte] ( https://github.com/tildebyte ) ,[ yunsaki] ( https://github.com/yunsaki ) , [ James Reynolds] [ https://github.com/magnusviri ] ,
764+ [ Tesseract Cat] ( https://github.com/TesseractCat ) , and many more!
765+
766+ (If you have contributed and don't see your name on the list of
767+ contributors, please let lstein know about the omission, or make a
768+ pull request)
750769
751770Original portions of the software are Copyright (c) 2020 Lincoln D. Stein (https://github.com/lstein )
752771
0 commit comments