Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.08 KB

File metadata and controls

42 lines (23 loc) · 1.08 KB

Sympy Math Interpreter examples

example workflow

Numerical derivation

Numerical derivation

Numerical 1st derivation of the second-degree polynomial 0.8*x^2+1.8*x+8.9 at the point 5.6. With the first node, a symbolic first derivation is calculated, which is then evaluated by the second node at point 5.6.

Numerical integration

alt text

Numerical integration of the function e^(-x^2) within the limits -20..20

Calculate image dimensions

alt text


Image scale bounding box examples

Alt text
Automatic fit an openpose image to the output image size


Make Inpainting Model example

Alt text
Perfect inpainting with an appropriate inpainting model

Extract metadata data from a node

alt text Extract the prompt from a Clip Text Encode node

alt text Extract cfg value and sampler name from a KSampler