Skip to content

v3.3.3 - Automations

Pre-release
Pre-release

Choose a tag to compare

@saddam213 saddam213 released this 20 Apr 05:37
· 47 commits to master since this release
ea092bf

v3.3.3 - Automations

Amuse now supports Automations, allowing you to move beyond single-image generation into high-volume workflows. Whether you're stress-testing a new model with a Seed Batch or processing an entire library of videos, the new Automation engine handles the heavy lifting.

Supported Automation Modes

  • Seed Batch: Perfect for finding the "Golden Seed." Generates a specified number of outputs using a unique random seed for each iteration.
  • Prompt Lines: Feed Amuse a single .txt file; it will iterate through every line and generate an image/video for each unique prompt.
  • Prompt Folder: Point Amuse to a directory. It will scan for every text file and run a generation task based on the contents of each.
  • Input Folder: The ultimate batch processor. Automatically run Upscale, Extract, Image or Video tasks on every image or video file found within a selected folder.

How to use

  1. Navigate to the Automation tab (or the Automation section in your generation settings).
  2. Select your Automation Type from the dropdown.
    • Tip: Hover over the mode to see a detailed tooltip of what it does!
  3. Select your source file or folder.
  4. Click Automate and let Amuse handle the queue.
Automations.mp4

Installation

This dev build is NOT compatible with previous versions of Amuse or existing ONNX models, full uninstall of Amuse 3.0 is REQUIRED.

Upgrade from v3.3.2 is supported

1. Installer Version

Best for a standard Windows setup with automatic shortcuts.

  • New Install & Upgrade:
    1. Download and run Amuse_vX.X.X.exe.
    2. Follow the on-screen instructions.

2. Standalone Version

Best for custom drive locations.

New Install:

  1. Download and extract Amuse_vX.X.X.zip to your preferred folder.
  2. Run Amuse.exe.

Upgrade:

  1. Download and extract Amuse_vX.X.X.zip to a temp folder.
  2. Copy and overwrite all files in your existing location
  3. Run Amuse.exe.

Note: A fast SSD with plenty of free space is highly recommended, as model downloads can be large.


Device Compatibility

This new engine leverages a python based compute backend. Please note the following hardware requirements for this dev release:

  • NVIDIA: Supports all CUDA compatible devices (CUDA 12.8).
  • AMD: Supports Radeon 7000 series GPUs only (ROCm 7.2.1).
  • Intel: Not Supported.
  • Legacy Hardware: If you are using an incompatible device or older AMD hardware, it is highly recommended to stay on v3.2.0 until broader support is ported to the new engine.

Developers Note

Only install this version if you are interested in testing development builds. As I am a solo developer with very limited testing resources and only a few devices, things may not work, and features may be missing. Each dev build may require re-installs and other manual processes. Please only install if this is okay; otherwise, wait until a stable release is ready.

Full Changelog: v3.3.2...v3.3.3
GitHub Downloads (all assets, specific tag)