Knowledge Base
  • Dreamerland
  • workflow
    • Hires. fix
      • Hires. fix with different model
    • Optical illusion
    • Inpainting
      • BrushNet
      • Inpaint not masked
    • Regional Prompt (color mask)
      • Regional Prompt with Reference Image
    • Regional Prompt (prompt mode)
    • Outpainting
    • Image prompt
      • Consistent face
      • Consistent anime character
      • Style
    • Doodle
      • Inpaint with doodle
      • Area inpaint with doodle
    • Motion brush
    • Relighting
    • Live Portrait
    • Face Swap
    • 3D Parallax effect
    • In-context transfer
  • Video
    • Image to Video
    • Hunyuan Video
      • Image to Video
    • Wan2.1 Video
      • Pose reference
      • Video to Video
        • Reference Image
        • Key frames
      • Inpaint
        • Free mode
  • Basic terms
    • Sampling method
    • Guidance scale
    • Negative embeddings
    • CLIP skip
  • FAQ
    • Dreamerland Web app
    • Prompt syntax () and []
    • Bad quality image or deformed image
    • High res. fix vs tiled upscale
    • How to enable sensitive content
    • Wildcards
Powered by GitBook
On this page
  1. FAQ

Prompt syntax () and []

You can use () and [] to adjust strength of the text.

() - emphasize a tag to make it more prominent in your generation

[] - de-emphasize a tag, meaning to lessen how much it affects the prompt, but not removing it from the generation altogether.

[keyword] decrease the strength by a factor of 0.9 and is the same as (keyword:0.9).

You can use multiple of them, just like in Algebra. The effect is multiplicative.

(keyword) = 1.1
 ((keyword)) = 1.21
 (((keyword))) = 1.33

() is 1.1 , (( )) is 1.1x1.1 = 1.21 , ((( ))) =1.1x1.1x.1.1 =1.33

Similarly, the effects of using multiple [] are

[keyword] = 0.9
 [[keyword]] = 0.81 
[[[keyword]]] = 0.73

Last updated 1 year ago