sd_scribble
Generates an image from a scribble sketch and text description, using ControlNet to follow the sketch's outlines while matching the prompt.
Instructions
Scribble to image (ControlNet)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | No | Base64-encoded scribble image (alternative to image_url). | |
| steps | No | Diffusion steps (higher = better quality, slower). | |
| counts | No | Number of variations to generate. | |
| prompt | Yes | Text description of the desired output image. | |
| image_url | No | URL of the scribble/sketch input image. | |
| guidance_scale | No | How closely to follow the prompt. | |
| negative_prompt | Yes | What to avoid in the generated image. | |
| image_resolution | No | Output resolution in pixels. |