Comfy-agent curated_hidream_i1_full_fp8_text2image

install
source · Clone the upstream repo
git clone https://github.com/steliosot/comfy-agent
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/steliosot/comfy-agent "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/workflows/txt2img/curated_hidream_i1_full_fp8_text2image" ~/.claude/skills/steliosot-comfy-agent-curated-hidream-i1-full-fp8-text2image && rm -rf "$T"
manifest: skills/workflows/txt2img/curated_hidream_i1_full_fp8_text2image/SKILL.md
source content

curated_hidream_i1_full_fp8_text2image

Curated workflow skill generated from

HiDream i1 Full fp8 text2image.json
.

Capability Family

  • txt2img

Inputs

  • Optional runtime overrides supported by
    run(...)
    :
    • prompt
    • negative_prompt
    • width
      ,
      height
    • seed
      ,
      steps
      ,
      cfg
    • sampler_name
      ,
      scheduler
      ,
      denoise
    • server
      ,
      headers
      ,
      api_prefix

Outputs

  • Returns JSON with:
    • status
    • prompt_id
    • output_images
      (includes image/video entries reported by Comfy history)

Model Requirements

  • vae
    :
    ae.safetensors
    ->
    models/vae
  • diffusion_model
    :
    hidream_i1_full_fp8.safetensors
    ->
    models/diffusion_models

Custom Node Requirements

  • None detected.

Links Extracted From Workflow Notes

Source

  • Original:
    comfy-data/workflows/HiDream i1 Full fp8 text2image.json
<!-- AUTO-METADATA-START -->

Routing Metadata

  • Family:
    txt2img
  • Input modalities:
    text_prompt
  • Output modalities:
    image/png
  • Model families:
    sd3
  • Node count:
    11
  • Complexity score:
    4
  • Resource profile:
    medium
  • Estimated runtime:
    moderate (about 30-120s depending on server)
  • Max latent resolution hint:
    1024
    x
    1024
  • Max sampler steps hint:
    50

Detected Models

  • vae
    :
    ae.safetensors
    ->
    models/vae
  • diffusion_model
    :
    hidream_i1_full_fp8.safetensors
    ->
    models/diffusion_models

Detected Custom Nodes

  • None detected.

Runtime Warnings

  • Medium-high resolution detected; expect moderate extra runtime.
  • Moderate-high sampler steps detected (>=40); runtime may be longer.
<!-- AUTO-METADATA-END -->