Skip to content

Commit e57d6fd

Browse files
Add Temp Logo To Repo
1 parent 81ad239 commit e57d6fd

2 files changed

Lines changed: 13 additions & 9 deletions

File tree

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
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

37
This is a fork of CompVis/stable-diffusion, the wonderful open source
48
text-to-image generator. This fork supports:
59

610
1. 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

913
2. Support for img2img in which you provide a seed image to build on
10-
top of.
14+
top of.
1115

1216
3. 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

1519
4. Upscaling and face fixing using the optional ESRGAN and GFPGAN
16-
packages.
20+
packages.
1721

1822
5. Weighted subprompts for prompt tuning.
1923

@@ -158,8 +162,7 @@ default to 0.75.
158162
`-G : <gfpgan_strength>`
159163

160164
This 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

164167
You can use either one or both without any conflicts. In cases where
165168
you use both, the image will be first upscaled and then the face
@@ -214,7 +217,7 @@ Output example:
214217
## Barebones Web Server
215218

216219
As 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
218221
adding 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

static/logo_temp.png

34.4 KB
Loading

0 commit comments

Comments
 (0)