Generate images in batch with a diffusion model on Deadline Cloud
The
text_to_image_batch job bundle on GitHub
When a JSONL line carries a caption field, or a
generated_text field chained from the
Run batch LLM inference with vLLM on Deadline Cloud
bundle's output, the job composites the text over the generated image
as crisp typography. Lines without a caption produce pure imagery.
To run this bundle, you need a service-managed fleet with NVIDIA
GPUs and at least 32 GB RAM, and a queue with a conda queue environment
that reads CondaPackages and CondaChannels
job parameters. From the job_bundles directory of the
samples repository, submit the job:
deadline bundle gui-submit text_to_image_batch
For a complete walkthrough that covers farm setup, input format, caption overlays, and the chaining workflow, see Generate images in batch with a diffusion model.