This library provides Griptape Nodes for interacting with AWS Deadline Cloud APIs and services.
IMPORTANT: To use these nodes, you will need AWS Credentials with access to submit Jobs to a Deadline Cloud Farm.
- Ensure you have an AWS Deadline Cloud Farm available. Follow the AWS documentation to get started.
- Ensure you have AWS Credentials available to submit Jobs to the Farm.
- This can be achieved by installing the Deadline Cloud monitor and logging in.
To configure your settings within the Griptape Nodes IDE:
- Open the Settings menu.
- Navigate to the Library Settings panel.
- Configure your:
- Default Farm ID
- Default Queue ID
- Monitor URL
- Region name
- Profile name
- Default Storage profile ID (optional)
After configuring your Deadline Cloud settings and defaults, you can execute Griptape Nodes workflows on Deadline Cloud as Jobs.
The first method for executing Griptape Nodes workflows on Deadline Cloud is to utilize the Publish Workflow setup. The steps are as follows:
- Author a Workflow in the GUI Editor, using:
- A Deadline Cloud Start Flow node to expose the input Parameters to your Workflow
- Also specify any Deadline Cloud Job configuration you desire on this node
- A Deadline Cloud End Flow node to expose the output Parameters of your Workflow
- A Deadline Cloud Start Flow node to expose the input Parameters to your Workflow
- Click the 'Publish' button in the top right of the Editor (rocket ship icon)
- Choose the
AWS Deadline Cloud Librarytarget for publishing to - (Optional) Enter a name for the new workflow file which will be generated as a result of publishing
- Choose the
- Open the newly generated workflow file in the Editor from the publish operation
- Click the
Run Workflowbutton in the Editor to run the published workflow on Deadline Cloud as a Job
This method is useful if you have a reusable workflow to run on Deadline Cloud, where you wish to reinvoke the workflow with varying input.
The second method for executing Griptape Nodes workflows on Deadline Cloud is to utilize a Node Group configured for the Deadline Cloud execution environment. The steps are as follows:
- Author a Workflow in the GUI Editor:
- Select the Nodes of your workflow, and create a Group by:
- Right clicking, then select Create Group
- OR via the keyboard shortcut Cmd + G (Ctrl + G on Windows)
- Click the settings cog icon on the top right of the Group header
- Select the
execution_environmentofAWS Deadline Cloud Library - Configure the settings within the panel as you desire for Deadline Cloud execution (just like the
Deadline Cloud Start FlowNode)
This method is useful if you have a workflow that would benefit from offloading certain Nodes to execute remotely on Deadline Cloud, and some Nodes that should run local on your machine.
For some examples on using the AWS Deadline Cloud Library, check out the templates!
The deadline_cloud_train_lora template has additional requirements beyond the standard Deadline Cloud setup:
LoRA Training Library setup:
- Install the Griptape Nodes LoRA Training Library in your engine, registered with the
griptape-nodes-library-cuda129.jsonfile for Deadline Cloud GPU compatibility. See the LoRA Training Library README for installation instructions.
FLUX.2 model:
The FLUX.2 Klein model is downloaded directly from HuggingFace by the worker during training. The training script calls from_pretrained("black-forest-labs/FLUX.2-klein-base-4B") which downloads the model on first use. No local model download or upload as job attachment is required.
Worker requirements:
- Your Deadline Cloud queue must have a worker fleet with GPU-equipped instances (the template requests 1-2 GPUs). Why: LoRA training uses mixed-precision (bf16) and requires CUDA-capable GPUs.




