ComfyUI Node
AI Horde Image Generate
Generate images using AI Horde API This node connects to the AI Horde distributed network to generate images using various Stable Diffusion models available on the network.
AI Horde Image Generate
- loras
- textual_inversions
- source_image
- source_mask
- images
◄promptA beautiful landscape►
◄width512►
◄height512►
◄num_images1►
◄modelDeliberate►
◄negative_prompt►
◄api_key►
◄steps20►
◄cfg_scale7.5►
◄seed-1►
◄denoising_strength1.00►
◄sampler_namek_lms►
◄karrastrue►
◄source_processingtxt2img►
CategoryAI Horde
Inputs (18)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | A beautiful landscape | Text prompt describing the image to generate |
| width | INT | 51264–2048 | Width of the generated image |
| height | INT | 51264–2048 | Height of the generated image |
| num_images | INT | 11–4 | Number of images to generate |
| model | STRING | Deliberate | AI model name to use for generation (e.g., Deliberate, SDXL_beta::stability.ai#6901, etc.) |
| negative_promptopt | STRING | Negative prompt to avoid certain elements | |
| api_keyopt | STRING | Your AI Horde API key (leave empty for anonymous) | |
| stepsopt | INT | 201–100 | Number of sampling steps |
| cfg_scaleopt | FLOAT | 7.51–20 | Classifier-free guidance scale |
| seedopt | INT | -1-1–2147483647 | Random seed (-1 for random) |
| denoising_strengthopt | FLOAT | 1.000–1 | Denoising strength for img2img (0.0-1.0) |
| sampler_nameopt | COMBO | k_lms | Sampler algorithm to use |
| karrasopt | BOOLEAN | true | Use Karras noise schedule (if supported by model) |
| lorasopt | LORAS_LIST | Optional LoRA list from AIHordeLora node | |
| textual_inversionsopt | TIS_LIST | Optional Textual Inversion list from AIHordeTextualInversion node | |
| source_imageopt | IMAGE | Optional source image for img2img, inpainting, outpainting, or remix | |
| source_processingopt | COMBO | txt2img | Processing type for source image |
| source_maskopt | IMAGE | Optional mask image for inpainting or outpainting (white areas are modified) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| images | IMAGE | — |