Comfy-agent curated_hidream_i1_full_q8_gguf_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_q8_gguf_text2image" ~/.claude/skills/steliosot-comfy-agent-curated-hidream-i1-full-q8-gguf-text2image && rm -rf "$T"
manifest:
skills/workflows/txt2img/curated_hidream_i1_full_q8_gguf_text2image/SKILL.mdsource content
curated_hidream_i1_full_q8_gguf_text2image
Curated workflow skill generated from
HiDream i1 Full Q8 GGUF text2image.json.
Capability Family
txt2img
Inputs
- Optional runtime overrides supported by
:run(...)promptnegative_prompt
,widthheight
,seed
,stepscfg
,sampler_name
,schedulerdenoise
,server
,headersapi_prefix
Outputs
- Returns JSON with:
statusprompt_id
(includes image/video entries reported by Comfy history)output_images
Model Requirements
:vae
->ae.safetensorsmodels/vae
:diffusion_model
->hidream-i1-full-Q8_0.ggufmodels/diffusion_models
Custom Node Requirements
comfyui-gguf
Links Extracted From Workflow Notes
- https://blog.comfy.org/p/hidream-i1-native-support-in-comfyui
- https://comfyanonymous.github.io/ComfyUI_examples/hidream/
- https://discord.com/invite/gggpkVgBf3
- https://docs.comfy.org/tutorials/advanced/hidream
- https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/text_encoders/clip_g_hidream.safetensors?download=true
- https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/text_encoders/clip_l_hidream.safetensors?download=true
- https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/text_encoders/llama_3.1_8b_instruct_fp8_scaled.safetensors?download=true
- https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/text_encoders/t5xxl_fp8_e4m3fn_scaled.safetensors?download=true
- https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/vae/ae.safetensors?download=true
- https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/tree/main/split_files/text_encoders
- https://huggingface.co/city96/HiDream-I1-Full-gguf/resolve/main/hidream-i1-full-Q8_0.gguf?download=true
- https://huggingface.co/city96/HiDream-I1-Full-gguf/tree/main
- https://www.youtube.com/@pixaroma
Source
- Original:
comfy-data/workflows/HiDream i1 Full Q8 GGUF text2image.json
Routing Metadata
- Family:
txt2img - Input modalities:
text_prompt - Output modalities:
image/png - Model families:
sd3 - Node count:
11 - Complexity score:
7 - Resource profile:
high - Estimated runtime:
slow (often 2-6 min depending on model/server load) - Max latent resolution hint:
x10241024 - Max sampler steps hint:
50
Detected Models
:vae
->ae.safetensorsmodels/vae
:diffusion_model
->hidream-i1-full-Q8_0.ggufmodels/diffusion_models
Detected Custom Nodes
comfyui-gguf
Runtime Warnings
- Large model(s) detected; ensure enough VRAM and disk space.
- Medium-high resolution detected; expect moderate extra runtime.
- Moderate-high sampler steps detected (>=40); runtime may be longer.
- Uses custom nodes; missing nodes can cause validation/runtime failures.