1- # Stable Diffusion Dream Script
1+ <h1 align =' center ' ><b >Stable Diffusion Dream Script</b ></h1 >
2+
3+ <p align =' center ' >
4+ <img src =" static/logo_temp.png " />
5+ </p >
26
37This is a fork of CompVis/stable-diffusion, the wonderful open source
48text-to-image generator. This fork supports:
59
6101 . An interactive command-line interface that accepts the same prompt
7- and switches as the Discord bot.
11+ and switches as the Discord bot.
812
9132 . Support for img2img in which you provide a seed image to build on
10- top of.
14+ top of.
1115
12163 . A basic Web interface that allows you to run a local web server for
13- generating images in your browser.
17+ generating images in your browser.
1418
15194 . Upscaling and face fixing using the optional ESRGAN and GFPGAN
16- packages.
20+ packages.
1721
18225 . Weighted subprompts for prompt tuning.
1923
@@ -158,8 +162,7 @@ default to 0.75.
158162` -G : <gfpgan_strength> `
159163
160164This prompt argument controls the strength of the face restoration
161- that is being applied. Similar to upscaling, values between `0.5 to
162- 0.8` are recommended.
165+ that is being applied. Similar to upscaling, values between ` 0.5 to 0.8 ` are recommended.
163166
164167You can use either one or both without any conflicts. In cases where
165168you use both, the image will be first upscaled and then the face
@@ -214,7 +217,7 @@ Output example:
214217## Barebones Web Server
215218
216219As of version 1.10, this distribution comes with a bare bones web
217- server (see screenshot). To use it, run the * dream.py * script by
220+ server (see screenshot). To use it, run the _ dream.py _ script by
218221adding the ** --web** option.
219222
220223```
@@ -365,6 +368,7 @@ repository and associated paper for details and limitations.
365368## Changes
366369
367370- v1.13 (in process)
371+
368372 - Supports a Google Colab notebook for a standalone server running on Google hardware [ Arturo Mendivil] ( https://github.com/artmen1516 )
369373 - WebUI supports GFPGAN/ESRGAN facial reconstruction and upscaling [ Kevin Gibbons] ( https://github.com/bakkot )
370374 - WebUI supports incremental display of in-progress images during generation [ Kevin Gibbons] ( https://github.com/bakkot )
@@ -378,7 +382,7 @@ repository and associated paper for details and limitations.
378382 - Improved file handling, including ability to read prompts from standard input.
379383 (kudos to [ Yunsaki] ( https://github.com/yunsaki )
380384 - The web server is now integrated with the dream.py script. Invoke by adding --web to
381- the dream.py command arguments.
385+ the dream.py command arguments.
382386 - Face restoration and upscaling via GFPGAN and Real-ESGAN are now automatically
383387 enabled if the GFPGAN directory is located as a sibling to Stable Diffusion.
384388 VRAM requirements are modestly reduced. Thanks to both [ Blessedcoolant] ( https://github.com/blessedcoolant ) and
0 commit comments