Image generation

How to deploy HiDream-I1-Full on a GPU cloud

A 17.1B-parameter text-to-image model. Full specs, license and use cases.

HiDream-I1-Full size and hardware requirements

17.1B
Total parameters
Dense (no MoE)
Architecture
F16
Published precision
38.2 GB
Min VRAM (native)
PrecisionWeight size on diskRequired VRAMCheapest live fitGPUs neededEst. $/hr (full fit)
FP1631.9 GB38.2 GBRTX A60001$0.330/hr
FP8 (quantized)15.9 GB19.1 GBRTX 4000 SFF Ada1$0.180/hr
INT4 (quantized)8.0 GB9.6 GBRTX 4070 Super1$0.110/hr

How to run HiDream-I1-Full

Run HiDream-I1-Full with Diffusers (Python)

Generic example using Hugging Face's diffusers library, not from the model's own docs.

from diffusers import DiffusionPipeline
import torch

pipe = DiffusionPipeline.from_pretrained("HiDream-ai/HiDream-I1-Full", torch_dtype=torch.bfloat16)
pipe.to("cuda")
image = pipe("a description of the scene").images[0]
image.save("output.png")

Run HiDream-I1-Full with ComfyUI

Aquanode's ComfyUI template comes with ComfyUI preinstalled. Download HiDream-ai/HiDream-I1-Full's checkpoint into the models folder and load it in a workflow; this is a real Aquanode template, but loading this specific checkpoint is a manual step, not a one-click deploy.

Deploy HiDream-I1-Full on Aquanode

Aquanode has no one-click deploy template for HiDream-I1-Full; it comes with ComfyUI preinstalled, so you only need to load the checkpoint, not install anything. Aquanode sells GPU pods billed per second, not a hosted inference API.

  1. Launch the ComfyUI template sized to the requirement above (1× RTX A6000 or larger).
  2. Open a terminal on the pod, or save one of the commands above as a startup script so it runs automatically the first time the pod boots.
  3. Run the command and connect to the resulting endpoint.

Submit the job. Everything after that is ours.

Sign up in 60 seconds. Pay for the GPU minutes you actually use.

© 2026 Aquanode. All rights reserved.

All trademarks, logos and brand names are the property of their respective owners.