Skip to content

Commit 5b38c33

Browse files
authored
Update README.md
1 parent 63a1cc2 commit 5b38c33

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ Adds math nodes for numbers and types which do not need it. I got inspired by wa
1414

1515
- expression parsing with support for functions and variables:
1616
- functions:
17+
- run expressions on both components of CONDITIONING (not that I know what they do), LATENT, IMAGE, NOISE and FLOAT
18+
- math operators (binary and unary +,- and ^,*,/,%)
1719
- sin, cos, tan
1820
- asin, acos, atan (can produce NaN outside range -1...1)
1921
- atan2 (x,y)
2022
- sinh, cosh, tanh (can produce NaN outside range -1...1)
2123
- asinh, acosh, atanh
2224
- abs, sqrt (produces NaN on negative numbers), ln (log with base e), log (base 10), exp, pow
23-
- smin, tmin, smax, tmax, tnorm, snorm (norm and t prefixed are not applicable on number math node) math operators (binary and unary +,- and ^,*,/,%) and constants (e,pi)
25+
- smin, tmin, smax, tmax, tnorm, snorm (norm and t prefixed are not applicable on float math node)
2426
- s prefixed return one number
2527
- t prefixed work element-wise
2628
- floor, ceil, round, gamma, clamp, sigm (sigmoid)
@@ -34,7 +36,6 @@ Adds math nodes for numbers and types which do not need it. I got inspired by wa
3436
- X : X position in tensor - does not work on FLOAT and CONDITIONING
3537
- Y : Y position in tensor - does not work on FLOAT and CONDITIONING
3638
- I : Tensor used to initalise sampler before noise injection - usually zeroed out and generated by Empty Latent Image node - Exclusive for NOISE
37-
- run expressions on both components of CONDITIONING (not that I know what they do), LATENT, IMAGE, NOISE and FLOAT
3839
- use constant e a pi
3940

4041
## Develop

0 commit comments

Comments
 (0)