8000 GitHub - AlexS-/worker-a1111: Automatic1111 serverless worker.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AlexS-/worker-a1111

 
 

Repository files navigation

Automatic1111 Stable Diffusion web UI

RunPod


Usage

The input object accepts any valid parameter for the Automatic1111 /sdapi/v1/txt2img endpoint. Refer to the Automatic1111 API Documentation for a full list of available parameters (like seed, sampler_name, batch_size, styles, override_settings, etc.).

Example Request

Here's an example payload to generate an image:

{
  "input": {
    "prompt": "a photograph of an astronaut riding a horse",
    "negative_prompt": "text, watermark, blurry, low quality",
    "steps": 25,
    "cfg_scale": 7,
    "width": 512,
    "height": 512,
    "sampler_name": "DPM++ 2M Karras"
  }
}

About

Automatic1111 serverless worker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.5%
  • Dockerfile 42.6%
  • Shell 12.9%
0