ComfyUI Node
π€ Leon Stable Diffusion XL API
A ComfyUI node in Leon_API with 13 inputs and 3 outputs.
π€ Leon Stable Diffusion XL API
- image
- image_url
- seed
βpromptA cute catβΊ
βmodelsdxl-1.0βΊ
βoutput_formatwebpβΊ
βseed0βΊ
βapi_urlhttps://api.hyprlab.io/v1/images/generationsβΊ
βapi_keyYOUR_API_KEY_HEREβΊ
βresponse_formaturlβΊ
βheight1024βΊ
βwidth1024βΊ
βcfg_scale5.0βΊ
βsamplerK_DPM_2_ANCESTRALβΊ
βsteps20βΊ
βstyle_presetphotographicβΊ
CategoryLeon_API
Inputs (13)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | A cute cat | Text prompt for image generation |
| model | COMBO | sdxl-1.0 | Stable Diffusion XL 1.0 model |
| output_format | COMBO | webp | Format of the output image |
| seed | INT | 00β4294967295 | Seed for deterministic generation (0-4294967295) |
| api_url | STRING | https://api.hyprlab.io/v1/images/generations | API URL |
| api_key | STRING | YOUR_API_KEY_HERE | Your HyprLab API key |
| response_format | COMBO | url | Format of the response data |
| heightopt | INT | 1024640β1536 | Height in pixels (must match allowed dimensions) |
| widthopt | INT | 1024640β1536 | Width in pixels (must match allowed dimensions) |
| cfg_scaleopt | FLOAT | 5.00β35 | How strictly the model follows the prompt (0-35) |
| sampleropt | COMBO | K_DPM_2_ANCESTRAL | Sampling algorithm |
| stepsopt | INT | 201β50 | Number of processing steps (1-50) |
| style_presetopt | COMBO | photographic | Preset style to apply to the generated image |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | β |
| image_url | STRING | β |
| seed | INT | β |