Add Temp Logo To Repo

This commit is contained in:
blessedcoolant 2022-08-30 10:55:56 +12:00
parent 81ad239197
commit e57d6fd1a6
2 changed files with 13 additions and 9 deletions

View File

@ -1,4 +1,8 @@
# Stable Diffusion Dream Script <h1 align='center'><b>Stable Diffusion Dream Script</b></h1>
<p align='center'>
<img src="static/logo_temp.png"/>
</p>
This is a fork of CompVis/stable-diffusion, the wonderful open source This is a fork of CompVis/stable-diffusion, the wonderful open source
text-to-image generator. This fork supports: text-to-image generator. This fork supports:
@ -158,8 +162,7 @@ default to 0.75.
`-G : <gfpgan_strength>` `-G : <gfpgan_strength>`
This prompt argument controls the strength of the face restoration This prompt argument controls the strength of the face restoration
that is being applied. Similar to upscaling, values between `0.5 to that is being applied. Similar to upscaling, values between `0.5 to 0.8` are recommended.
0.8` are recommended.
You can use either one or both without any conflicts. In cases where You can use either one or both without any conflicts. In cases where
you use both, the image will be first upscaled and then the face you use both, the image will be first upscaled and then the face
@ -214,7 +217,7 @@ Output example:
## Barebones Web Server ## Barebones Web Server
As of version 1.10, this distribution comes with a bare bones web As of version 1.10, this distribution comes with a bare bones web
server (see screenshot). To use it, run the *dream.py* script by server (see screenshot). To use it, run the _dream.py_ script by
adding the **--web** option. adding the **--web** option.
``` ```
@ -365,6 +368,7 @@ repository and associated paper for details and limitations.
## Changes ## Changes
- v1.13 (in process) - v1.13 (in process)
- Supports a Google Colab notebook for a standalone server running on Google hardware [Arturo Mendivil](https://github.com/artmen1516) - 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 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) - WebUI supports incremental display of in-progress images during generation [Kevin Gibbons](https://github.com/bakkot)

BIN
static/logo_temp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB