For the complete documentation index, see llms.txt. This page is also available as Markdown.

Release 0.6.0

Platform link: https://app-tech.atlas.design

  • Global node outputs cache:

    • Basically if you generate “a cat” with seed “42” you will have instant output, as it will now just retrieve it from the global cache ! (ofc. any change to inputs will not retrieve anything, but generate from scratch)

  • API export changes (note that API export feature still needs to be enabled per-user and is disabled by default)

    • Executing API won’t recalculate nodes not dependent on the API inputs, and will use the global cache feature – so calling API with same inputs twice will result in near instant results !

    • API export feature now outputs “API info” JSON, which can be pasted directly to the Atlas Unreal plugin

    • IMPORTANT: no backwards compatibility of already exported APIs with previous version, you need to re-export your APIs from app-tech.atlas.design (though there is backwards compatibility for projects, only not for already exported APIs) – we also plan to maintain backwards compatibility from now on

  • Enable bunch of new nodes for managing image arrays

    • Create and break image array

    • concatenate image arrays

    • retrieve specific images count from array by text prompt

    • “Multimodal” node with array input

    • image to text with array input

  • Support for PDF documents input

    • drag & drop a pdf

    • use “Extract Document Images” and “Extract Document Text” nodes

      • Extract Document Images experimentally supports (automatically) extracting separate images from raster collages

  • New “Simple LLM call” node – you can now use LLMs inside our app and exported APIs. One could even use our app to build just LLM pipelines without touching images or meshes.

  • Various UI improvements:

    • We began a major refactoring of the UI to unify styles and behaviors across various pages and components created at different times with differing visions. Our goal is to create a solid and consistent platform UI.

    • After modifying hotkeys, you may need to refresh the page for the changes to take effect.

  • Make the suggestions system more concise about amount of relevant suggestions

  • Numerous bugfixes

Known issues:

  • After typing a prompt, you need to click out of the text field for the run button to be clickable/enabled

  • “Selection agent” panel often jumps to the center of the screen

  • some PDF documents may fail image or text extraction

  • global cache via API doesn’t work when API has any binary inputs (images or meshes), will be fixed in next release/patch

Last updated