| sd_run_pipeline | R Documentation |
Executes nodes sequentially. The first node must be "txt2img"
(produces an image from nothing). Subsequent nodes receive the previous
node's image output.
sd_run_pipeline(pipeline, ctx, upscaler_ctx = NULL, verbose = FALSE)
pipeline |
An |
ctx |
A Stable Diffusion context created by |
upscaler_ctx |
Optional upscaler context created by
|
verbose |
Logical. Print progress messages. Default |
The final image (sd_image list), or the path string if the last
node is "save".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.