Skip to content

Releases: transloadit/node-sdk

transloadit@4.10.0

23 Apr 12:08
264c705

Choose a tag to compare

Minor Changes

  • 153674b: Add an image upscale intent command that wires up the /image/upscale Robot for AI image
    upscaling. Flags --model (nightmareai/real-esrgan by default, plus tencentarc/gfpgan and
    sczhou/codeformer), --scale (2 or 4), and --face-enhance are derived from the robot schema.

@transloadit/node@4.10.0

23 Apr 12:08
264c705

Choose a tag to compare

Minor Changes

  • 153674b: Add an image upscale intent command that wires up the /image/upscale Robot for AI image
    upscaling. Flags --model (nightmareai/real-esrgan by default, plus tencentarc/gfpgan and
    sczhou/codeformer), --scale (2 or 4), and --face-enhance are derived from the robot schema.

@transloadit/mcp-server@0.3.19

23 Apr 12:08
264c705

Choose a tag to compare

Patch Changes

  • 153674b: Add an image upscale intent command that wires up the /image/upscale Robot for AI image
    upscaling. Flags --model (nightmareai/real-esrgan by default, plus tencentarc/gfpgan and
    sczhou/codeformer), --scale (2 or 4), and --face-enhance are derived from the robot schema.
  • Updated dependencies [153674b]
    • @transloadit/node@4.10.0

transloadit@4.9.1

22 Apr 20:54
2c6e3ec

Choose a tag to compare

Patch Changes

  • 06fb294: Document and test gpt-image-2 support in the image generation intent flow.

@transloadit/node@4.9.1

22 Apr 20:54
2c6e3ec

Choose a tag to compare

Patch Changes

  • 06fb294: Document and test gpt-image-2 support in the image generation intent flow.

@transloadit/mcp-server@0.3.18

22 Apr 20:54
2c6e3ec

Choose a tag to compare

Patch Changes

  • 06fb294: Document and test gpt-image-2 support in the image generation intent flow.
  • Updated dependencies [06fb294]
    • @transloadit/node@4.9.1

transloadit@4.9.0

17 Apr 21:55
ee8856c

Choose a tag to compare

Minor Changes

  • a6b4233: Add an image merge intent command that wires up the /image/merge Robot's new polaroid-stack
    and mosaic collage effects alongside the classic spritesheet modes. Also syncs the updated
    /image/merge schema from alphalib.

@transloadit/node@4.9.0

17 Apr 21:55
ee8856c

Choose a tag to compare

Minor Changes

  • a6b4233: Add an image merge intent command that wires up the /image/merge Robot's new polaroid-stack
    and mosaic collage effects alongside the classic spritesheet modes. Also syncs the updated
    /image/merge schema from alphalib.

@transloadit/mcp-server@0.3.17

17 Apr 21:55
ee8856c

Choose a tag to compare

Patch Changes

  • a6b4233: Add an image merge intent command that wires up the /image/merge Robot's new polaroid-stack
    and mosaic collage effects alongside the classic spritesheet modes. Also syncs the updated
    /image/merge schema from alphalib.
  • Updated dependencies [a6b4233]
    • @transloadit/node@4.9.0

transloadit@4.8.3

16 Apr 09:33
325ffaa

Choose a tag to compare

Patch Changes

  • f79d2d0: Improve assemblies create timeout diagnostics by including the assembly URL when available and
    stabilize the CLI watch-mode test coverage around concurrent assembly updates.