Tensor.Art
Create

Stable Diffusion [Weight Syntax]


Updated:

Weight (Individual CFG for keywords)

: Colon stablish weight slider on keywords changing its default value

  • (1.00 = default = x).

( ) Round brackets, for modifying keyword’s value, example (red) means red:1.10

  • (keyword) means (x+0.1x), if x=1 (1+1(0.1)) = 1.10

  • ((keyword)) means (x+0.1x)², if x=1 (1+0.1))² = 1.21

  • (((keyword))) means (x+0.1x)³, if x=1 (1+0.1))³ = 1.33

  • ((((keyword)))) means (x+0.1x)⁴, if x=1 (1+0.1))⁴ = 1.46

+ Plus, for modifying keyword’s value, example red+ means red:1.10

  • keyword+ means (x+0.1x), if x=1 (1+1(0.1)) = 1.10

  • keyword++ means (x+0.1x)², if x=1 (1+0.1))² = 1.21

  • keyword+++ means (x+0.1x)³, if x=1 (1+0.1))³ = 1.33

  • keyword++++ means (x+0.1x)⁴, if x=1 (1+0.1))⁴ = 1.46

  • … etc

[ ] Square Bracket, for modifying keyword’s value, example [red] means red:0.90

  • [keyword] means (x+0.1x), if x=1 (1-1(0.1)) = 0.90

  • [[keyword]] means (x+0.1x)², if x=1 (1-0.1))² = 0.81

  • [[[keyword]]] means (x+0.1x)³, if x=1 (1-0.1))³ = 0.72

  • [[[[keyword]]]] means (x+0.1x)⁴, if x=1 (1+0.1))⁴ = 0.65

  • … etc

- Minus, for modifying keyword’s value, example red+ means red:0.90

  • keyword- means (x+0.1x), if x=1 (1-1(0.1)) = 0.90

  • keyword-- means (x+0.1x)², if x=1 (1-0.1))² = 0.81

  • keyword--- means (x+0.1x)³, if x=1 (1-0.1))³ = 0.72

  • keyword---- means (x+0.1x)⁴, if x=1 (1+0.1))⁴ = 0.65

  • … etc

In theory you can combine, or even bypass the limit values (0.00 - 2.00) with the correct script or modification in your dashboard.

0

Comments