Guide
How to use nodes
Using nodes
Odyssey is a drag and drop platform - which means you can drag images from outside of Odyssey or paste in text or images anywhere into the Odyssey canvas.
The general idea of Odyssey is to connect nodes to one another to form workflows. To connect a node, simply drag an output from one node into another node’s input.
A node’s outline will turn blue when you’re able to connect two nodes to one another.
To navigate the Odyssey canvas you can scroll or use your keyboard. Arrow keys will navigate you around the canvas while holding down CMD + arrow keys will toggle between different nodes.
You can multi-select nodes and make batch edits such as dragging them around the canvas, deleting, or copying and pasting.
You can also group nodes together to condense multiple nodes into a single group node.
Utility nodes
Batch (images)provides a container for multiple images that can be processed as a batch. You can drag and drop images into a batch node. If you’re running Stable Diffusion, for example, and are outputting four images, you can send those images to the batch (images) node to see all four results. Batch nodes are also used as entry points and exit points for workflow templates - which we’ll cover in the workflow sectionBatch (text)provides a container for multiple pieces of text or documents that can be processed as a batch. You can drag and drop text snippets or text documents into a Batch node. Batch nodes are also used as entry points and exit points for workflow templates - which we’ll cover in the workflow sectionNotesallow you to annotate your canvas and do things like describe the functions of complex workflows. You can connect a single notes node to multiple other nodesRepeaterwill repeat the content (be it an image or text) of a previous node. Repeater nodes are useful for when you need to use the same input and send it to multiple other nodesSave to folderwill save any data provided to it to the folder you specify on your computerSequenceriterates through a list of items (like images) at a fixed interval. However, instead of looping through the list one item at a time, the Sequencer node can send multiple items at each interval. The number of items is defined by the node's window, while the distance from the current window is defined by the node's strideShortcutallows you to incorporate a MacOS shortcut into your workflow. Learn more here.Sizeconfigures the width and height of an image. The size node will default to 512 x 512Timerfires an event at a configurable time interval
Image nodes
Animated Imageuses a series of images to create videos or APNG and GIF imagesAspect ratiocrops an image to the selected aspect ratio.Blend with maskuses the black regions of a mask to remove parts of an image. When provided with a background image, this node will use the black areas of an image mask to erase parts of the foreground image, which will let the background image shine through. You can combine a transparent foreground image (produced with the color node) with a background image to create a transparent cutout in the background image.Cannyuses a canny edge-detection algorithm to show the edges of an image. Use the canny node in conjunction with the Stable Diffusion node to control which parts of an image Stable Diffusion draws into. The canny node works well for objects and structured poses, but it can also outline facial features such as wrinkles.Colorcreates an image from a color of your choice.Compositeplaces two images on top of one another. Use the composite node to place a foreground image on top of a background image. This node is especially useful when foreground options have transparent regions.Crop transparent pixelswill crop an image to the bounds of its opaque pixels.Depth mapcreates a grayscale image that represents the distance of objects in the original image to the camera. This node is useful as an input to the Stable Diffusion node.Desaturateadjusts an image’s saturation level based on a sliderDetect poseswill estimate human poses that are present in an image. You can click and drag joints to change a poseDominant colorsfinds up to 12 dominant colors in an image and extracts themErase objectlets you paint over an object to remove it from an imageFind faceswill identify a face in an image and produce a black and white mask from the faceGradientcreates a gradient from a series of colors. Linear and radial gradients are both optionsGaussian Bluradds a gaussian blur to an image with an adjustable blur radius.Holistic Edgesuses holistically nested edge detection (HED) to draw edges in an image with softer, less crisp outlines. This is particularly useful with the Stable Diffusion nodeImageprovides an empty image container. Drag an image file onto this node to fill it. Alternatively, use the node’s contextual menu (accessible via right or option click) to add a photo or sketch from your iPhone or iPadInvertreverses the colors of an imageMaskgives you a free-hand brush or machine learning model to selectively mask out portions of an imageOpacitywill change the opacity of an input imagePaintgives you a free-hand brush to paint over an input imageQR code generatorgenerates a QR code from supplied text. Use the inspector to adjust the QR code’s size, color, and error-correction levelRemove backgroundextract’s an image’s subject from its background. This node provides both the extracted image and a mask. Use an Invert on the mask and combine the original image with the inverted mask in a blend with mask node to create a transparent cutout in the shape of the image’s subject.Resizechanges the width and height of an image. By default, this node uses width and height values of 512 pixels.Rotaterotates an image to a provided angleSquare aspectcreates an image with a square aspect ratio by placing the supplied image on a transparent background with an equal width and height.Stable Diffusion (API)generates an image by using Stability AI’s DreamBooth API. To use this node, you will need to connect your API key from Stability AI. Image generation will incur a cost but images may generate faster than running the model locallyStable Diffusiongenerates an image by running Stable Diffusion on your Mac. Running locally will take longer but will not incur a cost for generating an image. This node also provides options for control the regions of an image into which Stable Diffusion is allowed to draw by leveraging ControlNetSuper resolutionupscales the supplied image to a 2048 x 2048 resolution. General runs the image through ESRGAN, Fine Detail through Best Buddy GAN, Photo through 4x Ultrasharp, and Artwork through RemacriTrace edgesdraws the edges found in an image but, unlike other edge-detection nodes, retains the image’s color. Combine this node with a desaturation node to create an image for the Stable Diffusion node’s MLSD inputThresholdproduces a black-and-white image by applying a threshold value that ranges between 0 and 1 to each pixel of the supplied image. The red, green and blue channels of the thresholded image will be 1 (i.e. white) if a pixel’s value is greater than the threshold and 0 (i.e. black) if the pixel’s value is smaller than the thresholdZoom Blurblurs an image using a zoom-blur kernel and adjustable power, detail, and focus-position values
Text nodes
Plain textprovides a textfield that generates unformatted textRich textprovides a textfield that generates formatted textCapitalizeapplies a capitalization style to the provided textConcatenatecombines multiple blocks of text into one block of textText to imagegenerates an image from supplied text. Combine this node with a rich text node to generate images of styled text.Extract Text from Imagelets you select the text in an image and extract it into a plain text format
Language nodes
Llamagenerates text with a few different open sourced models. We will cover the Llama node more in depth later in the guideGPTgenerates text with OpenAI’s large-language model. Hook up an instructions node and a prompt node to the GPT node to tailor the node’s responses to your needs. Requires an OpenAI API key to use and will incur a cost.Language promptis the input you use with either the GPT or Llama nodes. When you hit return when connected to either language node, the input will run immediately.
Math nodes
Numberprovides a floating-point number that can be used as an input to calculation nodesVectorprovides a two-dimensional, floating-point vector that can be used as an input to calculation nodesAdditionreturns the sum of input X and input YSubtractionreturns the result of input Y subtracted from input XDivisionreturns the result of input X divided by input YMultiplicationreturns the result of input X multiplied by input YAbsolute Valuereturns the absolute value of its inputMinimumreturns the smallest of its two input values, X and YMaximumreturns the largest of its two input values, X and YInterpolationinterpolates between two values based on normalized time input and a specified timing functionSinereturns the sine of its input valueCosinereturns the cosine of its input valueTangentreturns the tangent of its input valueArc Tangentreturns the arc tangent of its input valueArc Tangent 2returns the arc tangent of inputs X and YDegreesconverts its input (i.e. radians) to degrees uxing X * .pi/180Radians to Degreesconverts its input (i.e. degrees) to radians using X * 180/.piStepperincrements a starting value up to a maximum value and, optionally, wraps around to a minimum value when it's provided a time inputSolverprovides a scratchpad for doing text-based calculations. Enter phrases such as “75% of 3000” or “4+4” or “today + 3 weeks” or “time in Cape Town”, then hit the tab key to generate an answer. Hitting return will create a new line, while preserving the previous calculations result
Effects nodes
Inkgenerates a swirling-ink effect comprised of one or more colorsCircle Transitiontransitions between two images using an opening-circle effectCross Warp Transitiontransitions between two images using a cross-warp effectCross Zoom Transitiontransitions between two images using a cross-zoom effectMorph Transitiontransitions between two images using a morph effectRadial Transitiontransitions between two images using a radial-wipe effectRipple Transitiontransitions between two images using a ripple effectRotate and Scale Transitiontransitions between two images using a combination of rotate, scale, and fade effectsSimple Zoom Transitiontransitions between two images using a zooming effectSlide Transitiontransitions between two images using a slide effectSliding Warp Transitiontransitions between two images using a slide-and-warp effectStereo Viewer Transitiontransitions between two images using a ViewMaster effectSwap Transitiontransitions between two images using a swap effectSwirl Transitiontransitions between two images using a swirling effectWater Droplet Transitiontransitions between two images using a rippling water-drop effectWindow Blinds Transitiontransitions between two images using a window-blinds effectWobble Transitionstransitions between two images using a wobble effect
Using nodes
Odyssey is a drag and drop platform - which means you can drag images from outside of Odyssey or paste in text or images anywhere into the Odyssey canvas.
The general idea of Odyssey is to connect nodes to one another to form workflows. To connect a node, simply drag an output from one node into another node’s input.
A node’s outline will turn blue when you’re able to connect two nodes to one another.
To navigate the Odyssey canvas you can scroll or use your keyboard. Arrow keys will navigate you around the canvas while holding down CMD + arrow keys will toggle between different nodes.
You can multi-select nodes and make batch edits such as dragging them around the canvas, deleting, or copying and pasting.
You can also group nodes together to condense multiple nodes into a single group node.
Utility nodes
Batch (images)provides a container for multiple images that can be processed as a batch. You can drag and drop images into a batch node. If you’re running Stable Diffusion, for example, and are outputting four images, you can send those images to the batch (images) node to see all four results. Batch nodes are also used as entry points and exit points for workflow templates - which we’ll cover in the workflow sectionBatch (text)provides a container for multiple pieces of text or documents that can be processed as a batch. You can drag and drop text snippets or text documents into a Batch node. Batch nodes are also used as entry points and exit points for workflow templates - which we’ll cover in the workflow sectionNotesallow you to annotate your canvas and do things like describe the functions of complex workflows. You can connect a single notes node to multiple other nodesRepeaterwill repeat the content (be it an image or text) of a previous node. Repeater nodes are useful for when you need to use the same input and send it to multiple other nodesSave to folderwill save any data provided to it to the folder you specify on your computerSequenceriterates through a list of items (like images) at a fixed interval. However, instead of looping through the list one item at a time, the Sequencer node can send multiple items at each interval. The number of items is defined by the node's window, while the distance from the current window is defined by the node's strideShortcutallows you to incorporate a MacOS shortcut into your workflow. Learn more here.Sizeconfigures the width and height of an image. The size node will default to 512 x 512Timerfires an event at a configurable time interval
Image nodes
Animated Imageuses a series of images to create videos or APNG and GIF imagesAspect ratiocrops an image to the selected aspect ratio.Blend with maskuses the black regions of a mask to remove parts of an image. When provided with a background image, this node will use the black areas of an image mask to erase parts of the foreground image, which will let the background image shine through. You can combine a transparent foreground image (produced with the color node) with a background image to create a transparent cutout in the background image.Cannyuses a canny edge-detection algorithm to show the edges of an image. Use the canny node in conjunction with the Stable Diffusion node to control which parts of an image Stable Diffusion draws into. The canny node works well for objects and structured poses, but it can also outline facial features such as wrinkles.Colorcreates an image from a color of your choice.Compositeplaces two images on top of one another. Use the composite node to place a foreground image on top of a background image. This node is especially useful when foreground options have transparent regions.Crop transparent pixelswill crop an image to the bounds of its opaque pixels.Depth mapcreates a grayscale image that represents the distance of objects in the original image to the camera. This node is useful as an input to the Stable Diffusion node.Desaturateadjusts an image’s saturation level based on a sliderDetect poseswill estimate human poses that are present in an image. You can click and drag joints to change a poseDominant colorsfinds up to 12 dominant colors in an image and extracts themErase objectlets you paint over an object to remove it from an imageFind faceswill identify a face in an image and produce a black and white mask from the faceGradientcreates a gradient from a series of colors. Linear and radial gradients are both optionsGaussian Bluradds a gaussian blur to an image with an adjustable blur radius.Holistic Edgesuses holistically nested edge detection (HED) to draw edges in an image with softer, less crisp outlines. This is particularly useful with the Stable Diffusion nodeImageprovides an empty image container. Drag an image file onto this node to fill it. Alternatively, use the node’s contextual menu (accessible via right or option click) to add a photo or sketch from your iPhone or iPadInvertreverses the colors of an imageMaskgives you a free-hand brush or machine learning model to selectively mask out portions of an imageOpacitywill change the opacity of an input imagePaintgives you a free-hand brush to paint over an input imageQR code generatorgenerates a QR code from supplied text. Use the inspector to adjust the QR code’s size, color, and error-correction levelRemove backgroundextract’s an image’s subject from its background. This node provides both the extracted image and a mask. Use an Invert on the mask and combine the original image with the inverted mask in a blend with mask node to create a transparent cutout in the shape of the image’s subject.Resizechanges the width and height of an image. By default, this node uses width and height values of 512 pixels.Rotaterotates an image to a provided angleSquare aspectcreates an image with a square aspect ratio by placing the supplied image on a transparent background with an equal width and height.Stable Diffusion (API)generates an image by using Stability AI’s DreamBooth API. To use this node, you will need to connect your API key from Stability AI. Image generation will incur a cost but images may generate faster than running the model locallyStable Diffusiongenerates an image by running Stable Diffusion on your Mac. Running locally will take longer but will not incur a cost for generating an image. This node also provides options for control the regions of an image into which Stable Diffusion is allowed to draw by leveraging ControlNetSuper resolutionupscales the supplied image to a 2048 x 2048 resolution. General runs the image through ESRGAN, Fine Detail through Best Buddy GAN, Photo through 4x Ultrasharp, and Artwork through RemacriTrace edgesdraws the edges found in an image but, unlike other edge-detection nodes, retains the image’s color. Combine this node with a desaturation node to create an image for the Stable Diffusion node’s MLSD inputThresholdproduces a black-and-white image by applying a threshold value that ranges between 0 and 1 to each pixel of the supplied image. The red, green and blue channels of the thresholded image will be 1 (i.e. white) if a pixel’s value is greater than the threshold and 0 (i.e. black) if the pixel’s value is smaller than the thresholdZoom Blurblurs an image using a zoom-blur kernel and adjustable power, detail, and focus-position values
Text nodes
Plain textprovides a textfield that generates unformatted textRich textprovides a textfield that generates formatted textCapitalizeapplies a capitalization style to the provided textConcatenatecombines multiple blocks of text into one block of textText to imagegenerates an image from supplied text. Combine this node with a rich text node to generate images of styled text.Extract Text from Imagelets you select the text in an image and extract it into a plain text format
Language nodes
Llamagenerates text with a few different open sourced models. We will cover the Llama node more in depth later in the guideGPTgenerates text with OpenAI’s large-language model. Hook up an instructions node and a prompt node to the GPT node to tailor the node’s responses to your needs. Requires an OpenAI API key to use and will incur a cost.Language promptis the input you use with either the GPT or Llama nodes. When you hit return when connected to either language node, the input will run immediately.
Math nodes
Numberprovides a floating-point number that can be used as an input to calculation nodesVectorprovides a two-dimensional, floating-point vector that can be used as an input to calculation nodesAdditionreturns the sum of input X and input YSubtractionreturns the result of input Y subtracted from input XDivisionreturns the result of input X divided by input YMultiplicationreturns the result of input X multiplied by input YAbsolute Valuereturns the absolute value of its inputMinimumreturns the smallest of its two input values, X and YMaximumreturns the largest of its two input values, X and YInterpolationinterpolates between two values based on normalized time input and a specified timing functionSinereturns the sine of its input valueCosinereturns the cosine of its input valueTangentreturns the tangent of its input valueArc Tangentreturns the arc tangent of its input valueArc Tangent 2returns the arc tangent of inputs X and YDegreesconverts its input (i.e. radians) to degrees uxing X * .pi/180Radians to Degreesconverts its input (i.e. degrees) to radians using X * 180/.piStepperincrements a starting value up to a maximum value and, optionally, wraps around to a minimum value when it's provided a time inputSolverprovides a scratchpad for doing text-based calculations. Enter phrases such as “75% of 3000” or “4+4” or “today + 3 weeks” or “time in Cape Town”, then hit the tab key to generate an answer. Hitting return will create a new line, while preserving the previous calculations result
Effects nodes
Inkgenerates a swirling-ink effect comprised of one or more colorsCircle Transitiontransitions between two images using an opening-circle effectCross Warp Transitiontransitions between two images using a cross-warp effectCross Zoom Transitiontransitions between two images using a cross-zoom effectMorph Transitiontransitions between two images using a morph effectRadial Transitiontransitions between two images using a radial-wipe effectRipple Transitiontransitions between two images using a ripple effectRotate and Scale Transitiontransitions between two images using a combination of rotate, scale, and fade effectsSimple Zoom Transitiontransitions between two images using a zooming effectSlide Transitiontransitions between two images using a slide effectSliding Warp Transitiontransitions between two images using a slide-and-warp effectStereo Viewer Transitiontransitions between two images using a ViewMaster effectSwap Transitiontransitions between two images using a swap effectSwirl Transitiontransitions between two images using a swirling effectWater Droplet Transitiontransitions between two images using a rippling water-drop effectWindow Blinds Transitiontransitions between two images using a window-blinds effectWobble Transitionstransitions between two images using a wobble effect
Using nodes
Odyssey is a drag and drop platform - which means you can drag images from outside of Odyssey or paste in text or images anywhere into the Odyssey canvas.
The general idea of Odyssey is to connect nodes to one another to form workflows. To connect a node, simply drag an output from one node into another node’s input.
A node’s outline will turn blue when you’re able to connect two nodes to one another.
To navigate the Odyssey canvas you can scroll or use your keyboard. Arrow keys will navigate you around the canvas while holding down CMD + arrow keys will toggle between different nodes.
You can multi-select nodes and make batch edits such as dragging them around the canvas, deleting, or copying and pasting.
You can also group nodes together to condense multiple nodes into a single group node.
Utility nodes
Batch (images)provides a container for multiple images that can be processed as a batch. You can drag and drop images into a batch node. If you’re running Stable Diffusion, for example, and are outputting four images, you can send those images to the batch (images) node to see all four results. Batch nodes are also used as entry points and exit points for workflow templates - which we’ll cover in the workflow sectionBatch (text)provides a container for multiple pieces of text or documents that can be processed as a batch. You can drag and drop text snippets or text documents into a Batch node. Batch nodes are also used as entry points and exit points for workflow templates - which we’ll cover in the workflow sectionNotesallow you to annotate your canvas and do things like describe the functions of complex workflows. You can connect a single notes node to multiple other nodesRepeaterwill repeat the content (be it an image or text) of a previous node. Repeater nodes are useful for when you need to use the same input and send it to multiple other nodesSave to folderwill save any data provided to it to the folder you specify on your computerSequenceriterates through a list of items (like images) at a fixed interval. However, instead of looping through the list one item at a time, the Sequencer node can send multiple items at each interval. The number of items is defined by the node's window, while the distance from the current window is defined by the node's strideShortcutallows you to incorporate a MacOS shortcut into your workflow. Learn more here.Sizeconfigures the width and height of an image. The size node will default to 512 x 512Timerfires an event at a configurable time interval
Image nodes
Animated Imageuses a series of images to create videos or APNG and GIF imagesAspect ratiocrops an image to the selected aspect ratio.Blend with maskuses the black regions of a mask to remove parts of an image. When provided with a background image, this node will use the black areas of an image mask to erase parts of the foreground image, which will let the background image shine through. You can combine a transparent foreground image (produced with the color node) with a background image to create a transparent cutout in the background image.Cannyuses a canny edge-detection algorithm to show the edges of an image. Use the canny node in conjunction with the Stable Diffusion node to control which parts of an image Stable Diffusion draws into. The canny node works well for objects and structured poses, but it can also outline facial features such as wrinkles.Colorcreates an image from a color of your choice.Compositeplaces two images on top of one another. Use the composite node to place a foreground image on top of a background image. This node is especially useful when foreground options have transparent regions.Crop transparent pixelswill crop an image to the bounds of its opaque pixels.Depth mapcreates a grayscale image that represents the distance of objects in the original image to the camera. This node is useful as an input to the Stable Diffusion node.Desaturateadjusts an image’s saturation level based on a sliderDetect poseswill estimate human poses that are present in an image. You can click and drag joints to change a poseDominant colorsfinds up to 12 dominant colors in an image and extracts themErase objectlets you paint over an object to remove it from an imageFind faceswill identify a face in an image and produce a black and white mask from the faceGradientcreates a gradient from a series of colors. Linear and radial gradients are both optionsGaussian Bluradds a gaussian blur to an image with an adjustable blur radius.Holistic Edgesuses holistically nested edge detection (HED) to draw edges in an image with softer, less crisp outlines. This is particularly useful with the Stable Diffusion nodeImageprovides an empty image container. Drag an image file onto this node to fill it. Alternatively, use the node’s contextual menu (accessible via right or option click) to add a photo or sketch from your iPhone or iPadInvertreverses the colors of an imageMaskgives you a free-hand brush or machine learning model to selectively mask out portions of an imageOpacitywill change the opacity of an input imagePaintgives you a free-hand brush to paint over an input imageQR code generatorgenerates a QR code from supplied text. Use the inspector to adjust the QR code’s size, color, and error-correction levelRemove backgroundextract’s an image’s subject from its background. This node provides both the extracted image and a mask. Use an Invert on the mask and combine the original image with the inverted mask in a blend with mask node to create a transparent cutout in the shape of the image’s subject.Resizechanges the width and height of an image. By default, this node uses width and height values of 512 pixels.Rotaterotates an image to a provided angleSquare aspectcreates an image with a square aspect ratio by placing the supplied image on a transparent background with an equal width and height.Stable Diffusion (API)generates an image by using Stability AI’s DreamBooth API. To use this node, you will need to connect your API key from Stability AI. Image generation will incur a cost but images may generate faster than running the model locallyStable Diffusiongenerates an image by running Stable Diffusion on your Mac. Running locally will take longer but will not incur a cost for generating an image. This node also provides options for control the regions of an image into which Stable Diffusion is allowed to draw by leveraging ControlNetSuper resolutionupscales the supplied image to a 2048 x 2048 resolution. General runs the image through ESRGAN, Fine Detail through Best Buddy GAN, Photo through 4x Ultrasharp, and Artwork through RemacriTrace edgesdraws the edges found in an image but, unlike other edge-detection nodes, retains the image’s color. Combine this node with a desaturation node to create an image for the Stable Diffusion node’s MLSD inputThresholdproduces a black-and-white image by applying a threshold value that ranges between 0 and 1 to each pixel of the supplied image. The red, green and blue channels of the thresholded image will be 1 (i.e. white) if a pixel’s value is greater than the threshold and 0 (i.e. black) if the pixel’s value is smaller than the thresholdZoom Blurblurs an image using a zoom-blur kernel and adjustable power, detail, and focus-position values
Text nodes
Plain textprovides a textfield that generates unformatted textRich textprovides a textfield that generates formatted textCapitalizeapplies a capitalization style to the provided textConcatenatecombines multiple blocks of text into one block of textText to imagegenerates an image from supplied text. Combine this node with a rich text node to generate images of styled text.Extract Text from Imagelets you select the text in an image and extract it into a plain text format
Language nodes
Llamagenerates text with a few different open sourced models. We will cover the Llama node more in depth later in the guideGPTgenerates text with OpenAI’s large-language model. Hook up an instructions node and a prompt node to the GPT node to tailor the node’s responses to your needs. Requires an OpenAI API key to use and will incur a cost.Language promptis the input you use with either the GPT or Llama nodes. When you hit return when connected to either language node, the input will run immediately.
Math nodes
Numberprovides a floating-point number that can be used as an input to calculation nodesVectorprovides a two-dimensional, floating-point vector that can be used as an input to calculation nodesAdditionreturns the sum of input X and input YSubtractionreturns the result of input Y subtracted from input XDivisionreturns the result of input X divided by input YMultiplicationreturns the result of input X multiplied by input YAbsolute Valuereturns the absolute value of its inputMinimumreturns the smallest of its two input values, X and YMaximumreturns the largest of its two input values, X and YInterpolationinterpolates between two values based on normalized time input and a specified timing functionSinereturns the sine of its input valueCosinereturns the cosine of its input valueTangentreturns the tangent of its input valueArc Tangentreturns the arc tangent of its input valueArc Tangent 2returns the arc tangent of inputs X and YDegreesconverts its input (i.e. radians) to degrees uxing X * .pi/180Radians to Degreesconverts its input (i.e. degrees) to radians using X * 180/.piStepperincrements a starting value up to a maximum value and, optionally, wraps around to a minimum value when it's provided a time inputSolverprovides a scratchpad for doing text-based calculations. Enter phrases such as “75% of 3000” or “4+4” or “today + 3 weeks” or “time in Cape Town”, then hit the tab key to generate an answer. Hitting return will create a new line, while preserving the previous calculations result
Effects nodes
Inkgenerates a swirling-ink effect comprised of one or more colorsCircle Transitiontransitions between two images using an opening-circle effectCross Warp Transitiontransitions between two images using a cross-warp effectCross Zoom Transitiontransitions between two images using a cross-zoom effectMorph Transitiontransitions between two images using a morph effectRadial Transitiontransitions between two images using a radial-wipe effectRipple Transitiontransitions between two images using a ripple effectRotate and Scale Transitiontransitions between two images using a combination of rotate, scale, and fade effectsSimple Zoom Transitiontransitions between two images using a zooming effectSlide Transitiontransitions between two images using a slide effectSliding Warp Transitiontransitions between two images using a slide-and-warp effectStereo Viewer Transitiontransitions between two images using a ViewMaster effectSwap Transitiontransitions between two images using a swap effectSwirl Transitiontransitions between two images using a swirling effectWater Droplet Transitiontransitions between two images using a rippling water-drop effectWindow Blinds Transitiontransitions between two images using a window-blinds effectWobble Transitionstransitions between two images using a wobble effect
