local_gpu_generate_image
Generate images locally on GPU using WebUI or Diffusers, with support for text-to-image, image-to-image, and inpainting.
Instructions
Compatibility tool for WebUI or Diffusers image generation; not for ComfyUI routes and never a bypass for the confirmed high-level run workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lora | No | ||
| mode | No | ||
| seed | No | ||
| model | No | ||
| steps | No | ||
| width | No | ||
| height | No | ||
| prompt | Yes | ||
| backend | No | ||
| filename | No | ||
| strength | No | ||
| allow_cpu | No | ||
| scheduler | No | ||
| webui_url | No | ||
| lora_scale | No | ||
| mask_image | No | ||
| output_dir | No | ||
| vae_tiling | No | ||
| cpu_offload | No | ||
| input_image | No | ||
| sampler_name | No | ||
| allow_download | No | ||
| guidance_scale | No | ||
| negative_prompt | No | ||
| disable_safety_checker | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| mode | Yes | ||
| path | Yes | ||
| backend | Yes |