We are still actively working on the spam issue.

Difference between revisions of "Stable Diffusion"

From InstallGentoo Wiki
Jump to: navigation, search
(Created page with "Stable Diffusion is an open-source diffusion model for generating images from textual descriptions. Note: as of writing there is rapid development both on the software and use...")
 
(Prompt Design)
Line 13: Line 13:
  
 
== Prompt Design ==
 
== Prompt Design ==
 +
Guidelines for creating better prompts.
 +
 +
=== Prompt Length ===
 +
Be descriptive.
 +
The model does better if you give it longer, more detailed descriptions of what you want.
 +
Use redundant descriptions for parts of the prompt that you care about.
 +
 +
Note however, that there is a hard limit regarding the length of prompts.
 +
Everything after a certain point - 75 or 76 CLIP tokens depending on how you count - is simply cut off.
 +
As a consequence it is preferable to use keywords that describe what you want concisely and to avoid keywords that are unrelated to the image you want.
 +
 +
=== Punctuation ===
 +
Use it.
 +
Separating keywords by commas, periods, or even null characters ("\0") improves image quality.
 +
It's not yet clear which type of punctuation or which combination works best.
  
 
== Keywords ==
 
== Keywords ==

Revision as of 08:41, 22 August 2022

Stable Diffusion is an open-source diffusion model for generating images from textual descriptions. Note: as of writing there is rapid development both on the software and user side. Take everything you read here with a grain of salt.

How to Use

Example Prompts

Prompt Design

Guidelines for creating better prompts.

Prompt Length

Be descriptive. The model does better if you give it longer, more detailed descriptions of what you want. Use redundant descriptions for parts of the prompt that you care about.

Note however, that there is a hard limit regarding the length of prompts. Everything after a certain point - 75 or 76 CLIP tokens depending on how you count - is simply cut off. As a consequence it is preferable to use keywords that describe what you want concisely and to avoid keywords that are unrelated to the image you want.

Punctuation

Use it. Separating keywords by commas, periods, or even null characters ("\0") improves image quality. It's not yet clear which type of punctuation or which combination works best.

Keywords